]> gcc.gnu.org Git - gcc.git/blame - libiberty/Makefile.in
Makefile.in (rename.o, waitpid.o): Depend on config.h
[gcc.git] / libiberty / Makefile.in
CommitLineData
6599da04
JM
1#
2# Makefile
3b94497c 3# Copyright (C) 1990, 91-99, 2000
3affd5f0 4# Free Software Foundation
6599da04
JM
5#
6# This file is part of the libiberty library.
7# Libiberty is free software; you can redistribute it and/or
8# modify it under the terms of the GNU Library General Public
9# License as published by the Free Software Foundation; either
10# version 2 of the License, or (at your option) any later version.
11#
12# Libiberty is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15# Library General Public License for more details.
16#
17# You should have received a copy of the GNU Library General Public
18# License along with libiberty; see the file COPYING.LIB. If not,
19# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20# Boston, MA 02111-1307, USA.
21#
22
3affd5f0 23# This file was written by K. Richard Pixley <rich@cygnus.com>.
6599da04
JM
24
25#
26# Makefile for libiberty directory
27#
28
3affd5f0
JL
29srcdir = @srcdir@
30VPATH = @srcdir@
6599da04 31
3affd5f0 32prefix = @prefix@
6599da04 33
3affd5f0
JL
34exec_prefix = @exec_prefix@
35bindir = @bindir@
36libdir = @libdir@
6599da04 37
3affd5f0 38SHELL = @SHELL@
6599da04
JM
39
40# Multilib support variables.
41MULTISRCTOP =
42MULTIBUILDTOP =
43MULTIDIRS =
44MULTISUBDIR =
45MULTIDO = true
46MULTICLEAN = true
47
3affd5f0
JL
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
6599da04 51
3affd5f0 52AR = @AR@
6599da04
JM
53AR_FLAGS = rc
54
3affd5f0
JL
55CC = @CC@
56CFLAGS = @CFLAGS@
6599da04 57LIBCFLAGS = $(CFLAGS)
3affd5f0 58RANLIB = @RANLIB@
6599da04
JM
59
60PICFLAG =
61
62MAKEOVERRIDES =
63
64TARGETLIB = libiberty.a
65
3affd5f0 66LIBOBJS = @LIBOBJS@
ca6b370d 67ALLOCA = @ALLOCA@
6599da04
JM
68
69# A configuration can specify extra .o files that should be included,
70# even if they are in libc. (Perhaps the libc version is buggy.)
71EXTRA_OFILES =
72
73# Flags to pass to a recursive make.
74FLAGS_TO_PASS = \
75 "AR=$(AR)" \
76 "AR_FLAGS=$(AR_FLAGS)" \
77 "CC=$(CC)" \
78 "CFLAGS=$(CFLAGS)" \
79 "LIBCFLAGS=$(LIBCFLAGS)" \
80 "EXTRA_OFILES=$(EXTRA_OFILES)" \
81 "HDEFINES=$(HDEFINES)" \
82 "INSTALL=$(INSTALL)" \
83 "INSTALL_DATA=$(INSTALL_DATA)" \
84 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
85 "LDFLAGS=$(LDFLAGS)" \
86 "LOADLIBES=$(LOADLIBES)" \
6599da04 87 "RANLIB=$(RANLIB)" \
76632dd0
DJ
88 "SHELL=$(SHELL)" \
89 "prefix=$(prefix)" \
90 "exec_prefix=$(exec_prefix)" \
91 "libdir=$(libdir)" \
92 "libsubdir=$(libsubdir)" \
93 "tooldir=$(tooldir)"
6599da04 94
2c375143
NS
95# Subdirectories to recurse into. We need to override this during cleaning
96SUBDIRS = testsuite
97
7c72138a 98all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
3affd5f0 99 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
6599da04
JM
100
101.PHONY: check installcheck
7c72138a
TT
102check: check-subdir
103installcheck: installcheck-subdir
6599da04 104
3affd5f0 105@host_makefile_frag@
6599da04
JM
106
107INCDIR=$(srcdir)/$(MULTISRCTOP)../include
108
1eaf7d9c 109COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
6599da04 110.c.o:
47668d0a
DE
111 if [ x"$(PICFLAG)" != x ]; then \
112 $(COMPILE.c) $(PICFLAG) $< -o pic/$@; \
113 else true; fi
6599da04
JM
114 $(COMPILE.c) $<
115
7c72138a
TT
116info: info-subdir
117install-info: install-info-subdir
118clean-info: clean-info-subdir
119dvi: dvi-subdir
6599da04
JM
120
121# Include files that are in this directory.
3affd5f0 122HFILES = alloca-conf.h
6599da04
JM
123
124# NOTE: If you add new files to the library, add them to this list
3affd5f0
JL
125# (alphabetical), and add them to REQUIRED_OFILES or funcs in
126# configure.in.
d9d4fb43 127CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c \
69afa80d
AS
128 bzero.c calloc.c choose-temp.c clock.c concat.c cplus-dem.c \
129 cp-demangle.c dyn-string.c fdmatch.c fnmatch.c getcwd.c \
130 getpwd.c getopt.c getopt1.c getpagesize.c getruntime.c \
131 floatformat.c hashtab.c hex.c index.c insque.c memchr.c memcmp.c \
132 memcpy.c memmove.c memset.c mkstemps.c objalloc.c obstack.c \
133 partition.c pexecute.c putenv.c random.c rename.c rindex.c setenv.c \
134 sigsetmask.c sort.c spaces.c splay-tree.c strcasecmp.c strncasecmp.c \
135 strchr.c strdup.c strerror.c strncmp.c strrchr.c strsignal.c strstr.c \
136 strtod.c strtol.c strtoul.c tmpnam.c vasprintf.c vfork.c vfprintf.c \
137 vprintf.c vsprintf.c waitpid.c xatexit.c xexit.c xmalloc.c \
138 xmemdup.c xstrdup.c xstrerror.c
3affd5f0 139
6599da04 140# These are always included in the library.
69afa80d
AS
141REQUIRED_OFILES = argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o \
142 dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o \
143 getruntime.o hashtab.o hex.o floatformat.o objalloc.o obstack.o \
144 partition.o pexecute.o sort.o spaces.o splay-tree.o strerror.o \
145 strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o \
146 xstrerror.o
6599da04 147
ca6b370d 148$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS) $(ALLOCA)
3affd5f0
JL
149 rm -f $(TARGETLIB)
150 $(AR) $(AR_FLAGS) $(TARGETLIB) \
ca6b370d 151 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS) $(ALLOCA)
3affd5f0 152 $(RANLIB) $(TARGETLIB)
6599da04 153
3affd5f0 154INSTALL_DEST = @INSTALL_DEST@
7c72138a 155install: install_to_$(INSTALL_DEST) install-subdir
6599da04
JM
156
157install_to_libdir: all
5ad5a984
ILT
158 $(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
159 ( cd $(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
160 mv -f $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(libdir)$(MULTISUBDIR)/$(TARGETLIB)
6599da04
JM
161 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
162
163install_to_tooldir: all
5ad5a984
ILT
164 $(INSTALL_DATA) $(TARGETLIB) $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n
165 ( cd $(tooldir)/lib$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
166 mv -f $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)
6599da04
JM
167 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
168
a4494286
JM
169# needed-list is used by libstdc++. NEEDED is the list of functions
170# to include there. Do not add anything LGPL to this list; libstdc++
171# can't use anything encumbering.
172NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
209bbe34 173 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
8f1824d9 174 vfork waitpid bcmp bcopy bzero
3affd5f0 175needed-list: Makefile
a4494286 176 rm -f needed-list; touch needed-list; \
a4494286 177 for f in $(NEEDED); do \
a6541767
JM
178 for g in $(LIBOBJS) $(EXTRA_OFILES); do \
179 case "$$g" in \
180 *$$f*) echo $$g >> needed-list ;; \
181 esac; \
182 done; \
a4494286 183 done
3affd5f0
JL
184
185# required-list was used when building a shared bfd/opcodes/libiberty
186# library. I don't know if it used by anything currently.
6599da04
JM
187required-list: Makefile
188 echo $(REQUIRED_OFILES) > required-list
189
6599da04 190stamp-picdir:
47668d0a 191 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
6599da04
JM
192 mkdir pic; \
193 else true; fi
194 touch stamp-picdir
195
3affd5f0 196.PHONY: all etags tags ls clean stage1 stage2
6599da04 197
7c72138a 198etags tags: TAGS etags-subdir
6599da04
JM
199
200TAGS: $(CFILES) $(HFILES)
201 etags `for i in $(HFILES) $(CFILES); do echo $(srcdir)/$$i ; done`
202
203# The standalone demangler (c++filt) has been moved to binutils.
204demangle:
205 @echo "The standalone demangler, now named c++filt, is now"
206 @echo "a part of binutils."
207 @false
208
209ls:
210 @echo Makefile $(HFILES) $(CFILES)
211
212# Need to deal with profiled libraries, too.
213
2c375143
NS
214# Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
215# multiple times, hence our explicit recursion with an empty SUBDIRS.
7c72138a 216mostlyclean: mostlyclean-subdir
6599da04
JM
217 rm -rf *.o pic core errs \#* *.E a.out
218 rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
219 rm -f $(CONFIG_H) $(NEEDED_LIST) stamp-picdir
220 @$(MULTICLEAN) multi-clean DO=mostlyclean
2c375143
NS
221clean: clean-subdir
222 $(MAKE) SUBDIRS="" mostlyclean
6599da04
JM
223 rm -f *.a required-list tmpmulti.out
224 @$(MULTICLEAN) multi-clean DO=clean
2c375143
NS
225distclean: distclean-subdir
226 $(MAKE) SUBDIRS="" clean
6599da04 227 @$(MULTICLEAN) multi-clean DO=distclean
10c62dce 228 rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
ca6b370d 229 rm -f config.log
2c375143
NS
230maintainer-clean realclean: maintainer-clean-subdir
231 $(MAKE) SUBDIRS="" distclean
6599da04
JM
232
233force:
234
3affd5f0
JL
235Makefile: $(srcdir)/Makefile.in config.status
236 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
237
238config.h: stamp-h ; @true
239stamp-h: config.in config.status
240 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
241
242config.status: $(srcdir)/configure $(srcdir)/config.table
243 $(SHELL) ./config.status --recheck
6599da04 244
7c72138a
TT
245
246all-subdir check-subdir installcheck-subdir info-subdir \
247install-info-subdir clean-info-subdir dvi-subdir install-subdir \
248etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
249maintainer-clean-subdir:
3b94497c 250 @subdirs='$(SUBDIRS)'; \
7277f72d 251 target=`echo $@ | sed -e 's/-subdir//'`; \
3b94497c 252 for dir in $$subdirs ; do \
7277f72d 253 cd $$dir && $(MAKE) $$target; \
2c375143 254 done
7c72138a 255
ca6b370d 256$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS) $(ALLOCA): stamp-picdir
7b195f77 257
3affd5f0
JL
258alloca.o: config.h
259atexit.o: config.h
260argv.o: config.h alloca-conf.h $(INCDIR)/libiberty.h
6599da04 261basename.o: $(INCDIR)/libiberty.h
3affd5f0
JL
262choose-temp.o: config.h
263clock.o: config.h
6599da04 264concat.o: $(INCDIR)/libiberty.h
f77d8413 265cplus-dem.o: config.h $(INCDIR)/demangle.h
7eb23b1f 266cp-demangle.o: config.h $(INCDIR)/dyn-string.h $(INCDIR)/demangle.h
69afa80d 267dyn-string.o: config.h $(INCDIR)/dyn-string.h
6599da04 268fdmatch.o: $(INCDIR)/libiberty.h
3affd5f0
JL
269fnmatch.o: config.h $(INCDIR)/fnmatch.h
270getcwd.o: config.h
271getopt.o: config.h $(INCDIR)/getopt.h
272getopt1.o: config.h $(INCDIR)/getopt.h
273getpagesize.o: config.h
4ac3cb83 274getpwd.o: config.h $(INCDIR)/libiberty.h
3affd5f0 275getruntime.o: config.h $(INCDIR)/libiberty.h
6599da04
JM
276hex.o: $(INCDIR)/libiberty.h
277floatformat.o: $(INCDIR)/floatformat.h
8ec65f13 278mkstemps.o: config.h
e483d5cc 279objalloc.o: config.h $(INCDIR)/objalloc.h
f77d8413 280obstack.o: config.h $(INCDIR)/obstack.h
abc61fd4 281partition.o: config.h $(INCDIR)/partition.h
3affd5f0 282pexecute.o: config.h $(INCDIR)/libiberty.h
c2f275e4 283rename.o: config.h
73919448 284setenv.o: config.h
eeb0656f 285sort.o: config.h $(INCDIR)/sort.h $(INCDIR)/ansidecl.h
6599da04 286spaces.o: $(INCDIR)/libiberty.h
c85c3232 287splay-tree.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.h
3affd5f0
JL
288strerror.o: config.h $(INCDIR)/libiberty.h
289strsignal.o: config.h $(INCDIR)/libiberty.h
cd447360
MS
290strtol.o: config.h
291strtoul.o: config.h
0c978c46 292vasprintf.o: config.h
6599da04 293xatexit.o: $(INCDIR)/libiberty.h
da0c7743 294xexit.o: config.h $(INCDIR)/libiberty.h
f8e2da56 295xmalloc.o: config.h $(INCDIR)/libiberty.h
b10647f1 296xmemdup.o: config.h $(INCDIR)/libiberty.h
16b4c15e 297xstrdup.o: config.h $(INCDIR)/libiberty.h
3affd5f0 298xstrerror.o: config.h $(INCDIR)/libiberty.h
c2f275e4 299waitpid.o: config.h
a2f945c6 300hashtab.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/ansidecl.h
This page took 0.205745 seconds and 5 git commands to generate.