]> git.ipfire.org Git - thirdparty/glibc.git/blame_incremental - Makefile.in
nptl: Move pthread_attr_setinheritsched implementation into libc.
[thirdparty/glibc.git] / Makefile.in
... / ...
CommitLineData
1srcdir = @srcdir@
2
3# Uncomment the line below if you want to do parallel build.
4# PARALLELMFLAGS = -j 4
5
6.PHONY: all install bench
7
8all .DEFAULT:
9 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
10
11install:
12 LC_ALL=C; export LC_ALL; \
13 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
14
15bench bench-clean bench-build:
16 $(MAKE) -C $(srcdir)/benchtests $(PARALLELMFLAGS) objdir=`pwd` $@
17
18# Convenience target to rebuild ULPs for all math tests.
19regen-ulps:
20 $(MAKE) -C $(srcdir)/math $(PARALLELMFLAGS) objdir=`pwd` $@