* run.1: Document --sysroot=filepath.
[deliverable/binutils-gdb.git] / libiberty / Makefile.in
CommitLineData
252b5132
RH
1#
2# Makefile
59727473 3# Copyright (C) 1990, 91-99, 2000, 2001, 2002, 2003, 2004
252b5132
RH
4# Free Software Foundation
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
23# This file was written by K. Richard Pixley <rich@cygnus.com>.
24
25#
26# Makefile for libiberty directory
27#
28
85b9a938 29libiberty_topdir = @libiberty_topdir@
252b5132 30srcdir = @srcdir@
252b5132
RH
31
32prefix = @prefix@
33
34exec_prefix = @exec_prefix@
35bindir = @bindir@
36libdir = @libdir@
50d4562d
DD
37includedir = @includedir@
38target_header_dir = @target_header_dir@
252b5132
RH
39
40SHELL = @SHELL@
41
42# Multilib support variables.
43MULTISRCTOP =
44MULTIBUILDTOP =
45MULTIDIRS =
46MULTISUBDIR =
47MULTIDO = true
48MULTICLEAN = true
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@
52INSTALL_DATA = @INSTALL_DATA@
85b9a938 53mkinstalldirs = $(SHELL) $(libiberty_topdir)/mkinstalldirs
252b5132 54
b39b76b8
DD
55# Some compilers can't handle cc -c blah.c -o foo/blah.o.
56OUTPUT_OPTION = @OUTPUT_OPTION@
57
252b5132
RH
58AR = @AR@
59AR_FLAGS = rc
60
61CC = @CC@
62CFLAGS = @CFLAGS@
63LIBCFLAGS = $(CFLAGS)
64RANLIB = @RANLIB@
39423523
DD
65MAKEINFO = @MAKEINFO@
66PERL = @PERL@
252b5132
RH
67
68PICFLAG =
69
70MAKEOVERRIDES =
71
37254c9a
DD
72TARGETLIB = ./libiberty.a
73TESTLIB = ./testlib.a
252b5132
RH
74
75LIBOBJS = @LIBOBJS@
252b5132
RH
76
77# A configuration can specify extra .o files that should be included,
78# even if they are in libc. (Perhaps the libc version is buggy.)
79EXTRA_OFILES =
80
81# Flags to pass to a recursive make.
82FLAGS_TO_PASS = \
83 "AR=$(AR)" \
84 "AR_FLAGS=$(AR_FLAGS)" \
85 "CC=$(CC)" \
86 "CFLAGS=$(CFLAGS)" \
27a39a5f 87 "DESTDIR=$(DESTDIR)" \
252b5132
RH
88 "LIBCFLAGS=$(LIBCFLAGS)" \
89 "EXTRA_OFILES=$(EXTRA_OFILES)" \
90 "HDEFINES=$(HDEFINES)" \
91 "INSTALL=$(INSTALL)" \
92 "INSTALL_DATA=$(INSTALL_DATA)" \
93 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
94 "LDFLAGS=$(LDFLAGS)" \
95 "LOADLIBES=$(LOADLIBES)" \
96 "RANLIB=$(RANLIB)" \
0c0a36a4
ILT
97 "SHELL=$(SHELL)" \
98 "prefix=$(prefix)" \
99 "exec_prefix=$(exec_prefix)" \
100 "libdir=$(libdir)" \
101 "libsubdir=$(libsubdir)" \
102 "tooldir=$(tooldir)"
252b5132 103
0c0a36a4
ILT
104# Subdirectories to recurse into. We need to override this during cleaning
105SUBDIRS = testsuite
106
39423523 107# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
0c0a36a4 108all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
1b67de92 109 @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
252b5132
RH
110
111.PHONY: check installcheck
0c0a36a4
ILT
112check: check-subdir
113installcheck: installcheck-subdir
252b5132
RH
114
115@host_makefile_frag@
116
117INCDIR=$(srcdir)/$(MULTISRCTOP)../include
118
eb383413 119COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
37254c9a
DD
120
121# Just to make sure we don't use a built-in rule with VPATH
252b5132 122.c.o:
37254c9a 123 false
252b5132 124
252b5132 125# NOTE: If you add new files to the library, add them to this list
cc096b71 126# (alphabetical), and add them to REQUIRED_OFILES, or
37254c9a
DD
127# CONFIGURED_OFILES and funcs in configure.ac. Also run "make maint-deps"
128# to build the new rules.
cc096b71
DD
129CFILES = alloca.c argv.c asprintf.c atexit.c \
130 basename.c bcmp.c bcopy.c bsearch.c bzero.c \
131 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
37254c9a 132 cp-demint.c cplus-dem.c \
cc096b71
DD
133 dyn-string.c \
134 fdmatch.c ffs.c fibheap.c floatformat.c fnmatch.c \
135 getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \
136 hashtab.c hex.c \
137 index.c insque.c \
138 lbasename.c \
ba61a412 139 lrealpath.c \
2a80c0a4 140 make-relative-prefix.c \
cc096b71 141 make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmove.c \
10b57b38 142 mempcpy.c memset.c mkstemps.c \
cc096b71 143 objalloc.c obstack.c \
5a17353c 144 partition.c \
9c2259b8 145 pex-djgpp.c pex-mpw.c pex-msdos.c pex-os2.c \
5a17353c 146 pex-unix.c pex-win32.c \
4938384a 147 physmem.c putenv.c \
cc096b71 148 random.c regex.c rename.c rindex.c \
2ed1e5cc 149 safe-ctype.c setenv.c sigsetmask.c snprintf.c sort.c spaces.c \
10b57b38
DD
150 splay-tree.c stpcpy.c stpncpy.c strcasecmp.c strchr.c strdup.c \
151 strerror.c strncasecmp.c strncmp.c strrchr.c strsignal.c \
152 strstr.c strtod.c strtol.c strtoul.c \
cc096b71 153 ternary.c tmpnam.c \
2ed1e5cc 154 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
cc096b71
DD
155 waitpid.c \
156 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
157
158# These are always included in the library. The first four are listed
159# first and by compile time to optimize parallel builds.
e0c148a7
DD
160REQUIRED_OFILES = ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o \
161 ./alloca.o ./argv.o \
162 ./choose-temp.o ./concat.o ./cp-demint.o \
37254c9a 163 ./dyn-string.o \
e0c148a7
DD
164 ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o \
165 ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o \
166 ./hashtab.o ./hex.o \
167 ./lbasename.o ./lrealpath.o \
168 ./make-relative-prefix.o ./make-temp-file.o \
169 ./objalloc.o ./obstack.o \
170 ./partition.o ./physmem.o @pexecute@ \
171 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o \
37254c9a
DD
172 ./strsignal.o \
173 ./ternary.o \
e0c148a7
DD
174 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o \
175 ./xstrerror.o
30673bf5 176
39423523 177# These are all the objects that configure may add to the library via
cc096b71
DD
178# $funcs or EXTRA_OFILES. This list exists here only for "make
179# maint-missing" and "make check".
e0c148a7
DD
180CONFIGURED_OFILES = ./asprintf.o ./atexit.o \
181 ./basename.o ./bcmp.o ./bcopy.o ./bsearch.o ./bzero.o \
182 ./calloc.o ./clock.o ./copysign.o \
37254c9a
DD
183 ./_doprnt.o \
184 ./ffs.o \
e0c148a7 185 ./getcwd.o ./getpagesize.o \
37254c9a 186 ./index.o ./insque.o \
e0c148a7
DD
187 ./memchr.o ./memcmp.o ./memcpy.o ./memmove.o ./mempcpy.o \
188 ./memset.o ./mkstemps.o \
189 ./pex-djgpp.o ./pex-mpw.o ./pex-msdos.o ./pex-os2.o \
190 ./pex-unix.o ./pex-win32.o \
37254c9a 191 ./putenv.o \
e0c148a7
DD
192 ./random.o ./rename.o ./rindex.o \
193 ./setenv.o ./sigsetmask.o ./snprintf.o ./stpcpy.o ./stpncpy.o \
194 ./strcasecmp.o ./strchr.o ./strdup.o ./strncasecmp.o \
195 ./strncmp.o ./strrchr.o ./strstr.o \
196 ./strtod.o ./strtol.o ./strtoul.o \
37254c9a 197 ./tmpnam.o \
e0c148a7
DD
198 ./vasprintf.o ./vfork.o ./vfprintf.o ./vprintf.o ./vsnprintf.o \
199 ./vsprintf.o \
37254c9a 200 ./waitpid.o
39423523 201
50d4562d
DD
202# These files are installed if the library has been configured to do so.
203INSTALLED_HEADERS = \
204 $(INCDIR)/ansidecl.h \
205 $(INCDIR)/demangle.h \
206 $(INCDIR)/dyn-string.h \
207 $(INCDIR)/fibheap.h \
208 $(INCDIR)/floatformat.h \
209 $(INCDIR)/hashtab.h \
210 $(INCDIR)/libiberty.h \
211 $(INCDIR)/objalloc.h \
212 $(INCDIR)/partition.h \
213 $(INCDIR)/safe-ctype.h \
214 $(INCDIR)/sort.h \
215 $(INCDIR)/splay-tree.h \
216 $(INCDIR)/ternary.h
217
30673bf5 218$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
3bc62f91 219 -rm -f $(TARGETLIB) pic/$(TARGETLIB)
252b5132 220 $(AR) $(AR_FLAGS) $(TARGETLIB) \
30673bf5 221 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
252b5132 222 $(RANLIB) $(TARGETLIB)
3bc62f91
DD
223 if [ x"$(PICFLAG)" != x ]; then \
224 cd pic; \
225 $(AR) $(AR_FLAGS) $(TARGETLIB) \
226 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
227 $(RANLIB) $(TARGETLIB); \
228 cd ..; \
229 else true; fi
252b5132 230
cc096b71
DD
231$(TESTLIB): $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
232 -rm -f $(TESTLIB)
233 $(AR) $(AR_FLAGS) $(TESTLIB) \
234 $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
235 $(RANLIB) $(TESTLIB)
236
39423523
DD
237info: libiberty.info info-subdir
238install-info: install-info-subdir
239clean-info: clean-info-subdir
240dvi: libiberty.dvi dvi-subdir
241html: libiberty.html
242
243TEXISRC = \
244 $(srcdir)/libiberty.texi \
245 $(srcdir)/copying-lib.texi \
246 $(srcdir)/obstacks.texi \
247 $(srcdir)/functions.texi
248
249# Additional files that have texi snippets that need to be collected
ba19b94f
DD
250# and sorted. Some are here because the sources are imported from
251# elsewhere. Others represent headers in ../include.
5a17353c 252TEXIFILES = fnmatch.txh pexecute.txh
39423523
DD
253
254libiberty.info : $(srcdir)/libiberty.texi $(TEXISRC)
255 $(MAKEINFO) -I$(srcdir) $(srcdir)/libiberty.texi
256
257libiberty.dvi : $(srcdir)/libiberty.texi $(TEXISRC)
258 texi2dvi $(srcdir)/libiberty.texi
259
260libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
6cfb3176 261 $(MAKEINFO) --no-split --html -I$(srcdir) -o $@ $<
39423523
DD
262
263@MAINT@$(srcdir)/functions.texi : stamp-functions
264@MAINT@ @true
265
266@MAINT@stamp-functions : $(CFILES) $(TEXIFILES) $(srcdir)/gather-docs Makefile
267@MAINT@@HAVE_PERL@ $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
268@MAINT@ echo stamp > stamp-functions
269
252b5132 270INSTALL_DEST = @INSTALL_DEST@
0c0a36a4 271install: install_to_$(INSTALL_DEST) install-subdir
252b5132
RH
272
273install_to_libdir: all
27a39a5f 274 ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)
4748c6d8
DD
275 $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
276 ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
277 mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
50d4562d
DD
278 if test -n "${target_header_dir}"; then \
279 case "${target_header_dir}" in \
280 /*) thd=${target_header_dir};; \
281 *) thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
282 esac; \
4748c6d8 283 ${mkinstalldirs} $(DESTDIR)$${thd}; \
50d4562d 284 for h in ${INSTALLED_HEADERS}; do \
4748c6d8 285 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
50d4562d
DD
286 done; \
287 fi
252b5132
RH
288 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
289
aa072e59
AO
290# This is tricky. Even though CC in the Makefile contains
291# multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
292# default multilib, so we have to take LIBCFLAGS into account as well,
293# since it will be passed the multilib flags.
294MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory`
252b5132 295install_to_tooldir: all
aa072e59
AO
296 ${mkinstalldirs} $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)
297 $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n
298 ( cd $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR) ; $(RANLIB) $(TARGETLIB)n )
299 mv -f $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)
252b5132
RH
300 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
301
0c0a36a4
ILT
302# needed-list is used by libstdc++. NEEDED is the list of functions
303# to include there. Do not add anything LGPL to this list; libstdc++
304# can't use anything encumbering.
305NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
eb383413 306 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
0c0a36a4 307 vfork waitpid bcmp bcopy bzero
252b5132 308needed-list: Makefile
0c0a36a4
ILT
309 rm -f needed-list; touch needed-list; \
310 for f in $(NEEDED); do \
311 for g in $(LIBOBJS) $(EXTRA_OFILES); do \
312 case "$$g" in \
313 *$$f*) echo $$g >> needed-list ;; \
314 esac; \
315 done; \
316 done
252b5132
RH
317
318# required-list was used when building a shared bfd/opcodes/libiberty
319# library. I don't know if it used by anything currently.
320required-list: Makefile
321 echo $(REQUIRED_OFILES) > required-list
322
323stamp-picdir:
eb383413 324 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
252b5132
RH
325 mkdir pic; \
326 else true; fi
327 touch stamp-picdir
328
329.PHONY: all etags tags ls clean stage1 stage2
330
0c0a36a4 331etags tags: TAGS etags-subdir
252b5132 332
30673bf5
DD
333TAGS: $(CFILES)
334 etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`
252b5132
RH
335
336# The standalone demangler (c++filt) has been moved to binutils.
337demangle:
338 @echo "The standalone demangler, now named c++filt, is now"
339 @echo "a part of binutils."
340 @false
341
342ls:
30673bf5 343 @echo Makefile $(CFILES)
252b5132 344
39423523
DD
345# Various targets for maintainers.
346
347maint-missing :
348 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) missing $(CFILES) $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
349
350maint-buildall : $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
351 @true
352
ba19b94f
DD
353maint-undoc : $(srcdir)/functions.texi
354 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc
355
cc096b71
DD
356maint-deps :
357 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) deps $(INCDIR)
358
252b5132
RH
359# Need to deal with profiled libraries, too.
360
0c0a36a4
ILT
361# Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
362# multiple times, hence our explicit recursion with an empty SUBDIRS.
363mostlyclean: mostlyclean-subdir
c00c39ed
DD
364 -rm -rf *.o pic core errs \#* *.E a.out
365 -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
366 -rm -f $(CONFIG_H) $(NEEDED_LIST) stamp-picdir
39423523
DD
367 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
368 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
369 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
370 -rm -f libtexi.stamp
252b5132 371 @$(MULTICLEAN) multi-clean DO=mostlyclean
0c0a36a4
ILT
372clean: clean-subdir
373 $(MAKE) SUBDIRS="" mostlyclean
c00c39ed 374 -rm -f *.a required-list tmpmulti.out
39423523 375 -rm -f libiberty.dvi libiberty.info* libiberty.html
252b5132 376 @$(MULTICLEAN) multi-clean DO=clean
0c0a36a4
ILT
377distclean: distclean-subdir
378 $(MAKE) SUBDIRS="" clean
252b5132 379 @$(MULTICLEAN) multi-clean DO=distclean
3795d586 380 -rm -f *~ Makefile config.cache config.status xhost-mkfrag TAGS multilib.out
c00c39ed 381 -rm -f config.log
4415a860 382 -rmdir testsuite 2>/dev/null
0c0a36a4
ILT
383maintainer-clean realclean: maintainer-clean-subdir
384 $(MAKE) SUBDIRS="" distclean
252b5132
RH
385
386force:
387
388Makefile: $(srcdir)/Makefile.in config.status
389 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
390
fec50157
DD
391# Depending on Makefile makes sure that config.status has been re-run
392# if needed. This prevents problems with parallel builds.
252b5132 393config.h: stamp-h ; @true
37254c9a
DD
394stamp-h: $(srcdir)/config.in config.status Makefile
395 CONFIG_FILES= CONFIG_HEADERS=config.h:$(srcdir)/config.in $(SHELL) ./config.status
252b5132
RH
396
397config.status: $(srcdir)/configure $(srcdir)/config.table
398 $(SHELL) ./config.status --recheck
399
fec50157
DD
400# Depending on config.h makes sure that config.status has been re-run
401# if needed. This prevents problems with parallel builds, in case
402# subdirectories need to run config.status also.
0c0a36a4
ILT
403all-subdir check-subdir installcheck-subdir info-subdir \
404install-info-subdir clean-info-subdir dvi-subdir install-subdir \
405etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
fec50157 406maintainer-clean-subdir: config.h
010c70e1 407 @subdirs='$(SUBDIRS)'; \
19be4303 408 target=`echo $@ | sed -e 's/-subdir//'`; \
010c70e1 409 for dir in $$subdirs ; do \
578460f2 410 cd $$dir && $(MAKE) $(FLAGS_TO_PASS) $$target; \
0c0a36a4
ILT
411 done
412
30673bf5 413$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir
cc096b71
DD
414$(CONFIGURED_OFILES): stamp-picdir
415
416# The dependencies in the remainder of this file are automatically
417# generated by "make maint-deps". Manual edits will be lost.
252b5132 418
37254c9a 419./_doprnt.o: $(srcdir)/_doprnt.c config.h $(INCDIR)/ansidecl.h \
cc096b71 420 $(INCDIR)/safe-ctype.h
37254c9a
DD
421 if [ x"$(PICFLAG)" != x ]; then \
422 $(COMPILE.c) $(PICFLAG) $(srcdir)/_doprnt.c -o pic/$@; \
423 else true; fi
424 $(COMPILE.c) $(srcdir)/_doprnt.c $(OUTPUT_OPTION)
425
426./alloca.o: $(srcdir)/alloca.c config.h $(INCDIR)/ansidecl.h \
59727473 427 $(INCDIR)/libiberty.h
37254c9a
DD
428 if [ x"$(PICFLAG)" != x ]; then \
429 $(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \
430 else true; fi
431 $(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION)
432
433./argv.o: $(srcdir)/argv.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
434 if [ x"$(PICFLAG)" != x ]; then \
435 $(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \
436 else true; fi
437 $(COMPILE.c) $(srcdir)/argv.c $(OUTPUT_OPTION)
438
439./asprintf.o: $(srcdir)/asprintf.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
440 if [ x"$(PICFLAG)" != x ]; then \
441 $(COMPILE.c) $(PICFLAG) $(srcdir)/asprintf.c -o pic/$@; \
442 else true; fi
443 $(COMPILE.c) $(srcdir)/asprintf.c $(OUTPUT_OPTION)
444
445./atexit.o: $(srcdir)/atexit.c config.h
446 if [ x"$(PICFLAG)" != x ]; then \
447 $(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \
448 else true; fi
449 $(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
450
451./basename.o: $(srcdir)/basename.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
452 $(INCDIR)/safe-ctype.h
453 if [ x"$(PICFLAG)" != x ]; then \
454 $(COMPILE.c) $(PICFLAG) $(srcdir)/basename.c -o pic/$@; \
455 else true; fi
456 $(COMPILE.c) $(srcdir)/basename.c $(OUTPUT_OPTION)
457
458./bcmp.o: $(srcdir)/bcmp.c
459 if [ x"$(PICFLAG)" != x ]; then \
460 $(COMPILE.c) $(PICFLAG) $(srcdir)/bcmp.c -o pic/$@; \
461 else true; fi
462 $(COMPILE.c) $(srcdir)/bcmp.c $(OUTPUT_OPTION)
463
464./bcopy.o: $(srcdir)/bcopy.c
465 if [ x"$(PICFLAG)" != x ]; then \
466 $(COMPILE.c) $(PICFLAG) $(srcdir)/bcopy.c -o pic/$@; \
467 else true; fi
468 $(COMPILE.c) $(srcdir)/bcopy.c $(OUTPUT_OPTION)
469
470./bsearch.o: $(srcdir)/bsearch.c config.h $(INCDIR)/ansidecl.h
471 if [ x"$(PICFLAG)" != x ]; then \
472 $(COMPILE.c) $(PICFLAG) $(srcdir)/bsearch.c -o pic/$@; \
473 else true; fi
474 $(COMPILE.c) $(srcdir)/bsearch.c $(OUTPUT_OPTION)
475
476./bzero.o: $(srcdir)/bzero.c
477 if [ x"$(PICFLAG)" != x ]; then \
478 $(COMPILE.c) $(PICFLAG) $(srcdir)/bzero.c -o pic/$@; \
479 else true; fi
480 $(COMPILE.c) $(srcdir)/bzero.c $(OUTPUT_OPTION)
481
482./calloc.o: $(srcdir)/calloc.c $(INCDIR)/ansidecl.h
483 if [ x"$(PICFLAG)" != x ]; then \
484 $(COMPILE.c) $(PICFLAG) $(srcdir)/calloc.c -o pic/$@; \
485 else true; fi
486 $(COMPILE.c) $(srcdir)/calloc.c $(OUTPUT_OPTION)
487
488./choose-temp.o: $(srcdir)/choose-temp.c config.h $(INCDIR)/ansidecl.h \
489 $(INCDIR)/libiberty.h
490 if [ x"$(PICFLAG)" != x ]; then \
491 $(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \
492 else true; fi
493 $(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION)
494
495./clock.o: $(srcdir)/clock.c config.h
496 if [ x"$(PICFLAG)" != x ]; then \
497 $(COMPILE.c) $(PICFLAG) $(srcdir)/clock.c -o pic/$@; \
498 else true; fi
499 $(COMPILE.c) $(srcdir)/clock.c $(OUTPUT_OPTION)
500
501./concat.o: $(srcdir)/concat.c config.h $(INCDIR)/ansidecl.h \
cc096b71 502 $(INCDIR)/libiberty.h
37254c9a
DD
503 if [ x"$(PICFLAG)" != x ]; then \
504 $(COMPILE.c) $(PICFLAG) $(srcdir)/concat.c -o pic/$@; \
505 else true; fi
506 $(COMPILE.c) $(srcdir)/concat.c $(OUTPUT_OPTION)
507
508./copysign.o: $(srcdir)/copysign.c $(INCDIR)/ansidecl.h
509 if [ x"$(PICFLAG)" != x ]; then \
510 $(COMPILE.c) $(PICFLAG) $(srcdir)/copysign.c -o pic/$@; \
511 else true; fi
512 $(COMPILE.c) $(srcdir)/copysign.c $(OUTPUT_OPTION)
513
514./cp-demangle.o: $(srcdir)/cp-demangle.c config.h $(INCDIR)/ansidecl.h \
515 $(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
516 $(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h
517 if [ x"$(PICFLAG)" != x ]; then \
518 $(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demangle.c -o pic/$@; \
519 else true; fi
520 $(COMPILE.c) $(srcdir)/cp-demangle.c $(OUTPUT_OPTION)
521
522./cp-demint.o: $(srcdir)/cp-demint.c config.h $(INCDIR)/ansidecl.h \
523 $(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
cc096b71 524 $(INCDIR)/libiberty.h
37254c9a
DD
525 if [ x"$(PICFLAG)" != x ]; then \
526 $(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demint.c -o pic/$@; \
527 else true; fi
528 $(COMPILE.c) $(srcdir)/cp-demint.c $(OUTPUT_OPTION)
529
530./cplus-dem.o: $(srcdir)/cplus-dem.c config.h $(INCDIR)/ansidecl.h \
531 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
532 $(INCDIR)/safe-ctype.h
533 if [ x"$(PICFLAG)" != x ]; then \
534 $(COMPILE.c) $(PICFLAG) $(srcdir)/cplus-dem.c -o pic/$@; \
535 else true; fi
536 $(COMPILE.c) $(srcdir)/cplus-dem.c $(OUTPUT_OPTION)
537
538./dyn-string.o: $(srcdir)/dyn-string.c config.h $(INCDIR)/ansidecl.h \
539 $(INCDIR)/dyn-string.h $(INCDIR)/libiberty.h
540 if [ x"$(PICFLAG)" != x ]; then \
541 $(COMPILE.c) $(PICFLAG) $(srcdir)/dyn-string.c -o pic/$@; \
542 else true; fi
543 $(COMPILE.c) $(srcdir)/dyn-string.c $(OUTPUT_OPTION)
544
545./fdmatch.o: $(srcdir)/fdmatch.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
546 if [ x"$(PICFLAG)" != x ]; then \
547 $(COMPILE.c) $(PICFLAG) $(srcdir)/fdmatch.c -o pic/$@; \
548 else true; fi
549 $(COMPILE.c) $(srcdir)/fdmatch.c $(OUTPUT_OPTION)
550
551./ffs.o: $(srcdir)/ffs.c
552 if [ x"$(PICFLAG)" != x ]; then \
553 $(COMPILE.c) $(PICFLAG) $(srcdir)/ffs.c -o pic/$@; \
554 else true; fi
555 $(COMPILE.c) $(srcdir)/ffs.c $(OUTPUT_OPTION)
556
557./fibheap.o: $(srcdir)/fibheap.c config.h $(INCDIR)/ansidecl.h \
558 $(INCDIR)/fibheap.h $(INCDIR)/libiberty.h
559 if [ x"$(PICFLAG)" != x ]; then \
560 $(COMPILE.c) $(PICFLAG) $(srcdir)/fibheap.c -o pic/$@; \
561 else true; fi
562 $(COMPILE.c) $(srcdir)/fibheap.c $(OUTPUT_OPTION)
563
564./floatformat.o: $(srcdir)/floatformat.c config.h $(INCDIR)/ansidecl.h \
565 $(INCDIR)/floatformat.h $(INCDIR)/libiberty.h
566 if [ x"$(PICFLAG)" != x ]; then \
567 $(COMPILE.c) $(PICFLAG) $(srcdir)/floatformat.c -o pic/$@; \
568 else true; fi
569 $(COMPILE.c) $(srcdir)/floatformat.c $(OUTPUT_OPTION)
570
571./fnmatch.o: $(srcdir)/fnmatch.c config.h $(INCDIR)/fnmatch.h \
572 $(INCDIR)/safe-ctype.h
573 if [ x"$(PICFLAG)" != x ]; then \
574 $(COMPILE.c) $(PICFLAG) $(srcdir)/fnmatch.c -o pic/$@; \
575 else true; fi
576 $(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION)
577
578./getcwd.o: $(srcdir)/getcwd.c config.h
579 if [ x"$(PICFLAG)" != x ]; then \
580 $(COMPILE.c) $(PICFLAG) $(srcdir)/getcwd.c -o pic/$@; \
581 else true; fi
582 $(COMPILE.c) $(srcdir)/getcwd.c $(OUTPUT_OPTION)
583
9888440a
BE
584./getopt.o: $(srcdir)/getopt.c config.h $(INCDIR)/getopt.h \
585 $(INCDIR)/ansidecl.h
37254c9a
DD
586 if [ x"$(PICFLAG)" != x ]; then \
587 $(COMPILE.c) $(PICFLAG) $(srcdir)/getopt.c -o pic/$@; \
588 else true; fi
589 $(COMPILE.c) $(srcdir)/getopt.c $(OUTPUT_OPTION)
590
591./getopt1.o: $(srcdir)/getopt1.c config.h $(INCDIR)/getopt.h
592 if [ x"$(PICFLAG)" != x ]; then \
593 $(COMPILE.c) $(PICFLAG) $(srcdir)/getopt1.c -o pic/$@; \
594 else true; fi
595 $(COMPILE.c) $(srcdir)/getopt1.c $(OUTPUT_OPTION)
596
597./getpagesize.o: $(srcdir)/getpagesize.c config.h
598 if [ x"$(PICFLAG)" != x ]; then \
599 $(COMPILE.c) $(PICFLAG) $(srcdir)/getpagesize.c -o pic/$@; \
600 else true; fi
601 $(COMPILE.c) $(srcdir)/getpagesize.c $(OUTPUT_OPTION)
602
603./getpwd.o: $(srcdir)/getpwd.c config.h $(INCDIR)/ansidecl.h \
09e9708c 604 $(INCDIR)/libiberty.h
37254c9a
DD
605 if [ x"$(PICFLAG)" != x ]; then \
606 $(COMPILE.c) $(PICFLAG) $(srcdir)/getpwd.c -o pic/$@; \
607 else true; fi
608 $(COMPILE.c) $(srcdir)/getpwd.c $(OUTPUT_OPTION)
609
610./getruntime.o: $(srcdir)/getruntime.c config.h $(INCDIR)/ansidecl.h \
cc096b71 611 $(INCDIR)/libiberty.h
37254c9a
DD
612 if [ x"$(PICFLAG)" != x ]; then \
613 $(COMPILE.c) $(PICFLAG) $(srcdir)/getruntime.c -o pic/$@; \
614 else true; fi
615 $(COMPILE.c) $(srcdir)/getruntime.c $(OUTPUT_OPTION)
616
617./hashtab.o: $(srcdir)/hashtab.c config.h $(INCDIR)/ansidecl.h \
618 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
619 if [ x"$(PICFLAG)" != x ]; then \
620 $(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \
621 else true; fi
622 $(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION)
623
624./hex.o: $(srcdir)/hex.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
70ecf948 625 $(INCDIR)/safe-ctype.h
37254c9a
DD
626 if [ x"$(PICFLAG)" != x ]; then \
627 $(COMPILE.c) $(PICFLAG) $(srcdir)/hex.c -o pic/$@; \
628 else true; fi
629 $(COMPILE.c) $(srcdir)/hex.c $(OUTPUT_OPTION)
630
631./index.o: $(srcdir)/index.c
632 if [ x"$(PICFLAG)" != x ]; then \
633 $(COMPILE.c) $(PICFLAG) $(srcdir)/index.c -o pic/$@; \
634 else true; fi
635 $(COMPILE.c) $(srcdir)/index.c $(OUTPUT_OPTION)
636
637./insque.o: $(srcdir)/insque.c
638 if [ x"$(PICFLAG)" != x ]; then \
639 $(COMPILE.c) $(PICFLAG) $(srcdir)/insque.c -o pic/$@; \
640 else true; fi
641 $(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION)
642
643./lbasename.o: $(srcdir)/lbasename.c $(INCDIR)/ansidecl.h $(INCDIR)/filenames.h \
59727473 644 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
37254c9a
DD
645 if [ x"$(PICFLAG)" != x ]; then \
646 $(COMPILE.c) $(PICFLAG) $(srcdir)/lbasename.c -o pic/$@; \
647 else true; fi
648 $(COMPILE.c) $(srcdir)/lbasename.c $(OUTPUT_OPTION)
649
650./lrealpath.o: $(srcdir)/lrealpath.c config.h $(INCDIR)/ansidecl.h \
651 $(INCDIR)/libiberty.h
652 if [ x"$(PICFLAG)" != x ]; then \
653 $(COMPILE.c) $(PICFLAG) $(srcdir)/lrealpath.c -o pic/$@; \
654 else true; fi
655 $(COMPILE.c) $(srcdir)/lrealpath.c $(OUTPUT_OPTION)
656
657./make-relative-prefix.o: $(srcdir)/make-relative-prefix.c config.h \
658 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
659 if [ x"$(PICFLAG)" != x ]; then \
660 $(COMPILE.c) $(PICFLAG) $(srcdir)/make-relative-prefix.c -o pic/$@; \
661 else true; fi
662 $(COMPILE.c) $(srcdir)/make-relative-prefix.c $(OUTPUT_OPTION)
663
664./make-temp-file.o: $(srcdir)/make-temp-file.c config.h $(INCDIR)/ansidecl.h \
1ea16ec5 665 $(INCDIR)/libiberty.h
37254c9a
DD
666 if [ x"$(PICFLAG)" != x ]; then \
667 $(COMPILE.c) $(PICFLAG) $(srcdir)/make-temp-file.c -o pic/$@; \
668 else true; fi
669 $(COMPILE.c) $(srcdir)/make-temp-file.c $(OUTPUT_OPTION)
670
671./md5.o: $(srcdir)/md5.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/md5.h
672 if [ x"$(PICFLAG)" != x ]; then \
673 $(COMPILE.c) $(PICFLAG) $(srcdir)/md5.c -o pic/$@; \
674 else true; fi
675 $(COMPILE.c) $(srcdir)/md5.c $(OUTPUT_OPTION)
676
677./memchr.o: $(srcdir)/memchr.c $(INCDIR)/ansidecl.h
678 if [ x"$(PICFLAG)" != x ]; then \
679 $(COMPILE.c) $(PICFLAG) $(srcdir)/memchr.c -o pic/$@; \
680 else true; fi
681 $(COMPILE.c) $(srcdir)/memchr.c $(OUTPUT_OPTION)
682
683./memcmp.o: $(srcdir)/memcmp.c $(INCDIR)/ansidecl.h
684 if [ x"$(PICFLAG)" != x ]; then \
685 $(COMPILE.c) $(PICFLAG) $(srcdir)/memcmp.c -o pic/$@; \
686 else true; fi
687 $(COMPILE.c) $(srcdir)/memcmp.c $(OUTPUT_OPTION)
688
689./memcpy.o: $(srcdir)/memcpy.c $(INCDIR)/ansidecl.h
690 if [ x"$(PICFLAG)" != x ]; then \
691 $(COMPILE.c) $(PICFLAG) $(srcdir)/memcpy.c -o pic/$@; \
692 else true; fi
693 $(COMPILE.c) $(srcdir)/memcpy.c $(OUTPUT_OPTION)
694
695./memmove.o: $(srcdir)/memmove.c $(INCDIR)/ansidecl.h
696 if [ x"$(PICFLAG)" != x ]; then \
697 $(COMPILE.c) $(PICFLAG) $(srcdir)/memmove.c -o pic/$@; \
698 else true; fi
699 $(COMPILE.c) $(srcdir)/memmove.c $(OUTPUT_OPTION)
700
701./mempcpy.o: $(srcdir)/mempcpy.c $(INCDIR)/ansidecl.h
702 if [ x"$(PICFLAG)" != x ]; then \
703 $(COMPILE.c) $(PICFLAG) $(srcdir)/mempcpy.c -o pic/$@; \
704 else true; fi
705 $(COMPILE.c) $(srcdir)/mempcpy.c $(OUTPUT_OPTION)
706
707./memset.o: $(srcdir)/memset.c $(INCDIR)/ansidecl.h
708 if [ x"$(PICFLAG)" != x ]; then \
709 $(COMPILE.c) $(PICFLAG) $(srcdir)/memset.c -o pic/$@; \
710 else true; fi
711 $(COMPILE.c) $(srcdir)/memset.c $(OUTPUT_OPTION)
712
713./mkstemps.o: $(srcdir)/mkstemps.c config.h $(INCDIR)/ansidecl.h
714 if [ x"$(PICFLAG)" != x ]; then \
715 $(COMPILE.c) $(PICFLAG) $(srcdir)/mkstemps.c -o pic/$@; \
716 else true; fi
717 $(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION)
718
719./mpw.o: $(srcdir)/mpw.c
720 if [ x"$(PICFLAG)" != x ]; then \
721 $(COMPILE.c) $(PICFLAG) $(srcdir)/mpw.c -o pic/$@; \
722 else true; fi
723 $(COMPILE.c) $(srcdir)/mpw.c $(OUTPUT_OPTION)
724
725./msdos.o: $(srcdir)/msdos.c
726 if [ x"$(PICFLAG)" != x ]; then \
727 $(COMPILE.c) $(PICFLAG) $(srcdir)/msdos.c -o pic/$@; \
728 else true; fi
729 $(COMPILE.c) $(srcdir)/msdos.c $(OUTPUT_OPTION)
730
731./objalloc.o: $(srcdir)/objalloc.c config.h $(INCDIR)/ansidecl.h \
732 $(INCDIR)/objalloc.h
733 if [ x"$(PICFLAG)" != x ]; then \
734 $(COMPILE.c) $(PICFLAG) $(srcdir)/objalloc.c -o pic/$@; \
735 else true; fi
736 $(COMPILE.c) $(srcdir)/objalloc.c $(OUTPUT_OPTION)
737
738./obstack.o: $(srcdir)/obstack.c config.h $(INCDIR)/obstack.h
739 if [ x"$(PICFLAG)" != x ]; then \
740 $(COMPILE.c) $(PICFLAG) $(srcdir)/obstack.c -o pic/$@; \
741 else true; fi
742 $(COMPILE.c) $(srcdir)/obstack.c $(OUTPUT_OPTION)
743
744./partition.o: $(srcdir)/partition.c config.h $(INCDIR)/ansidecl.h \
745 $(INCDIR)/libiberty.h $(INCDIR)/partition.h
746 if [ x"$(PICFLAG)" != x ]; then \
747 $(COMPILE.c) $(PICFLAG) $(srcdir)/partition.c -o pic/$@; \
748 else true; fi
749 $(COMPILE.c) $(srcdir)/partition.c $(OUTPUT_OPTION)
750
751./pex-djgpp.o: $(srcdir)/pex-djgpp.c config.h $(INCDIR)/ansidecl.h \
752 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
753 if [ x"$(PICFLAG)" != x ]; then \
754 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-djgpp.c -o pic/$@; \
755 else true; fi
756 $(COMPILE.c) $(srcdir)/pex-djgpp.c $(OUTPUT_OPTION)
757
758./pex-mpw.o: $(srcdir)/pex-mpw.c config.h $(INCDIR)/ansidecl.h \
759 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
760 if [ x"$(PICFLAG)" != x ]; then \
761 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-mpw.c -o pic/$@; \
762 else true; fi
763 $(COMPILE.c) $(srcdir)/pex-mpw.c $(OUTPUT_OPTION)
764
765./pex-msdos.o: $(srcdir)/pex-msdos.c config.h $(INCDIR)/ansidecl.h \
766 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h \
767 $(INCDIR)/safe-ctype.h
768 if [ x"$(PICFLAG)" != x ]; then \
769 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-msdos.c -o pic/$@; \
770 else true; fi
771 $(COMPILE.c) $(srcdir)/pex-msdos.c $(OUTPUT_OPTION)
772
773./pex-os2.o: $(srcdir)/pex-os2.c config.h $(INCDIR)/ansidecl.h \
774 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
775 if [ x"$(PICFLAG)" != x ]; then \
776 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-os2.c -o pic/$@; \
777 else true; fi
778 $(COMPILE.c) $(srcdir)/pex-os2.c $(OUTPUT_OPTION)
779
780./pex-unix.o: $(srcdir)/pex-unix.c config.h $(INCDIR)/ansidecl.h \
781 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
782 if [ x"$(PICFLAG)" != x ]; then \
783 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-unix.c -o pic/$@; \
784 else true; fi
785 $(COMPILE.c) $(srcdir)/pex-unix.c $(OUTPUT_OPTION)
786
787./pex-win32.o: $(srcdir)/pex-win32.c config.h $(INCDIR)/ansidecl.h \
788 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
789 if [ x"$(PICFLAG)" != x ]; then \
790 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-win32.c -o pic/$@; \
791 else true; fi
792 $(COMPILE.c) $(srcdir)/pex-win32.c $(OUTPUT_OPTION)
793
794./physmem.o: $(srcdir)/physmem.c config.h $(INCDIR)/ansidecl.h \
795 $(INCDIR)/libiberty.h
796 if [ x"$(PICFLAG)" != x ]; then \
797 $(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \
798 else true; fi
799 $(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION)
800
801./putenv.o: $(srcdir)/putenv.c config.h $(INCDIR)/ansidecl.h
802 if [ x"$(PICFLAG)" != x ]; then \
803 $(COMPILE.c) $(PICFLAG) $(srcdir)/putenv.c -o pic/$@; \
804 else true; fi
805 $(COMPILE.c) $(srcdir)/putenv.c $(OUTPUT_OPTION)
806
807./random.o: $(srcdir)/random.c $(INCDIR)/ansidecl.h
808 if [ x"$(PICFLAG)" != x ]; then \
809 $(COMPILE.c) $(PICFLAG) $(srcdir)/random.c -o pic/$@; \
810 else true; fi
811 $(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION)
812
e0c148a7
DD
813./regex.o: $(srcdir)/regex.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
814 $(INCDIR)/xregex2.h
37254c9a
DD
815 if [ x"$(PICFLAG)" != x ]; then \
816 $(COMPILE.c) $(PICFLAG) $(srcdir)/regex.c -o pic/$@; \
817 else true; fi
818 $(COMPILE.c) $(srcdir)/regex.c $(OUTPUT_OPTION)
819
820./rename.o: $(srcdir)/rename.c config.h $(INCDIR)/ansidecl.h
821 if [ x"$(PICFLAG)" != x ]; then \
822 $(COMPILE.c) $(PICFLAG) $(srcdir)/rename.c -o pic/$@; \
823 else true; fi
824 $(COMPILE.c) $(srcdir)/rename.c $(OUTPUT_OPTION)
825
826./rindex.o: $(srcdir)/rindex.c
827 if [ x"$(PICFLAG)" != x ]; then \
828 $(COMPILE.c) $(PICFLAG) $(srcdir)/rindex.c -o pic/$@; \
829 else true; fi
830 $(COMPILE.c) $(srcdir)/rindex.c $(OUTPUT_OPTION)
831
832./safe-ctype.o: $(srcdir)/safe-ctype.c $(INCDIR)/ansidecl.h \
833 $(INCDIR)/safe-ctype.h
834 if [ x"$(PICFLAG)" != x ]; then \
835 $(COMPILE.c) $(PICFLAG) $(srcdir)/safe-ctype.c -o pic/$@; \
836 else true; fi
837 $(COMPILE.c) $(srcdir)/safe-ctype.c $(OUTPUT_OPTION)
838
839./setenv.o: $(srcdir)/setenv.c config.h $(INCDIR)/ansidecl.h
840 if [ x"$(PICFLAG)" != x ]; then \
841 $(COMPILE.c) $(PICFLAG) $(srcdir)/setenv.c -o pic/$@; \
842 else true; fi
843 $(COMPILE.c) $(srcdir)/setenv.c $(OUTPUT_OPTION)
844
845./sigsetmask.o: $(srcdir)/sigsetmask.c $(INCDIR)/ansidecl.h
846 if [ x"$(PICFLAG)" != x ]; then \
847 $(COMPILE.c) $(PICFLAG) $(srcdir)/sigsetmask.c -o pic/$@; \
848 else true; fi
849 $(COMPILE.c) $(srcdir)/sigsetmask.c $(OUTPUT_OPTION)
850
851./snprintf.o: $(srcdir)/snprintf.c $(INCDIR)/ansidecl.h
852 if [ x"$(PICFLAG)" != x ]; then \
853 $(COMPILE.c) $(PICFLAG) $(srcdir)/snprintf.c -o pic/$@; \
854 else true; fi
855 $(COMPILE.c) $(srcdir)/snprintf.c $(OUTPUT_OPTION)
856
857./sort.o: $(srcdir)/sort.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
cc096b71 858 $(INCDIR)/sort.h
37254c9a
DD
859 if [ x"$(PICFLAG)" != x ]; then \
860 $(COMPILE.c) $(PICFLAG) $(srcdir)/sort.c -o pic/$@; \
861 else true; fi
862 $(COMPILE.c) $(srcdir)/sort.c $(OUTPUT_OPTION)
863
864./spaces.o: $(srcdir)/spaces.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
865 if [ x"$(PICFLAG)" != x ]; then \
866 $(COMPILE.c) $(PICFLAG) $(srcdir)/spaces.c -o pic/$@; \
867 else true; fi
868 $(COMPILE.c) $(srcdir)/spaces.c $(OUTPUT_OPTION)
869
870./splay-tree.o: $(srcdir)/splay-tree.c config.h $(INCDIR)/ansidecl.h \
871 $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h
872 if [ x"$(PICFLAG)" != x ]; then \
873 $(COMPILE.c) $(PICFLAG) $(srcdir)/splay-tree.c -o pic/$@; \
874 else true; fi
875 $(COMPILE.c) $(srcdir)/splay-tree.c $(OUTPUT_OPTION)
876
877./stpcpy.o: $(srcdir)/stpcpy.c $(INCDIR)/ansidecl.h
878 if [ x"$(PICFLAG)" != x ]; then \
879 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpcpy.c -o pic/$@; \
880 else true; fi
881 $(COMPILE.c) $(srcdir)/stpcpy.c $(OUTPUT_OPTION)
882
883./stpncpy.o: $(srcdir)/stpncpy.c $(INCDIR)/ansidecl.h
884 if [ x"$(PICFLAG)" != x ]; then \
885 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpncpy.c -o pic/$@; \
886 else true; fi
887 $(COMPILE.c) $(srcdir)/stpncpy.c $(OUTPUT_OPTION)
888
889./strcasecmp.o: $(srcdir)/strcasecmp.c $(INCDIR)/ansidecl.h
890 if [ x"$(PICFLAG)" != x ]; then \
891 $(COMPILE.c) $(PICFLAG) $(srcdir)/strcasecmp.c -o pic/$@; \
892 else true; fi
893 $(COMPILE.c) $(srcdir)/strcasecmp.c $(OUTPUT_OPTION)
894
895./strchr.o: $(srcdir)/strchr.c $(INCDIR)/ansidecl.h
896 if [ x"$(PICFLAG)" != x ]; then \
897 $(COMPILE.c) $(PICFLAG) $(srcdir)/strchr.c -o pic/$@; \
898 else true; fi
899 $(COMPILE.c) $(srcdir)/strchr.c $(OUTPUT_OPTION)
900
901./strdup.o: $(srcdir)/strdup.c $(INCDIR)/ansidecl.h
902 if [ x"$(PICFLAG)" != x ]; then \
903 $(COMPILE.c) $(PICFLAG) $(srcdir)/strdup.c -o pic/$@; \
904 else true; fi
905 $(COMPILE.c) $(srcdir)/strdup.c $(OUTPUT_OPTION)
906
907./strerror.o: $(srcdir)/strerror.c config.h $(INCDIR)/ansidecl.h \
908 $(INCDIR)/libiberty.h
909 if [ x"$(PICFLAG)" != x ]; then \
910 $(COMPILE.c) $(PICFLAG) $(srcdir)/strerror.c -o pic/$@; \
911 else true; fi
912 $(COMPILE.c) $(srcdir)/strerror.c $(OUTPUT_OPTION)
913
914./strncasecmp.o: $(srcdir)/strncasecmp.c $(INCDIR)/ansidecl.h
915 if [ x"$(PICFLAG)" != x ]; then \
916 $(COMPILE.c) $(PICFLAG) $(srcdir)/strncasecmp.c -o pic/$@; \
917 else true; fi
918 $(COMPILE.c) $(srcdir)/strncasecmp.c $(OUTPUT_OPTION)
919
920./strncmp.o: $(srcdir)/strncmp.c $(INCDIR)/ansidecl.h
921 if [ x"$(PICFLAG)" != x ]; then \
922 $(COMPILE.c) $(PICFLAG) $(srcdir)/strncmp.c -o pic/$@; \
923 else true; fi
924 $(COMPILE.c) $(srcdir)/strncmp.c $(OUTPUT_OPTION)
925
926./strrchr.o: $(srcdir)/strrchr.c $(INCDIR)/ansidecl.h
927 if [ x"$(PICFLAG)" != x ]; then \
928 $(COMPILE.c) $(PICFLAG) $(srcdir)/strrchr.c -o pic/$@; \
929 else true; fi
930 $(COMPILE.c) $(srcdir)/strrchr.c $(OUTPUT_OPTION)
931
932./strsignal.o: $(srcdir)/strsignal.c config.h $(INCDIR)/ansidecl.h \
933 $(INCDIR)/libiberty.h
934 if [ x"$(PICFLAG)" != x ]; then \
935 $(COMPILE.c) $(PICFLAG) $(srcdir)/strsignal.c -o pic/$@; \
936 else true; fi
937 $(COMPILE.c) $(srcdir)/strsignal.c $(OUTPUT_OPTION)
938
939./strstr.o: $(srcdir)/strstr.c
940 if [ x"$(PICFLAG)" != x ]; then \
941 $(COMPILE.c) $(PICFLAG) $(srcdir)/strstr.c -o pic/$@; \
942 else true; fi
943 $(COMPILE.c) $(srcdir)/strstr.c $(OUTPUT_OPTION)
944
945./strtod.o: $(srcdir)/strtod.c $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
946 if [ x"$(PICFLAG)" != x ]; then \
947 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtod.c -o pic/$@; \
948 else true; fi
949 $(COMPILE.c) $(srcdir)/strtod.c $(OUTPUT_OPTION)
950
951./strtol.o: $(srcdir)/strtol.c config.h $(INCDIR)/safe-ctype.h
952 if [ x"$(PICFLAG)" != x ]; then \
953 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtol.c -o pic/$@; \
954 else true; fi
955 $(COMPILE.c) $(srcdir)/strtol.c $(OUTPUT_OPTION)
956
957./strtoul.o: $(srcdir)/strtoul.c config.h $(INCDIR)/ansidecl.h \
958 $(INCDIR)/safe-ctype.h
959 if [ x"$(PICFLAG)" != x ]; then \
960 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoul.c -o pic/$@; \
961 else true; fi
962 $(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION)
963
964./ternary.o: $(srcdir)/ternary.c config.h $(INCDIR)/ansidecl.h \
965 $(INCDIR)/libiberty.h $(INCDIR)/ternary.h
966 if [ x"$(PICFLAG)" != x ]; then \
967 $(COMPILE.c) $(PICFLAG) $(srcdir)/ternary.c -o pic/$@; \
968 else true; fi
969 $(COMPILE.c) $(srcdir)/ternary.c $(OUTPUT_OPTION)
970
971./tmpnam.o: $(srcdir)/tmpnam.c
972 if [ x"$(PICFLAG)" != x ]; then \
973 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
974 else true; fi
975 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
976
977./vasprintf.o: $(srcdir)/vasprintf.c config.h $(INCDIR)/ansidecl.h \
978 $(INCDIR)/libiberty.h
979 if [ x"$(PICFLAG)" != x ]; then \
980 $(COMPILE.c) $(PICFLAG) $(srcdir)/vasprintf.c -o pic/$@; \
981 else true; fi
982 $(COMPILE.c) $(srcdir)/vasprintf.c $(OUTPUT_OPTION)
983
984./vfork.o: $(srcdir)/vfork.c $(INCDIR)/ansidecl.h
985 if [ x"$(PICFLAG)" != x ]; then \
986 $(COMPILE.c) $(PICFLAG) $(srcdir)/vfork.c -o pic/$@; \
987 else true; fi
988 $(COMPILE.c) $(srcdir)/vfork.c $(OUTPUT_OPTION)
989
990./vfprintf.o: $(srcdir)/vfprintf.c $(INCDIR)/ansidecl.h
991 if [ x"$(PICFLAG)" != x ]; then \
992 $(COMPILE.c) $(PICFLAG) $(srcdir)/vfprintf.c -o pic/$@; \
993 else true; fi
994 $(COMPILE.c) $(srcdir)/vfprintf.c $(OUTPUT_OPTION)
995
996./vprintf.o: $(srcdir)/vprintf.c $(INCDIR)/ansidecl.h
997 if [ x"$(PICFLAG)" != x ]; then \
998 $(COMPILE.c) $(PICFLAG) $(srcdir)/vprintf.c -o pic/$@; \
999 else true; fi
1000 $(COMPILE.c) $(srcdir)/vprintf.c $(OUTPUT_OPTION)
1001
1002./vsnprintf.o: $(srcdir)/vsnprintf.c config.h $(INCDIR)/ansidecl.h \
1003 $(INCDIR)/libiberty.h
1004 if [ x"$(PICFLAG)" != x ]; then \
1005 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsnprintf.c -o pic/$@; \
1006 else true; fi
1007 $(COMPILE.c) $(srcdir)/vsnprintf.c $(OUTPUT_OPTION)
1008
1009./vsprintf.o: $(srcdir)/vsprintf.c $(INCDIR)/ansidecl.h
1010 if [ x"$(PICFLAG)" != x ]; then \
1011 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsprintf.c -o pic/$@; \
1012 else true; fi
1013 $(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION)
1014
1015./waitpid.o: $(srcdir)/waitpid.c config.h
1016 if [ x"$(PICFLAG)" != x ]; then \
1017 $(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \
1018 else true; fi
1019 $(COMPILE.c) $(srcdir)/waitpid.c $(OUTPUT_OPTION)
1020
1021./xatexit.o: $(srcdir)/xatexit.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
1022 if [ x"$(PICFLAG)" != x ]; then \
1023 $(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
1024 else true; fi
1025 $(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
1026
1027./xexit.o: $(srcdir)/xexit.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
1028 if [ x"$(PICFLAG)" != x ]; then \
1029 $(COMPILE.c) $(PICFLAG) $(srcdir)/xexit.c -o pic/$@; \
1030 else true; fi
1031 $(COMPILE.c) $(srcdir)/xexit.c $(OUTPUT_OPTION)
1032
1033./xmalloc.o: $(srcdir)/xmalloc.c config.h $(INCDIR)/ansidecl.h \
1034 $(INCDIR)/libiberty.h
1035 if [ x"$(PICFLAG)" != x ]; then \
1036 $(COMPILE.c) $(PICFLAG) $(srcdir)/xmalloc.c -o pic/$@; \
1037 else true; fi
1038 $(COMPILE.c) $(srcdir)/xmalloc.c $(OUTPUT_OPTION)
1039
1040./xmemdup.o: $(srcdir)/xmemdup.c config.h $(INCDIR)/ansidecl.h \
1041 $(INCDIR)/libiberty.h
1042 if [ x"$(PICFLAG)" != x ]; then \
1043 $(COMPILE.c) $(PICFLAG) $(srcdir)/xmemdup.c -o pic/$@; \
1044 else true; fi
1045 $(COMPILE.c) $(srcdir)/xmemdup.c $(OUTPUT_OPTION)
1046
1047./xstrdup.o: $(srcdir)/xstrdup.c config.h $(INCDIR)/ansidecl.h \
1048 $(INCDIR)/libiberty.h
1049 if [ x"$(PICFLAG)" != x ]; then \
1050 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrdup.c -o pic/$@; \
1051 else true; fi
1052 $(COMPILE.c) $(srcdir)/xstrdup.c $(OUTPUT_OPTION)
1053
1054./xstrerror.o: $(srcdir)/xstrerror.c config.h $(INCDIR)/ansidecl.h \
1055 $(INCDIR)/libiberty.h
1056 if [ x"$(PICFLAG)" != x ]; then \
1057 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \
1058 else true; fi
1059 $(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
1060
0cb2db3a
DD
1061# Don't export variables to the environment, in order to not confuse
1062# configure.
1063.NOEXPORT:
This page took 0.262332 seconds and 4 git commands to generate.