]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - Makefile.in
nptl/tst-cancel25 needs to be an internal test
[thirdparty/glibc.git] / Makefile.in
index 8b921c69050f7b2e8393d4bfc8f540c62df0c5d9..3fe9e736458f816bb46956f4bc7192c351fa1d2e 100644 (file)
@@ -1,14 +1,20 @@
-# Generated from $Id$.
-
 srcdir = @srcdir@
 
 # Uncomment the line below if you want to do parallel build.
 # PARALLELMFLAGS = -j 4
 
-# This option is for those who modify the sources and keep them in a
-# CVS repository.  Sometimes it is necessary to pass options to the cvs
-# program (not the command), like -z9 or -x.
-# CVSOPTS = -z9
+.PHONY: all install bench
 
 all .DEFAULT:
-       $(MAKE) PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
+       $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
+
+install:
+       LC_ALL=C; export LC_ALL; \
+       $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
+
+bench bench-clean bench-build:
+       $(MAKE) -C $(srcdir)/benchtests $(PARALLELMFLAGS) objdir=`pwd` $@
+
+# Convenience target to rebuild ULPs for all math tests.
+regen-ulps:
+       $(MAKE) -C $(srcdir)/math $(PARALLELMFLAGS) objdir=`pwd` $@