powerpc: Installed-header hygiene
[glibc.git] / malloc / Makefile
blobd79d66f61f2e67bb6343a47dc71e10be24dfcc71
1 # Copyright (C) 1991-2016 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, see
16 # <http://www.gnu.org/licenses/>.
19 # Makefile for malloc routines
21 subdir := malloc
23 include ../Makeconfig
25 dist-headers := malloc.h
26 headers := $(dist-headers) obstack.h mcheck.h
27 tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \
28 tst-mallocstate tst-mcheck tst-mallocfork tst-trim1 \
29 tst-malloc-usable tst-realloc tst-posix_memalign \
30 tst-pvalloc tst-memalign tst-mallopt tst-scratch_buffer \
31 tst-malloc-backtrace tst-malloc-thread-exit \
32 tst-malloc-thread-fail tst-malloc-fork-deadlock \
33 tst-mallocfork2 \
34 tst-interpose-nothread \
35 tst-interpose-thread \
37 tests-static := \
38 tst-interpose-static-nothread \
39 tst-interpose-static-thread \
41 tests += $(tests-static)
42 test-srcs = tst-mtrace
44 routines = malloc morecore mcheck mtrace obstack \
45 scratch_buffer_grow scratch_buffer_grow_preserve \
46 scratch_buffer_set_array_size
48 install-lib := libmcheck.a
49 non-lib.a := libmcheck.a
51 # Additional library.
52 extra-libs = libmemusage
53 extra-libs-others = $(extra-libs)
55 # Helper objects for some tests.
56 extra-tests-objs += \
57 tst-interpose-aux-nothread.o \
58 tst-interpose-aux-thread.o \
60 test-extras = \
61 tst-interpose-aux-nothread \
62 tst-interpose-aux-thread \
64 libmemusage-routines = memusage
65 libmemusage-inhibit-o = $(filter-out .os,$(object-suffixes))
67 $(objpfx)tst-malloc-backtrace: $(shared-thread-library)
68 $(objpfx)tst-malloc-thread-exit: $(shared-thread-library)
69 $(objpfx)tst-malloc-thread-fail: $(shared-thread-library)
70 $(objpfx)tst-malloc-fork-deadlock: $(shared-thread-library)
72 # These should be removed by `make clean'.
73 extra-objs = mcheck-init.o libmcheck.a
75 # Include the cleanup handler.
76 aux := set-freeres thread-freeres
78 # The Perl script to analyze the output of the mtrace functions.
79 ifneq ($(PERL),no)
80 install-bin-script = mtrace
81 generated += mtrace
83 # The Perl script will print addresses and to do this nicely we must know
84 # whether we are on a 32 or 64 bit machine.
85 ifneq ($(findstring wordsize-32,$(config-sysdirs)),)
86 address-width=10
87 else
88 address-width=18
89 endif
90 endif
92 # Unless we get a test for the availability of libgd which also works
93 # for cross-compiling we disable the memusagestat generation in this
94 # situation.
95 ifneq ($(cross-compiling),yes)
96 # If the gd library is available we build the `memusagestat' program.
97 ifneq ($(LIBGD),no)
98 others: $(objpfx)memusage
99 install-bin = memusagestat
100 install-bin-script += memusage
101 generated += memusagestat memusage
102 extra-objs += memusagestat.o
104 # The configure.ac check for libgd and its headers did not use $SYSINCLUDES.
105 # The directory specified by --with-headers usually contains only the basic
106 # kernel interface headers, not something like libgd. So the simplest thing
107 # is to presume that the standard system headers will be ok for this file.
108 $(objpfx)memusagestat.o: sysincludes = # nothing
109 endif
110 endif
112 # Another goal which can be used to override the configure decision.
113 .PHONY: do-memusagestat
114 do-memusagestat: $(objpfx)memusagestat
116 memusagestat-modules = memusagestat
118 cpp-srcs-left := $(memusagestat-modules)
119 lib := memusagestat
120 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
122 $(objpfx)memusagestat: $(memusagestat-modules:%=$(objpfx)%.o)
123 $(LINK.o) -o $@ $^ $(libgd-LDFLAGS) -lgd -lpng -lz -lm
125 ifeq ($(run-built-tests),yes)
126 ifeq (yes,$(build-shared))
127 ifneq ($(PERL),no)
128 tests-special += $(objpfx)tst-mtrace.out
129 endif
130 endif
131 endif
133 include ../Rules
135 CFLAGS-mcheck-init.c = $(PIC-ccflag)
136 CFLAGS-obstack.c = $(uses-callbacks)
138 $(objpfx)libmcheck.a: $(objpfx)mcheck-init.o
139 -rm -f $@
140 $(patsubst %/,cd % &&,$(objpfx)) \
141 $(LN_S) $(<F) $(@F)
143 lib: $(objpfx)libmcheck.a
145 ifeq ($(run-built-tests),yes)
146 ifeq (yes,$(build-shared))
147 ifneq ($(PERL),no)
148 $(objpfx)tst-mtrace.out: tst-mtrace.sh $(objpfx)tst-mtrace
149 $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
150 '$(run-program-env)' '$(test-program-prefix-after-env)' ; \
151 $(evaluate-test)
152 endif
153 endif
154 endif
156 tst-mcheck-ENV = MALLOC_CHECK_=3
157 tst-malloc-usable-ENV = MALLOC_CHECK_=3
159 # Uncomment this for test releases. For public releases it is too expensive.
160 #CPPFLAGS-malloc.o += -DMALLOC_DEBUG=1
162 sLIBdir := $(shell echo $(slibdir) | sed 's,lib\(\|64\)$$,\\\\$$LIB,')
164 $(objpfx)mtrace: mtrace.pl
165 rm -f $@.new
166 sed -e 's|@PERL@|$(PERL)|' -e 's|@XXX@|$(address-width)|' \
167 -e 's|@VERSION@|$(version)|' \
168 -e 's|@PKGVERSION@|$(PKGVERSION)|' \
169 -e 's|@REPORT_BUGS_TO@|$(REPORT_BUGS_TO)|' $^ > $@.new \
170 && rm -f $@ && mv $@.new $@ && chmod +x $@
172 $(objpfx)memusage: memusage.sh
173 rm -f $@.new
174 sed -e 's|@BASH@|$(BASH)|' -e 's|@VERSION@|$(version)|' \
175 -e 's|@SLIBDIR@|$(sLIBdir)|' -e 's|@BINDIR@|$(bindir)|' \
176 -e 's|@PKGVERSION@|$(PKGVERSION)|' \
177 -e 's|@REPORT_BUGS_TO@|$(REPORT_BUGS_TO)|' $^ > $@.new \
178 && rm -f $@ && mv $@.new $@ && chmod +x $@
181 # The implementation uses `dlsym'
182 $(objpfx)libmemusage.so: $(libdl)
184 # Extra dependencies
185 $(foreach o,$(all-object-suffixes),$(objpfx)malloc$(o)): arena.c hooks.c
187 # Compile the tests with a flag which suppresses the mallopt call in
188 # the test skeleton.
189 $(tests:%=$(objpfx)%.o): CPPFLAGS += -DTEST_NO_MALLOPT
191 $(objpfx)tst-interpose-nothread: $(objpfx)tst-interpose-aux-nothread.o
192 $(objpfx)tst-interpose-thread: \
193 $(objpfx)tst-interpose-aux-thread.o $(shared-thread-library)
194 $(objpfx)tst-interpose-static-nothread: $(objpfx)tst-interpose-aux-nothread.o
195 $(objpfx)tst-interpose-static-thread: \
196 $(objpfx)tst-interpose-aux-thread.o $(static-thread-library)