]> git.ipfire.org Git - thirdparty/glibc.git/blame - Makefile.in
Unify wint_t handling in wchar.h and wctype.h.
[thirdparty/glibc.git] / Makefile.in
CommitLineData
28f540f4
RM
1srcdir = @srcdir@
2
c0e45674
UD
3# Uncomment the line below if you want to do parallel build.
4# PARALLELMFLAGS = -j 4
5
379bb425
UD
6# This option is for those who modify the sources and keep them in a
7# CVS repository. Sometimes it is necessary to pass options to the cvs
8# program (not the command), like -z9 or -x.
9# CVSOPTS = -z9
10
28f540f4 11all .DEFAULT:
a588b67d 12 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" CVSOPTS="$(CVSOPTS)" -C $(srcdir) objdir=`pwd` $@
111bb972
UD
13
14install:
15 LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
16 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" CVSOPTS="$(CVSOPTS)" -C $(srcdir) objdir=`pwd` $@