]> gcc.gnu.org Git - gcc.git/blame - libiberty/Makefile.in
* configure.in: Cope with missing makeinfo.
[gcc.git] / libiberty / Makefile.in
CommitLineData
6599da04
JM
1#
2# Makefile
aaa5f039 3# Copyright (C) 1990, 91-99, 2000, 2001
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@
aaa5f039
DD
59MAKEINFO = @MAKEINFO@
60PERL = @PERL@
6599da04
JM
61
62PICFLAG =
63
64MAKEOVERRIDES =
65
66TARGETLIB = libiberty.a
67
3affd5f0 68LIBOBJS = @LIBOBJS@
6599da04
JM
69
70# A configuration can specify extra .o files that should be included,
71# even if they are in libc. (Perhaps the libc version is buggy.)
72EXTRA_OFILES =
73
74# Flags to pass to a recursive make.
75FLAGS_TO_PASS = \
76 "AR=$(AR)" \
77 "AR_FLAGS=$(AR_FLAGS)" \
78 "CC=$(CC)" \
79 "CFLAGS=$(CFLAGS)" \
80 "LIBCFLAGS=$(LIBCFLAGS)" \
81 "EXTRA_OFILES=$(EXTRA_OFILES)" \
82 "HDEFINES=$(HDEFINES)" \
83 "INSTALL=$(INSTALL)" \
84 "INSTALL_DATA=$(INSTALL_DATA)" \
85 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
86 "LDFLAGS=$(LDFLAGS)" \
87 "LOADLIBES=$(LOADLIBES)" \
6599da04 88 "RANLIB=$(RANLIB)" \
76632dd0
DJ
89 "SHELL=$(SHELL)" \
90 "prefix=$(prefix)" \
91 "exec_prefix=$(exec_prefix)" \
92 "libdir=$(libdir)" \
93 "libsubdir=$(libsubdir)" \
94 "tooldir=$(tooldir)"
6599da04 95
2c375143
NS
96# Subdirectories to recurse into. We need to override this during cleaning
97SUBDIRS = testsuite
98
aaa5f039 99# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
7c72138a 100all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
3affd5f0 101 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
6599da04
JM
102
103.PHONY: check installcheck
7c72138a
TT
104check: check-subdir
105installcheck: installcheck-subdir
6599da04 106
3affd5f0 107@host_makefile_frag@
6599da04
JM
108
109INCDIR=$(srcdir)/$(MULTISRCTOP)../include
110
1eaf7d9c 111COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
6599da04 112.c.o:
47668d0a
DE
113 if [ x"$(PICFLAG)" != x ]; then \
114 $(COMPILE.c) $(PICFLAG) $< -o pic/$@; \
115 else true; fi
6599da04
JM
116 $(COMPILE.c) $<
117
6599da04 118# NOTE: If you add new files to the library, add them to this list
3affd5f0
JL
119# (alphabetical), and add them to REQUIRED_OFILES or funcs in
120# configure.in.
d9d4fb43 121CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c \
aaa5f039 122 bsearch.c bzero.c calloc.c choose-temp.c clock.c concat.c cplus-dem.c \
29650b2b 123 cp-demangle.c dyn-string.c fdmatch.c fnmatch.c ffs.c getcwd.c \
69afa80d 124 getpwd.c getopt.c getopt1.c getpagesize.c getruntime.c \
2b757d51 125 floatformat.c hashtab.c hex.c index.c insque.c lbasename.c \
33437dc7 126 md5.c make-temp-file.c memchr.c \
f6bbde28 127 memcmp.c memcpy.c memmove.c memset.c mkstemps.c objalloc.c obstack.c \
dd771632
JJ
128 partition.c pexecute.c putenv.c random.c \
129 regex.c rename.c rindex.c setenv.c \
f6bbde28
ZW
130 sigsetmask.c safe-ctype.c sort.c spaces.c splay-tree.c strcasecmp.c \
131 strncasecmp.c strchr.c strdup.c strerror.c strncmp.c strrchr.c \
132 strsignal.c strstr.c strtod.c strtol.c strtoul.c tmpnam.c vasprintf.c \
133 vfork.c vfprintf.c vprintf.c vsprintf.c waitpid.c xatexit.c xexit.c \
8c23e0a4 134 xmalloc.c xmemdup.c xstrdup.c xstrerror.c ternary.c fibheap.c
3affd5f0 135
6599da04 136# These are always included in the library.
2b757d51
NB
137REQUIRED_OFILES = argv.o alloca.o choose-temp.o concat.o cplus-dem.o \
138 cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o \
139 getpwd.o getruntime.o hashtab.o hex.o floatformat.o lbasename.o \
33437dc7 140 md5.o make-temp-file.o objalloc.o \
dd771632 141 obstack.o partition.o pexecute.o regex.o safe-ctype.o sort.o spaces.o \
2b757d51 142 splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o \
8c23e0a4 143 xmemdup.o xstrdup.o xstrerror.o ternary.o fibheap.o
b548dffb 144
aaa5f039
DD
145# These are all the objects that configure may add to the library via
146# $funcs. This list exists here only for "make maint-missing".
147CONFIGURED_OFILES = asprintf.o atexit.o basename.o bcmp.o bcopy.o \
148 bsearch.o bzero.o calloc.o clock.o ffs.o getcwd.o \
149 getpagesize.o index.o insque.o memchr.o memcmp.o memcpy.o \
150 memmove.o memset.o mkstemps.o putenv.o random.o rename.o \
151 rindex.o setenv.o sigsetmask.o strcasecmp.o strchr.o strdup.o \
152 strncasecmp.o strncmp.o strrchr.o strstr.o strtod.o strtol.o \
153 strtoul.o tmpnam.o vasprintf.o vfork.o vfprintf.o vprintf.o \
154 vsprintf.o waitpid.o
155
b548dffb 156$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
afb649d5 157 -rm -f $(TARGETLIB) pic/$(TARGETLIB)
3affd5f0 158 $(AR) $(AR_FLAGS) $(TARGETLIB) \
b548dffb 159 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
3affd5f0 160 $(RANLIB) $(TARGETLIB)
afb649d5
L
161 if [ x"$(PICFLAG)" != x ]; then \
162 cd pic; \
163 $(AR) $(AR_FLAGS) $(TARGETLIB) \
164 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
165 $(RANLIB) $(TARGETLIB); \
166 cd ..; \
167 else true; fi
6599da04 168
aaa5f039
DD
169info: libiberty.info info-subdir
170install-info: install-info-subdir
171clean-info: clean-info-subdir
172dvi: libiberty.dvi dvi-subdir
173html: libiberty.html
174
175TEXISRC = \
176 $(srcdir)/libiberty.texi \
177 $(srcdir)/copying-lib.texi \
178 $(srcdir)/obstacks.texi \
179 $(srcdir)/functions.texi
180
181# Additional files that have texi snippets that need to be collected
aac04c15
DD
182# and sorted. Some are here because the sources are imported from
183# elsewhere. Others represent headers in ../include.
184TEXIFILES = fnmatch.txh
aaa5f039
DD
185
186libiberty.info : $(srcdir)/libiberty.texi $(TEXISRC)
187 $(MAKEINFO) -I$(srcdir) $(srcdir)/libiberty.texi
188
189libiberty.dvi : $(srcdir)/libiberty.texi $(TEXISRC)
190 texi2dvi $(srcdir)/libiberty.texi
191
192libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
193 $(MAKEINFO) --html -I$(srcdir) $(srcdir)/libiberty.texi
194
195@MAINT@$(srcdir)/functions.texi : stamp-functions
196@MAINT@ @true
197
198@MAINT@stamp-functions : $(CFILES) $(TEXIFILES) $(srcdir)/gather-docs Makefile
199@MAINT@@HAVE_PERL@ $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
200@MAINT@ echo stamp > stamp-functions
201
3affd5f0 202INSTALL_DEST = @INSTALL_DEST@
7c72138a 203install: install_to_$(INSTALL_DEST) install-subdir
6599da04
JM
204
205install_to_libdir: all
5ad5a984
ILT
206 $(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
207 ( cd $(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
208 mv -f $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(libdir)$(MULTISUBDIR)/$(TARGETLIB)
6599da04
JM
209 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
210
211install_to_tooldir: all
5ad5a984
ILT
212 $(INSTALL_DATA) $(TARGETLIB) $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n
213 ( cd $(tooldir)/lib$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
214 mv -f $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)
6599da04
JM
215 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
216
a4494286
JM
217# needed-list is used by libstdc++. NEEDED is the list of functions
218# to include there. Do not add anything LGPL to this list; libstdc++
219# can't use anything encumbering.
220NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
209bbe34 221 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
8f1824d9 222 vfork waitpid bcmp bcopy bzero
3affd5f0 223needed-list: Makefile
a4494286 224 rm -f needed-list; touch needed-list; \
a4494286 225 for f in $(NEEDED); do \
a6541767
JM
226 for g in $(LIBOBJS) $(EXTRA_OFILES); do \
227 case "$$g" in \
228 *$$f*) echo $$g >> needed-list ;; \
229 esac; \
230 done; \
a4494286 231 done
3affd5f0
JL
232
233# required-list was used when building a shared bfd/opcodes/libiberty
234# library. I don't know if it used by anything currently.
6599da04
JM
235required-list: Makefile
236 echo $(REQUIRED_OFILES) > required-list
237
6599da04 238stamp-picdir:
47668d0a 239 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
6599da04
JM
240 mkdir pic; \
241 else true; fi
242 touch stamp-picdir
243
3affd5f0 244.PHONY: all etags tags ls clean stage1 stage2
6599da04 245
7c72138a 246etags tags: TAGS etags-subdir
6599da04 247
b548dffb
ZW
248TAGS: $(CFILES)
249 etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`
6599da04
JM
250
251# The standalone demangler (c++filt) has been moved to binutils.
252demangle:
253 @echo "The standalone demangler, now named c++filt, is now"
254 @echo "a part of binutils."
255 @false
256
257ls:
b548dffb 258 @echo Makefile $(CFILES)
6599da04 259
aaa5f039
DD
260# Various targets for maintainers.
261
262maint-missing :
263 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) missing $(CFILES) $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
264
265maint-buildall : $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
266 @true
267
aac04c15
DD
268maint-undoc : $(srcdir)/functions.texi
269 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc
270
6599da04
JM
271# Need to deal with profiled libraries, too.
272
2c375143
NS
273# Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
274# multiple times, hence our explicit recursion with an empty SUBDIRS.
7c72138a 275mostlyclean: mostlyclean-subdir
5a2eb52b
MS
276 -rm -rf *.o pic core errs \#* *.E a.out
277 -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
278 -rm -f $(CONFIG_H) $(NEEDED_LIST) stamp-picdir
aaa5f039
DD
279 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
280 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
281 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
282 -rm -f libtexi.stamp
6599da04 283 @$(MULTICLEAN) multi-clean DO=mostlyclean
2c375143
NS
284clean: clean-subdir
285 $(MAKE) SUBDIRS="" mostlyclean
5a2eb52b 286 -rm -f *.a required-list tmpmulti.out
aaa5f039 287 -rm -f libiberty.dvi libiberty.info* libiberty.html
6599da04 288 @$(MULTICLEAN) multi-clean DO=clean
2c375143
NS
289distclean: distclean-subdir
290 $(MAKE) SUBDIRS="" clean
6599da04 291 @$(MULTICLEAN) multi-clean DO=distclean
5a2eb52b
MS
292 -rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
293 -rm -f config.log
b25a8973 294 -rmdir testsuite 2>/dev/null
2c375143
NS
295maintainer-clean realclean: maintainer-clean-subdir
296 $(MAKE) SUBDIRS="" distclean
6599da04
JM
297
298force:
299
3affd5f0
JL
300Makefile: $(srcdir)/Makefile.in config.status
301 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
302
303config.h: stamp-h ; @true
304stamp-h: config.in config.status
305 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
306
307config.status: $(srcdir)/configure $(srcdir)/config.table
308 $(SHELL) ./config.status --recheck
6599da04 309
7c72138a
TT
310all-subdir check-subdir installcheck-subdir info-subdir \
311install-info-subdir clean-info-subdir dvi-subdir install-subdir \
312etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
313maintainer-clean-subdir:
3b94497c 314 @subdirs='$(SUBDIRS)'; \
7277f72d 315 target=`echo $@ | sed -e 's/-subdir//'`; \
3b94497c 316 for dir in $$subdirs ; do \
7277f72d 317 cd $$dir && $(MAKE) $$target; \
2c375143 318 done
7c72138a 319
b548dffb 320$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir
7b195f77 321
b548dffb 322alloca.o: config.h $(INCDIR)/libiberty.h
3affd5f0 323atexit.o: config.h
b548dffb 324argv.o: config.h $(INCDIR)/libiberty.h
6599da04 325basename.o: $(INCDIR)/libiberty.h
3affd5f0
JL
326choose-temp.o: config.h
327clock.o: config.h
4e627c41 328concat.o: config.h $(INCDIR)/libiberty.h
f77d8413 329cplus-dem.o: config.h $(INCDIR)/demangle.h
7eb23b1f 330cp-demangle.o: config.h $(INCDIR)/dyn-string.h $(INCDIR)/demangle.h
69afa80d 331dyn-string.o: config.h $(INCDIR)/dyn-string.h
6599da04 332fdmatch.o: $(INCDIR)/libiberty.h
f379eac3 333fibheap.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/fibheap.h
3affd5f0
JL
334fnmatch.o: config.h $(INCDIR)/fnmatch.h
335getcwd.o: config.h
336getopt.o: config.h $(INCDIR)/getopt.h
337getopt1.o: config.h $(INCDIR)/getopt.h
338getpagesize.o: config.h
4ac3cb83 339getpwd.o: config.h $(INCDIR)/libiberty.h
3affd5f0 340getruntime.o: config.h $(INCDIR)/libiberty.h
6599da04
JM
341hex.o: $(INCDIR)/libiberty.h
342floatformat.o: $(INCDIR)/floatformat.h
2b757d51 343lbasename.o: $(INCDIR)/libiberty.h
94b68558 344make-temp-file.o: config.h
8ec65f13 345mkstemps.o: config.h
53dce582 346md5.o: config.h
e483d5cc 347objalloc.o: config.h $(INCDIR)/objalloc.h
f77d8413 348obstack.o: config.h $(INCDIR)/obstack.h
abc61fd4 349partition.o: config.h $(INCDIR)/partition.h
3affd5f0 350pexecute.o: config.h $(INCDIR)/libiberty.h
2cf50fd3 351regex.o: config.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
c2f275e4 352rename.o: config.h
73919448 353setenv.o: config.h
eeb0656f 354sort.o: config.h $(INCDIR)/sort.h $(INCDIR)/ansidecl.h
6599da04 355spaces.o: $(INCDIR)/libiberty.h
c85c3232 356splay-tree.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.h
3affd5f0
JL
357strerror.o: config.h $(INCDIR)/libiberty.h
358strsignal.o: config.h $(INCDIR)/libiberty.h
cd447360
MS
359strtol.o: config.h
360strtoul.o: config.h
9dab060e 361ternary.o: config.h $(INCDIR)/ternary.h $(INCDIR)/libiberty.h
0c978c46 362vasprintf.o: config.h
6599da04 363xatexit.o: $(INCDIR)/libiberty.h
da0c7743 364xexit.o: config.h $(INCDIR)/libiberty.h
f8e2da56 365xmalloc.o: config.h $(INCDIR)/libiberty.h
b10647f1 366xmemdup.o: config.h $(INCDIR)/libiberty.h
16b4c15e 367xstrdup.o: config.h $(INCDIR)/libiberty.h
3affd5f0 368xstrerror.o: config.h $(INCDIR)/libiberty.h
c2f275e4 369waitpid.o: config.h
a2f945c6 370hashtab.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/ansidecl.h
This page took 0.309327 seconds and 5 git commands to generate.