]> sourceware.org Git - glibc.git/blame - Makefile.in
* MakeTAGS: Make sure translations in error calls are marked with
[glibc.git] / Makefile.in
CommitLineData
a334319f
UD
1# Generated from $Id$.
2
28f540f4
RM
3srcdir = @srcdir@
4
c0e45674
UD
5# Uncomment the line below if you want to do parallel build.
6# PARALLELMFLAGS = -j 4
7
379bb425
UD
8# This option is for those who modify the sources and keep them in a
9# CVS repository. Sometimes it is necessary to pass options to the cvs
10# program (not the command), like -z9 or -x.
11# CVSOPTS = -z9
12
28f540f4 13all .DEFAULT:
a588b67d 14 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" CVSOPTS="$(CVSOPTS)" -C $(srcdir) objdir=`pwd` $@
111bb972
UD
15
16install:
17 LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
18 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" CVSOPTS="$(CVSOPTS)" -C $(srcdir) objdir=`pwd` $@
This page took 0.206792 seconds and 5 git commands to generate.