Avoid deadlock in malloc on backtrace (BZ #16159)
[platform/upstream/linaro-glibc.git] / Makefile.in
1 srcdir = @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
8 all .DEFAULT:
9         $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
10
11 install:
12         LC_ALL=C; export LC_ALL; \
13         $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
14
15 bench bench-clean:
16         $(MAKE) -C $(srcdir)/benchtests $(PARALLELMFLAGS) objdir=`pwd` $@
17
18 # Convenience target to rebuild ULPs for all math tests.
19 regen-ulps:
20         $(MAKE) -C $(srcdir)/math $(PARALLELMFLAGS) objdir=`pwd` $@