]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/Makefile.in
cpphash.h (struct _cpp_buff, [...]): New.
[thirdparty/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@
6599da04
JM
67
68# A configuration can specify extra .o files that should be included,
69# even if they are in libc. (Perhaps the libc version is buggy.)
70EXTRA_OFILES =
71
72# Flags to pass to a recursive make.
73FLAGS_TO_PASS = \
74 "AR=$(AR)" \
75 "AR_FLAGS=$(AR_FLAGS)" \
76 "CC=$(CC)" \
77 "CFLAGS=$(CFLAGS)" \
78 "LIBCFLAGS=$(LIBCFLAGS)" \
79 "EXTRA_OFILES=$(EXTRA_OFILES)" \
80 "HDEFINES=$(HDEFINES)" \
81 "INSTALL=$(INSTALL)" \
82 "INSTALL_DATA=$(INSTALL_DATA)" \
83 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
84 "LDFLAGS=$(LDFLAGS)" \
85 "LOADLIBES=$(LOADLIBES)" \
6599da04 86 "RANLIB=$(RANLIB)" \
76632dd0
DJ
87 "SHELL=$(SHELL)" \
88 "prefix=$(prefix)" \
89 "exec_prefix=$(exec_prefix)" \
90 "libdir=$(libdir)" \
91 "libsubdir=$(libsubdir)" \
92 "tooldir=$(tooldir)"
6599da04 93
2c375143
NS
94# Subdirectories to recurse into. We need to override this during cleaning
95SUBDIRS = testsuite
96
7c72138a 97all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
3affd5f0 98 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
6599da04
JM
99
100.PHONY: check installcheck
7c72138a
TT
101check: check-subdir
102installcheck: installcheck-subdir
6599da04 103
3affd5f0 104@host_makefile_frag@
6599da04
JM
105
106INCDIR=$(srcdir)/$(MULTISRCTOP)../include
107
1eaf7d9c 108COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
6599da04 109.c.o:
47668d0a
DE
110 if [ x"$(PICFLAG)" != x ]; then \
111 $(COMPILE.c) $(PICFLAG) $< -o pic/$@; \
112 else true; fi
6599da04
JM
113 $(COMPILE.c) $<
114
7c72138a
TT
115info: info-subdir
116install-info: install-info-subdir
117clean-info: clean-info-subdir
118dvi: dvi-subdir
6599da04 119
6599da04 120# NOTE: If you add new files to the library, add them to this list
3affd5f0
JL
121# (alphabetical), and add them to REQUIRED_OFILES or funcs in
122# configure.in.
d9d4fb43 123CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c \
69afa80d 124 bzero.c calloc.c choose-temp.c clock.c concat.c cplus-dem.c \
29650b2b 125 cp-demangle.c dyn-string.c fdmatch.c fnmatch.c ffs.c getcwd.c \
69afa80d 126 getpwd.c getopt.c getopt1.c getpagesize.c getruntime.c \
2b757d51 127 floatformat.c hashtab.c hex.c index.c insque.c lbasename.c \
33437dc7 128 md5.c make-temp-file.c memchr.c \
f6bbde28 129 memcmp.c memcpy.c memmove.c memset.c mkstemps.c objalloc.c obstack.c \
dd771632
JJ
130 partition.c pexecute.c putenv.c random.c \
131 regex.c rename.c rindex.c setenv.c \
f6bbde28
ZW
132 sigsetmask.c safe-ctype.c sort.c spaces.c splay-tree.c strcasecmp.c \
133 strncasecmp.c strchr.c strdup.c strerror.c strncmp.c strrchr.c \
134 strsignal.c strstr.c strtod.c strtol.c strtoul.c tmpnam.c vasprintf.c \
135 vfork.c vfprintf.c vprintf.c vsprintf.c waitpid.c xatexit.c xexit.c \
8c23e0a4 136 xmalloc.c xmemdup.c xstrdup.c xstrerror.c ternary.c fibheap.c
3affd5f0 137
6599da04 138# These are always included in the library.
2b757d51
NB
139REQUIRED_OFILES = argv.o alloca.o choose-temp.o concat.o cplus-dem.o \
140 cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o \
141 getpwd.o getruntime.o hashtab.o hex.o floatformat.o lbasename.o \
33437dc7 142 md5.o make-temp-file.o objalloc.o \
dd771632 143 obstack.o partition.o pexecute.o regex.o safe-ctype.o sort.o spaces.o \
2b757d51 144 splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o \
8c23e0a4 145 xmemdup.o xstrdup.o xstrerror.o ternary.o fibheap.o
b548dffb
ZW
146
147$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
5a2eb52b 148 -rm -f $(TARGETLIB)
3affd5f0 149 $(AR) $(AR_FLAGS) $(TARGETLIB) \
b548dffb 150 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
3affd5f0 151 $(RANLIB) $(TARGETLIB)
6599da04 152
3affd5f0 153INSTALL_DEST = @INSTALL_DEST@
7c72138a 154install: install_to_$(INSTALL_DEST) install-subdir
6599da04
JM
155
156install_to_libdir: all
5ad5a984
ILT
157 $(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
158 ( cd $(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
159 mv -f $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(libdir)$(MULTISUBDIR)/$(TARGETLIB)
6599da04
JM
160 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
161
162install_to_tooldir: all
5ad5a984
ILT
163 $(INSTALL_DATA) $(TARGETLIB) $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n
164 ( cd $(tooldir)/lib$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
165 mv -f $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)
6599da04
JM
166 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
167
a4494286
JM
168# needed-list is used by libstdc++. NEEDED is the list of functions
169# to include there. Do not add anything LGPL to this list; libstdc++
170# can't use anything encumbering.
171NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
209bbe34 172 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
8f1824d9 173 vfork waitpid bcmp bcopy bzero
3affd5f0 174needed-list: Makefile
a4494286 175 rm -f needed-list; touch needed-list; \
a4494286 176 for f in $(NEEDED); do \
a6541767
JM
177 for g in $(LIBOBJS) $(EXTRA_OFILES); do \
178 case "$$g" in \
179 *$$f*) echo $$g >> needed-list ;; \
180 esac; \
181 done; \
a4494286 182 done
3affd5f0
JL
183
184# required-list was used when building a shared bfd/opcodes/libiberty
185# library. I don't know if it used by anything currently.
6599da04
JM
186required-list: Makefile
187 echo $(REQUIRED_OFILES) > required-list
188
6599da04 189stamp-picdir:
47668d0a 190 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
6599da04
JM
191 mkdir pic; \
192 else true; fi
193 touch stamp-picdir
194
3affd5f0 195.PHONY: all etags tags ls clean stage1 stage2
6599da04 196
7c72138a 197etags tags: TAGS etags-subdir
6599da04 198
b548dffb
ZW
199TAGS: $(CFILES)
200 etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`
6599da04
JM
201
202# The standalone demangler (c++filt) has been moved to binutils.
203demangle:
204 @echo "The standalone demangler, now named c++filt, is now"
205 @echo "a part of binutils."
206 @false
207
208ls:
b548dffb 209 @echo Makefile $(CFILES)
6599da04
JM
210
211# Need to deal with profiled libraries, too.
212
2c375143
NS
213# Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
214# multiple times, hence our explicit recursion with an empty SUBDIRS.
7c72138a 215mostlyclean: mostlyclean-subdir
5a2eb52b
MS
216 -rm -rf *.o pic core errs \#* *.E a.out
217 -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
218 -rm -f $(CONFIG_H) $(NEEDED_LIST) stamp-picdir
6599da04 219 @$(MULTICLEAN) multi-clean DO=mostlyclean
2c375143
NS
220clean: clean-subdir
221 $(MAKE) SUBDIRS="" mostlyclean
5a2eb52b 222 -rm -f *.a required-list tmpmulti.out
6599da04 223 @$(MULTICLEAN) multi-clean DO=clean
2c375143
NS
224distclean: distclean-subdir
225 $(MAKE) SUBDIRS="" clean
6599da04 226 @$(MULTICLEAN) multi-clean DO=distclean
5a2eb52b
MS
227 -rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
228 -rm -f config.log
b25a8973 229 -rmdir testsuite 2>/dev/null
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
245all-subdir check-subdir installcheck-subdir info-subdir \
246install-info-subdir clean-info-subdir dvi-subdir install-subdir \
247etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
248maintainer-clean-subdir:
3b94497c 249 @subdirs='$(SUBDIRS)'; \
7277f72d 250 target=`echo $@ | sed -e 's/-subdir//'`; \
3b94497c 251 for dir in $$subdirs ; do \
7277f72d 252 cd $$dir && $(MAKE) $$target; \
2c375143 253 done
7c72138a 254
b548dffb 255$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir
7b195f77 256
b548dffb 257alloca.o: config.h $(INCDIR)/libiberty.h
3affd5f0 258atexit.o: config.h
b548dffb 259argv.o: config.h $(INCDIR)/libiberty.h
6599da04 260basename.o: $(INCDIR)/libiberty.h
3affd5f0
JL
261choose-temp.o: config.h
262clock.o: config.h
4e627c41 263concat.o: config.h $(INCDIR)/libiberty.h
f77d8413 264cplus-dem.o: config.h $(INCDIR)/demangle.h
7eb23b1f 265cp-demangle.o: config.h $(INCDIR)/dyn-string.h $(INCDIR)/demangle.h
69afa80d 266dyn-string.o: config.h $(INCDIR)/dyn-string.h
6599da04 267fdmatch.o: $(INCDIR)/libiberty.h
f379eac3 268fibheap.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/fibheap.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
2b757d51 278lbasename.o: $(INCDIR)/libiberty.h
94b68558 279make-temp-file.o: config.h
8ec65f13 280mkstemps.o: config.h
53dce582 281md5.o: config.h
e483d5cc 282objalloc.o: config.h $(INCDIR)/objalloc.h
f77d8413 283obstack.o: config.h $(INCDIR)/obstack.h
abc61fd4 284partition.o: config.h $(INCDIR)/partition.h
3affd5f0 285pexecute.o: config.h $(INCDIR)/libiberty.h
2cf50fd3 286regex.o: config.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
c2f275e4 287rename.o: config.h
73919448 288setenv.o: config.h
eeb0656f 289sort.o: config.h $(INCDIR)/sort.h $(INCDIR)/ansidecl.h
6599da04 290spaces.o: $(INCDIR)/libiberty.h
c85c3232 291splay-tree.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.h
3affd5f0
JL
292strerror.o: config.h $(INCDIR)/libiberty.h
293strsignal.o: config.h $(INCDIR)/libiberty.h
cd447360
MS
294strtol.o: config.h
295strtoul.o: config.h
9dab060e 296ternary.o: config.h $(INCDIR)/ternary.h $(INCDIR)/libiberty.h
0c978c46 297vasprintf.o: config.h
6599da04 298xatexit.o: $(INCDIR)/libiberty.h
da0c7743 299xexit.o: config.h $(INCDIR)/libiberty.h
f8e2da56 300xmalloc.o: config.h $(INCDIR)/libiberty.h
b10647f1 301xmemdup.o: config.h $(INCDIR)/libiberty.h
16b4c15e 302xstrdup.o: config.h $(INCDIR)/libiberty.h
3affd5f0 303xstrerror.o: config.h $(INCDIR)/libiberty.h
c2f275e4 304waitpid.o: config.h
a2f945c6 305hashtab.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/ansidecl.h