3 # Copyright (C) 1990, 91-99, 2000, 2001, 2002, 2003, 2004
4 # Free Software Foundation
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.
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.
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.
23 # This file was written by K. Richard Pixley <rich@cygnus.com>.
26 # Makefile for libiberty directory
29 libiberty_topdir
= @libiberty_topdir@
34 exec_prefix = @
exec_prefix@
37 includedir = @
includedir@
38 target_header_dir
= @target_header_dir@
42 # Multilib support variables.
51 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
52 INSTALL_DATA
= @INSTALL_DATA@
53 mkinstalldirs
= $(SHELL
) $(libiberty_topdir
)/mkinstalldirs
55 # Some compilers can't handle cc -c blah.c -o foo/blah.o.
56 OUTPUT_OPTION
= @OUTPUT_OPTION@
72 TARGETLIB
= .
/libiberty.a
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.)
81 # Flags to pass to a recursive make.
84 "AR_FLAGS=$(AR_FLAGS)" \
87 "DESTDIR=$(DESTDIR)" \
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)" \
99 "exec_prefix=$(exec_prefix)" \
101 "libsubdir=$(libsubdir)" \
104 # Subdirectories to recurse into. We need to override this during cleaning
107 # FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
108 all: stamp-picdir
$(TARGETLIB
) needed-list required-list all-subdir
109 @
: $(MAKE
) ; exec
$(MULTIDO
) $(FLAGS_TO_PASS
) multi-do DO
=all
111 .PHONY
: check installcheck
113 installcheck: installcheck-subdir
117 INCDIR
=$(srcdir)/$(MULTISRCTOP
)..
/include
119 COMPILE.c
= $(CC
) -c @DEFS@
$(LIBCFLAGS
) -I.
-I
$(INCDIR
) $(HDEFINES
) @ac_libiberty_warn_cflags@
121 # Just to make sure we don't use a built-in rule with VPATH
125 # NOTE: If you add new files to the library, add them to this list
126 # (alphabetical), and add them to REQUIRED_OFILES, or
127 # CONFIGURED_OFILES and funcs in configure.ac. Also run "make maint-deps"
128 # to build the new rules.
129 CFILES
= 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 \
132 cp-demint.c cplus-dem.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 \
140 make-relative-prefix.c \
141 make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmove.c \
142 mempcpy.c memset.c mkstemps.c \
143 objalloc.c obstack.c \
145 pex-djgpp.c pex-mpw.c pex-msdos.c pex-os2.c \
146 pex-unix.c pex-win32.c \
148 random.c regex.c rename.c rindex.c \
149 safe-ctype.c setenv.c sigsetmask.c snprintf.c
sort.c spaces.c \
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 \
154 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
156 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
158 # These are always included in the library. The first four are listed
159 # first and by compile time to optimize parallel builds.
160 REQUIRED_OFILES
= .
/regex.o .
/cplus-dem.o .
/cp-demangle.o .
/cp-demint.o .
/md5.o \
161 .
/alloca.o .
/argv.o \
162 .
/choose-temp.o .
/concat.o \
164 .
/fdmatch.o .
/fibheap.o .
/floatformat.o .
/fnmatch.o \
165 .
/getopt.o .
/getopt1.o .
/getpwd.o .
/getruntime.o \
166 .
/hashtab.o .
/hex.o \
169 .
/make-relative-prefix.o \
171 .
/objalloc.o .
/obstack.o \
172 .
/partition.o .
/physmem.o @pexecute@ \
173 .
/safe-ctype.o .
/sort.o .
/spaces.o .
/splay-tree.o .
/strerror.o \
176 .
/xatexit.o .
/xexit.o .
/xmalloc.o .
/xmemdup.o .
/xstrdup.o .
/xstrerror.o
178 # These are all the objects that configure may add to the library via
179 # $funcs or EXTRA_OFILES. This list exists here only for "make
180 # maint-missing" and "make check".
181 CONFIGURED_OFILES
= .
/asprintf.o .
/atexit.o \
182 .
/basename.o .
/bcmp.o .
/bcopy.o .
/bsearch.o .
/bzero.o \
183 .
/calloc.o .
/clock.o .
/copysign.o \
186 .
/getcwd.o .
/getpagesize.o \
187 .
/index.o .
/insque.o \
188 .
/memchr.o .
/memcmp.o .
/memcpy.o .
/memmove.o .
/mempcpy.o .
/memset.o .
/mkstemps.o \
189 .
/pex-djgpp.o .
/pex-mpw.o .
/pex-msdos.o .
/pex-os2.o \
190 .
/pex-unix.o .
/pex-win32.o \
192 .
/random.o .
/rename.o .
/rindex.o \
193 .
/setenv.o .
/sigsetmask.o .
/snprintf.o .
/stpcpy.o .
/stpncpy.o .
/strcasecmp.o \
194 .
/strchr.o .
/strdup.o .
/strncasecmp.o .
/strncmp.o .
/strrchr.o .
/strstr.o \
195 .
/strtod.o .
/strtol.o .
/strtoul.o \
197 .
/vasprintf.o .
/vfork.o .
/vfprintf.o .
/vprintf.o .
/vsnprintf.o .
/vsprintf.o \
200 # These files are installed if the library has been configured to do so.
201 INSTALLED_HEADERS
= \
202 $(INCDIR
)/ansidecl.h \
203 $(INCDIR
)/demangle.h \
204 $(INCDIR
)/dyn-string.h \
205 $(INCDIR
)/fibheap.h \
206 $(INCDIR
)/floatformat.h \
207 $(INCDIR
)/hashtab.h \
208 $(INCDIR
)/libiberty.h \
209 $(INCDIR
)/objalloc.h \
210 $(INCDIR
)/partition.h \
211 $(INCDIR
)/safe-ctype.h \
213 $(INCDIR
)/splay-tree.h \
216 $(TARGETLIB
): $(REQUIRED_OFILES
) $(EXTRA_OFILES
) $(LIBOBJS
)
217 -rm -f
$(TARGETLIB
) pic
/$(TARGETLIB
)
218 $(AR
) $(AR_FLAGS
) $(TARGETLIB
) \
219 $(REQUIRED_OFILES
) $(EXTRA_OFILES
) $(LIBOBJS
)
220 $(RANLIB
) $(TARGETLIB
)
221 if
[ x
"$(PICFLAG)" != x
]; then \
223 $(AR
) $(AR_FLAGS
) $(TARGETLIB
) \
224 $(REQUIRED_OFILES
) $(EXTRA_OFILES
) $(LIBOBJS
); \
225 $(RANLIB
) $(TARGETLIB
); \
229 $(TESTLIB
): $(REQUIRED_OFILES
) $(CONFIGURED_OFILES
)
231 $(AR
) $(AR_FLAGS
) $(TESTLIB
) \
232 $(REQUIRED_OFILES
) $(CONFIGURED_OFILES
)
235 info: libiberty.
info info-subdir
236 install-info
: install-info-subdir
237 clean-info
: clean-info-subdir
238 dvi: libiberty.
dvi dvi-subdir
242 $(srcdir)/libiberty.texi \
243 $(srcdir)/copying-lib.texi \
244 $(srcdir)/obstacks.texi \
245 $(srcdir)/functions.texi
247 # Additional files that have texi snippets that need to be collected
248 # and sorted. Some are here because the sources are imported from
249 # elsewhere. Others represent headers in ../include.
250 TEXIFILES
= fnmatch.txh pexecute.txh
252 libiberty.
info : $(srcdir)/libiberty.texi
$(TEXISRC
)
253 $(MAKEINFO
) -I
$(srcdir) $(srcdir)/libiberty.texi
255 libiberty.
dvi : $(srcdir)/libiberty.texi
$(TEXISRC
)
256 texi2dvi $(srcdir)/libiberty.texi
258 libiberty.html
: $(srcdir)/libiberty.texi
$(TEXISRC
)
259 $(MAKEINFO
) --html
-I
$(srcdir) $(srcdir)/libiberty.texi
261 @MAINT@
$(srcdir)/functions.texi
: stamp-functions
264 @MAINT@stamp-functions
: $(CFILES
) $(TEXIFILES
) $(srcdir)/gather-docs Makefile
265 @MAINT@@HAVE_PERL@
$(PERL
) $(srcdir)/gather-docs
$(srcdir) $(srcdir)/functions.texi
$(CFILES
) $(TEXIFILES
)
266 @MAINT@ echo stamp
> stamp-functions
268 INSTALL_DEST
= @INSTALL_DEST@
269 install: install_to_
$(INSTALL_DEST
) install-subdir
271 install_to_libdir
: all
272 ${mkinstalldirs} $(DESTDIR
)$(libdir)$(MULTISUBDIR
)
273 $(INSTALL_DATA
) $(TARGETLIB
) $(DESTDIR
)$(libdir)$(MULTISUBDIR
)/$(TARGETLIB
)n
274 ( cd
$(DESTDIR
)$(libdir)$(MULTISUBDIR
) ; $(RANLIB
) $(TARGETLIB
)n
)
275 mv
-f
$(DESTDIR
)$(libdir)$(MULTISUBDIR
)/$(TARGETLIB
)n
$(DESTDIR
)$(libdir)$(MULTISUBDIR
)/$(TARGETLIB
)
276 if
test -n
"${target_header_dir}"; then \
277 case
"${target_header_dir}" in \
278 /*) thd
=${target_header_dir};; \
279 *) thd
=${includedir}${MULTISUBDIR}/${target_header_dir};; \
281 ${mkinstalldirs} $(DESTDIR
)$${thd}; \
282 for h in
${INSTALLED_HEADERS}; do \
283 ${INSTALL_DATA} $$h $(DESTDIR
)$${thd}; \
286 @
$(MULTIDO
) $(FLAGS_TO_PASS
) multi-do DO
=install
288 # This is tricky. Even though CC in the Makefile contains
289 # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
290 # default multilib, so we have to take LIBCFLAGS into account as well,
291 # since it will be passed the multilib flags.
292 MULTIOSDIR
= `$(CC) $(LIBCFLAGS) -print-multi-os-directory`
293 install_to_tooldir
: all
294 ${mkinstalldirs} $(DESTDIR
)$(tooldir
)/lib
/$(MULTIOSDIR
)
295 $(INSTALL_DATA
) $(TARGETLIB
) $(DESTDIR
)$(tooldir
)/lib
/$(MULTIOSDIR
)/$(TARGETLIB
)n
296 ( cd
$(DESTDIR
)$(tooldir
)/lib
/$(MULTIOSDIR
) ; $(RANLIB
) $(TARGETLIB
)n
)
297 mv
-f
$(DESTDIR
)$(tooldir
)/lib
/$(MULTIOSDIR
)/$(TARGETLIB
)n
$(DESTDIR
)$(tooldir
)/lib
/$(MULTIOSDIR
)/$(TARGETLIB
)
298 @
$(MULTIDO
) $(FLAGS_TO_PASS
) multi-do DO
=install
300 # needed-list is used by libstdc++. NEEDED is the list of functions
301 # to include there. Do not add anything LGPL to this list; libstdc++
302 # can't use anything encumbering.
303 NEEDED
= atexit calloc memchr memcmp memcpy memmove memset rename strchr \
304 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
305 vfork waitpid bcmp bcopy bzero
306 needed-list
: Makefile
307 rm -f needed-list
; touch needed-list
; \
308 for f in
$(NEEDED
); do \
309 for g in
$(LIBOBJS
) $(EXTRA_OFILES
); do \
311 *$$f*) echo
$$g >> needed-list
;; \
316 # required-list was used when building a shared bfd/opcodes/libiberty
317 # library. I don't know if it used by anything currently.
318 required-list
: Makefile
319 echo
$(REQUIRED_OFILES
) > required-list
322 if
[ x
"$(PICFLAG)" != x
] && [ ! -d pic
]; then \
327 .PHONY
: all etags
tags ls
clean stage1 stage2
329 etags
tags: TAGS etags-subdir
332 etags
`for i in $(CFILES); do echo $(srcdir)/$$i ; done`
334 # The standalone demangler (c++filt) has been moved to binutils.
336 @echo
"The standalone demangler, now named c++filt, is now"
337 @echo
"a part of binutils."
341 @echo Makefile
$(CFILES
)
343 # Various targets for maintainers.
346 @
$(PERL
) $(srcdir)/maint-tool
-s
$(srcdir) missing
$(CFILES
) $(REQUIRED_OFILES
) $(CONFIGURED_OFILES
)
348 maint-buildall
: $(REQUIRED_OFILES
) $(CONFIGURED_OFILES
)
351 maint-undoc
: $(srcdir)/functions.texi
352 @
$(PERL
) $(srcdir)/maint-tool
-s
$(srcdir) undoc
355 @
$(PERL
) $(srcdir)/maint-tool
-s
$(srcdir) deps
$(INCDIR
)
357 # Need to deal with profiled libraries, too.
359 # Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
360 # multiple times, hence our explicit recursion with an empty SUBDIRS.
361 mostlyclean: mostlyclean-subdir
362 -rm -rf
*.o pic core errs \
#* *.E a.out
363 -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-
*
364 -rm -f
$(CONFIG_H
) $(NEEDED_LIST
) stamp-picdir
365 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
366 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
367 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
369 @
$(MULTICLEAN
) multi-clean DO
=mostlyclean
371 $(MAKE
) SUBDIRS
="" mostlyclean
372 -rm -f
*.a required-list tmpmulti.out
373 -rm -f libiberty.
dvi libiberty.
info* libiberty.html
374 @
$(MULTICLEAN
) multi-clean DO
=clean
375 distclean: distclean-subdir
376 $(MAKE
) SUBDIRS
="" clean
377 @
$(MULTICLEAN
) multi-clean DO
=distclean
378 -rm -f
*~ Makefile config.cache config.status xhost-mkfrag TAGS multilib.out
380 -rmdir testsuite
2>/dev
/null
381 maintainer-clean
realclean: maintainer-clean-subdir
382 $(MAKE
) SUBDIRS
="" distclean
386 Makefile
: $(srcdir)/Makefile.in config.status
387 CONFIG_FILES
=Makefile CONFIG_HEADERS
= $(SHELL
) .
/config.status
389 # Depending on Makefile makes sure that config.status has been re-run
390 # if needed. This prevents problems with parallel builds.
391 config.h
: stamp-h
; @true
392 stamp-h
: $(srcdir)/config.in config.status Makefile
393 CONFIG_FILES
= CONFIG_HEADERS
=config.h
:$(srcdir)/config.in
$(SHELL
) .
/config.status
395 config.status
: $(srcdir)/configure
$(srcdir)/config.table
396 $(SHELL
) .
/config.status
--recheck
398 # Depending on config.h makes sure that config.status has been re-run
399 # if needed. This prevents problems with parallel builds, in case
400 # subdirectories need to run config.status also.
401 all-subdir check-subdir installcheck-subdir info-subdir \
402 install-info-subdir clean-info-subdir dvi-subdir install-subdir \
403 etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
404 maintainer-clean-subdir
: config.h
405 @subdirs
='$(SUBDIRS)'; \
406 target
=`echo $@ | sed -e 's/-subdir//'`; \
407 for
dir in
$$subdirs ; do \
408 cd
$$dir && $(MAKE
) $(FLAGS_TO_PASS
) $$target; \
411 $(REQUIRED_OFILES
) $(EXTRA_OFILES
) $(LIBOBJS
): stamp-picdir
412 $(CONFIGURED_OFILES
): stamp-picdir
414 # The dependencies in the remainder of this file are automatically
415 # generated by "make maint-deps". Manual edits will be lost.
417 .
/_doprnt.o
: $(srcdir)/_doprnt.c config.h
$(INCDIR
)/ansidecl.h \
418 $(INCDIR
)/safe-ctype.h
419 if
[ x
"$(PICFLAG)" != x
]; then \
420 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/_doprnt.c
-o pic
/$@
; \
422 $(COMPILE.c
) $(srcdir)/_doprnt.c
$(OUTPUT_OPTION
)
424 .
/alloca.o
: $(srcdir)/alloca.c config.h
$(INCDIR
)/ansidecl.h \
425 $(INCDIR
)/libiberty.h
426 if
[ x
"$(PICFLAG)" != x
]; then \
427 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/alloca.c
-o pic
/$@
; \
429 $(COMPILE.c
) $(srcdir)/alloca.c
$(OUTPUT_OPTION
)
431 .
/argv.o
: $(srcdir)/argv.c
$(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h
432 if
[ x
"$(PICFLAG)" != x
]; then \
433 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/argv.c
-o pic
/$@
; \
435 $(COMPILE.c
) $(srcdir)/argv.c
$(OUTPUT_OPTION
)
437 .
/asprintf.o
: $(srcdir)/asprintf.c
$(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h
438 if
[ x
"$(PICFLAG)" != x
]; then \
439 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/asprintf.c
-o pic
/$@
; \
441 $(COMPILE.c
) $(srcdir)/asprintf.c
$(OUTPUT_OPTION
)
443 .
/atexit.o
: $(srcdir)/atexit.c config.h
444 if
[ x
"$(PICFLAG)" != x
]; then \
445 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/atexit.c
-o pic
/$@
; \
447 $(COMPILE.c
) $(srcdir)/atexit.c
$(OUTPUT_OPTION
)
449 .
/basename.o
: $(srcdir)/basename.c
$(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h \
450 $(INCDIR
)/safe-ctype.h
451 if
[ x
"$(PICFLAG)" != x
]; then \
452 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/basename.c
-o pic
/$@
; \
454 $(COMPILE.c
) $(srcdir)/basename.c
$(OUTPUT_OPTION
)
456 .
/bcmp.o
: $(srcdir)/bcmp.c
457 if
[ x
"$(PICFLAG)" != x
]; then \
458 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/bcmp.c
-o pic
/$@
; \
460 $(COMPILE.c
) $(srcdir)/bcmp.c
$(OUTPUT_OPTION
)
462 .
/bcopy.o
: $(srcdir)/bcopy.c
463 if
[ x
"$(PICFLAG)" != x
]; then \
464 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/bcopy.c
-o pic
/$@
; \
466 $(COMPILE.c
) $(srcdir)/bcopy.c
$(OUTPUT_OPTION
)
468 .
/bsearch.o
: $(srcdir)/bsearch.c config.h
$(INCDIR
)/ansidecl.h
469 if
[ x
"$(PICFLAG)" != x
]; then \
470 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/bsearch.c
-o pic
/$@
; \
472 $(COMPILE.c
) $(srcdir)/bsearch.c
$(OUTPUT_OPTION
)
474 .
/bzero.o
: $(srcdir)/bzero.c
475 if
[ x
"$(PICFLAG)" != x
]; then \
476 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/bzero.c
-o pic
/$@
; \
478 $(COMPILE.c
) $(srcdir)/bzero.c
$(OUTPUT_OPTION
)
480 .
/calloc.o
: $(srcdir)/calloc.c
$(INCDIR
)/ansidecl.h
481 if
[ x
"$(PICFLAG)" != x
]; then \
482 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/calloc.c
-o pic
/$@
; \
484 $(COMPILE.c
) $(srcdir)/calloc.c
$(OUTPUT_OPTION
)
486 .
/choose-temp.o
: $(srcdir)/choose-temp.c config.h
$(INCDIR
)/ansidecl.h \
487 $(INCDIR
)/libiberty.h
488 if
[ x
"$(PICFLAG)" != x
]; then \
489 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/choose-temp.c
-o pic
/$@
; \
491 $(COMPILE.c
) $(srcdir)/choose-temp.c
$(OUTPUT_OPTION
)
493 .
/clock.o
: $(srcdir)/clock.c config.h
494 if
[ x
"$(PICFLAG)" != x
]; then \
495 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/clock.c
-o pic
/$@
; \
497 $(COMPILE.c
) $(srcdir)/clock.c
$(OUTPUT_OPTION
)
499 .
/concat.o
: $(srcdir)/concat.c config.h
$(INCDIR
)/ansidecl.h \
500 $(INCDIR
)/libiberty.h
501 if
[ x
"$(PICFLAG)" != x
]; then \
502 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/concat.c
-o pic
/$@
; \
504 $(COMPILE.c
) $(srcdir)/concat.c
$(OUTPUT_OPTION
)
506 .
/copysign.o
: $(srcdir)/copysign.c
$(INCDIR
)/ansidecl.h
507 if
[ x
"$(PICFLAG)" != x
]; then \
508 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/copysign.c
-o pic
/$@
; \
510 $(COMPILE.c
) $(srcdir)/copysign.c
$(OUTPUT_OPTION
)
512 .
/cp-demangle.o
: $(srcdir)/cp-demangle.c config.h
$(INCDIR
)/ansidecl.h \
513 $(srcdir)/cp-demangle.h
$(INCDIR
)/demangle.h \
514 $(INCDIR
)/dyn-string.h
$(INCDIR
)/getopt.h
$(INCDIR
)/libiberty.h
515 if
[ x
"$(PICFLAG)" != x
]; then \
516 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/cp-demangle.c
-o pic
/$@
; \
518 $(COMPILE.c
) $(srcdir)/cp-demangle.c
$(OUTPUT_OPTION
)
520 .
/cp-demint.o
: $(srcdir)/cp-demint.c config.h
$(INCDIR
)/ansidecl.h \
521 $(srcdir)/cp-demangle.h
$(INCDIR
)/demangle.h \
522 $(INCDIR
)/libiberty.h
523 if
[ x
"$(PICFLAG)" != x
]; then \
524 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/cp-demint.c
-o pic
/$@
; \
526 $(COMPILE.c
) $(srcdir)/cp-demint.c
$(OUTPUT_OPTION
)
528 .
/cplus-dem.o
: $(srcdir)/cplus-dem.c config.h
$(INCDIR
)/ansidecl.h \
529 $(INCDIR
)/demangle.h
$(INCDIR
)/libiberty.h \
530 $(INCDIR
)/safe-ctype.h
531 if
[ x
"$(PICFLAG)" != x
]; then \
532 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/cplus-dem.c
-o pic
/$@
; \
534 $(COMPILE.c
) $(srcdir)/cplus-dem.c
$(OUTPUT_OPTION
)
536 .
/dyn-string.o
: $(srcdir)/dyn-string.c config.h
$(INCDIR
)/ansidecl.h \
537 $(INCDIR
)/dyn-string.h
$(INCDIR
)/libiberty.h
538 if
[ x
"$(PICFLAG)" != x
]; then \
539 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/dyn-string.c
-o pic
/$@
; \
541 $(COMPILE.c
) $(srcdir)/dyn-string.c
$(OUTPUT_OPTION
)
543 .
/fdmatch.o
: $(srcdir)/fdmatch.c
$(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h
544 if
[ x
"$(PICFLAG)" != x
]; then \
545 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/fdmatch.c
-o pic
/$@
; \
547 $(COMPILE.c
) $(srcdir)/fdmatch.c
$(OUTPUT_OPTION
)
549 .
/ffs.o
: $(srcdir)/ffs.c
550 if
[ x
"$(PICFLAG)" != x
]; then \
551 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/ffs.c
-o pic
/$@
; \
553 $(COMPILE.c
) $(srcdir)/ffs.c
$(OUTPUT_OPTION
)
555 .
/fibheap.o
: $(srcdir)/fibheap.c config.h
$(INCDIR
)/ansidecl.h \
556 $(INCDIR
)/fibheap.h
$(INCDIR
)/libiberty.h
557 if
[ x
"$(PICFLAG)" != x
]; then \
558 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/fibheap.c
-o pic
/$@
; \
560 $(COMPILE.c
) $(srcdir)/fibheap.c
$(OUTPUT_OPTION
)
562 .
/floatformat.o
: $(srcdir)/floatformat.c config.h
$(INCDIR
)/ansidecl.h \
563 $(INCDIR
)/floatformat.h
$(INCDIR
)/libiberty.h
564 if
[ x
"$(PICFLAG)" != x
]; then \
565 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/floatformat.c
-o pic
/$@
; \
567 $(COMPILE.c
) $(srcdir)/floatformat.c
$(OUTPUT_OPTION
)
569 .
/fnmatch.o
: $(srcdir)/fnmatch.c config.h
$(INCDIR
)/fnmatch.h \
570 $(INCDIR
)/safe-ctype.h
571 if
[ x
"$(PICFLAG)" != x
]; then \
572 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/fnmatch.c
-o pic
/$@
; \
574 $(COMPILE.c
) $(srcdir)/fnmatch.c
$(OUTPUT_OPTION
)
576 .
/getcwd.o
: $(srcdir)/getcwd.c config.h
577 if
[ x
"$(PICFLAG)" != x
]; then \
578 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/getcwd.c
-o pic
/$@
; \
580 $(COMPILE.c
) $(srcdir)/getcwd.c
$(OUTPUT_OPTION
)
582 .
/getopt.o
: $(srcdir)/getopt.c config.h
$(INCDIR
)/getopt.h
583 if
[ x
"$(PICFLAG)" != x
]; then \
584 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/getopt.c
-o pic
/$@
; \
586 $(COMPILE.c
) $(srcdir)/getopt.c
$(OUTPUT_OPTION
)
588 .
/getopt1.o
: $(srcdir)/getopt1.c config.h
$(INCDIR
)/getopt.h
589 if
[ x
"$(PICFLAG)" != x
]; then \
590 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/getopt1.c
-o pic
/$@
; \
592 $(COMPILE.c
) $(srcdir)/getopt1.c
$(OUTPUT_OPTION
)
594 .
/getpagesize.o
: $(srcdir)/getpagesize.c config.h
595 if
[ x
"$(PICFLAG)" != x
]; then \
596 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/getpagesize.c
-o pic
/$@
; \
598 $(COMPILE.c
) $(srcdir)/getpagesize.c
$(OUTPUT_OPTION
)
600 .
/getpwd.o
: $(srcdir)/getpwd.c config.h
$(INCDIR
)/ansidecl.h \
601 $(INCDIR
)/libiberty.h
602 if
[ x
"$(PICFLAG)" != x
]; then \
603 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/getpwd.c
-o pic
/$@
; \
605 $(COMPILE.c
) $(srcdir)/getpwd.c
$(OUTPUT_OPTION
)
607 .
/getruntime.o
: $(srcdir)/getruntime.c config.h
$(INCDIR
)/ansidecl.h \
608 $(INCDIR
)/libiberty.h
609 if
[ x
"$(PICFLAG)" != x
]; then \
610 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/getruntime.c
-o pic
/$@
; \
612 $(COMPILE.c
) $(srcdir)/getruntime.c
$(OUTPUT_OPTION
)
614 .
/hashtab.o
: $(srcdir)/hashtab.c config.h
$(INCDIR
)/ansidecl.h \
615 $(INCDIR
)/hashtab.h
$(INCDIR
)/libiberty.h
616 if
[ x
"$(PICFLAG)" != x
]; then \
617 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/hashtab.c
-o pic
/$@
; \
619 $(COMPILE.c
) $(srcdir)/hashtab.c
$(OUTPUT_OPTION
)
621 .
/hex.o
: $(srcdir)/hex.c
$(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h \
622 $(INCDIR
)/safe-ctype.h
623 if
[ x
"$(PICFLAG)" != x
]; then \
624 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/hex.c
-o pic
/$@
; \
626 $(COMPILE.c
) $(srcdir)/hex.c
$(OUTPUT_OPTION
)
628 .
/index.o
: $(srcdir)/index.c
629 if
[ x
"$(PICFLAG)" != x
]; then \
630 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/index.c
-o pic
/$@
; \
632 $(COMPILE.c
) $(srcdir)/index.c
$(OUTPUT_OPTION
)
634 .
/insque.o
: $(srcdir)/insque.c
635 if
[ x
"$(PICFLAG)" != x
]; then \
636 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/insque.c
-o pic
/$@
; \
638 $(COMPILE.c
) $(srcdir)/insque.c
$(OUTPUT_OPTION
)
640 .
/lbasename.o
: $(srcdir)/lbasename.c
$(INCDIR
)/ansidecl.h
$(INCDIR
)/filenames.h \
641 $(INCDIR
)/libiberty.h
$(INCDIR
)/safe-ctype.h
642 if
[ x
"$(PICFLAG)" != x
]; then \
643 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/lbasename.c
-o pic
/$@
; \
645 $(COMPILE.c
) $(srcdir)/lbasename.c
$(OUTPUT_OPTION
)
647 .
/lrealpath.o
: $(srcdir)/lrealpath.c config.h
$(INCDIR
)/ansidecl.h \
648 $(INCDIR
)/libiberty.h
649 if
[ x
"$(PICFLAG)" != x
]; then \
650 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/lrealpath.c
-o pic
/$@
; \
652 $(COMPILE.c
) $(srcdir)/lrealpath.c
$(OUTPUT_OPTION
)
654 .
/make-relative-prefix.o
: $(srcdir)/make-relative-prefix.c config.h \
655 $(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h
656 if
[ x
"$(PICFLAG)" != x
]; then \
657 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/make-relative-prefix.c
-o pic
/$@
; \
659 $(COMPILE.c
) $(srcdir)/make-relative-prefix.c
$(OUTPUT_OPTION
)
661 .
/make-temp-file.o
: $(srcdir)/make-temp-file.c config.h
$(INCDIR
)/ansidecl.h \
662 $(INCDIR
)/libiberty.h
663 if
[ x
"$(PICFLAG)" != x
]; then \
664 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/make-temp-file.c
-o pic
/$@
; \
666 $(COMPILE.c
) $(srcdir)/make-temp-file.c
$(OUTPUT_OPTION
)
668 .
/md5.o
: $(srcdir)/md5.c config.h
$(INCDIR
)/ansidecl.h
$(INCDIR
)/md5.h
669 if
[ x
"$(PICFLAG)" != x
]; then \
670 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/md5.c
-o pic
/$@
; \
672 $(COMPILE.c
) $(srcdir)/md5.c
$(OUTPUT_OPTION
)
674 .
/memchr.o
: $(srcdir)/memchr.c
$(INCDIR
)/ansidecl.h
675 if
[ x
"$(PICFLAG)" != x
]; then \
676 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/memchr.c
-o pic
/$@
; \
678 $(COMPILE.c
) $(srcdir)/memchr.c
$(OUTPUT_OPTION
)
680 .
/memcmp.o
: $(srcdir)/memcmp.c
$(INCDIR
)/ansidecl.h
681 if
[ x
"$(PICFLAG)" != x
]; then \
682 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/memcmp.c
-o pic
/$@
; \
684 $(COMPILE.c
) $(srcdir)/memcmp.c
$(OUTPUT_OPTION
)
686 .
/memcpy.o
: $(srcdir)/memcpy.c
$(INCDIR
)/ansidecl.h
687 if
[ x
"$(PICFLAG)" != x
]; then \
688 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/memcpy.c
-o pic
/$@
; \
690 $(COMPILE.c
) $(srcdir)/memcpy.c
$(OUTPUT_OPTION
)
692 .
/memmove.o
: $(srcdir)/memmove.c
$(INCDIR
)/ansidecl.h
693 if
[ x
"$(PICFLAG)" != x
]; then \
694 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/memmove.c
-o pic
/$@
; \
696 $(COMPILE.c
) $(srcdir)/memmove.c
$(OUTPUT_OPTION
)
698 .
/mempcpy.o
: $(srcdir)/mempcpy.c
$(INCDIR
)/ansidecl.h
699 if
[ x
"$(PICFLAG)" != x
]; then \
700 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/mempcpy.c
-o pic
/$@
; \
702 $(COMPILE.c
) $(srcdir)/mempcpy.c
$(OUTPUT_OPTION
)
704 .
/memset.o
: $(srcdir)/memset.c
$(INCDIR
)/ansidecl.h
705 if
[ x
"$(PICFLAG)" != x
]; then \
706 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/memset.c
-o pic
/$@
; \
708 $(COMPILE.c
) $(srcdir)/memset.c
$(OUTPUT_OPTION
)
710 .
/mkstemps.o
: $(srcdir)/mkstemps.c config.h
$(INCDIR
)/ansidecl.h
711 if
[ x
"$(PICFLAG)" != x
]; then \
712 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/mkstemps.c
-o pic
/$@
; \
714 $(COMPILE.c
) $(srcdir)/mkstemps.c
$(OUTPUT_OPTION
)
716 .
/mpw.o
: $(srcdir)/mpw.c
717 if
[ x
"$(PICFLAG)" != x
]; then \
718 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/mpw.c
-o pic
/$@
; \
720 $(COMPILE.c
) $(srcdir)/mpw.c
$(OUTPUT_OPTION
)
722 .
/msdos.o
: $(srcdir)/msdos.c
723 if
[ x
"$(PICFLAG)" != x
]; then \
724 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/msdos.c
-o pic
/$@
; \
726 $(COMPILE.c
) $(srcdir)/msdos.c
$(OUTPUT_OPTION
)
728 .
/objalloc.o
: $(srcdir)/objalloc.c config.h
$(INCDIR
)/ansidecl.h \
730 if
[ x
"$(PICFLAG)" != x
]; then \
731 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/objalloc.c
-o pic
/$@
; \
733 $(COMPILE.c
) $(srcdir)/objalloc.c
$(OUTPUT_OPTION
)
735 .
/obstack.o
: $(srcdir)/obstack.c config.h
$(INCDIR
)/obstack.h
736 if
[ x
"$(PICFLAG)" != x
]; then \
737 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/obstack.c
-o pic
/$@
; \
739 $(COMPILE.c
) $(srcdir)/obstack.c
$(OUTPUT_OPTION
)
741 .
/partition.o
: $(srcdir)/partition.c config.h
$(INCDIR
)/ansidecl.h \
742 $(INCDIR
)/libiberty.h
$(INCDIR
)/partition.h
743 if
[ x
"$(PICFLAG)" != x
]; then \
744 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/partition.c
-o pic
/$@
; \
746 $(COMPILE.c
) $(srcdir)/partition.c
$(OUTPUT_OPTION
)
748 .
/pex-djgpp.o
: $(srcdir)/pex-djgpp.c config.h
$(INCDIR
)/ansidecl.h \
749 $(INCDIR
)/libiberty.h
$(srcdir)/pex-common.h
750 if
[ x
"$(PICFLAG)" != x
]; then \
751 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/pex-djgpp.c
-o pic
/$@
; \
753 $(COMPILE.c
) $(srcdir)/pex-djgpp.c
$(OUTPUT_OPTION
)
755 .
/pex-mpw.o
: $(srcdir)/pex-mpw.c config.h
$(INCDIR
)/ansidecl.h \
756 $(INCDIR
)/libiberty.h
$(srcdir)/pex-common.h
757 if
[ x
"$(PICFLAG)" != x
]; then \
758 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/pex-mpw.c
-o pic
/$@
; \
760 $(COMPILE.c
) $(srcdir)/pex-mpw.c
$(OUTPUT_OPTION
)
762 .
/pex-msdos.o
: $(srcdir)/pex-msdos.c config.h
$(INCDIR
)/ansidecl.h \
763 $(INCDIR
)/libiberty.h
$(srcdir)/pex-common.h \
764 $(INCDIR
)/safe-ctype.h
765 if
[ x
"$(PICFLAG)" != x
]; then \
766 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/pex-msdos.c
-o pic
/$@
; \
768 $(COMPILE.c
) $(srcdir)/pex-msdos.c
$(OUTPUT_OPTION
)
770 .
/pex-os2.o
: $(srcdir)/pex-os2.c config.h
$(INCDIR
)/ansidecl.h \
771 $(INCDIR
)/libiberty.h
$(srcdir)/pex-common.h
772 if
[ x
"$(PICFLAG)" != x
]; then \
773 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/pex-os2.c
-o pic
/$@
; \
775 $(COMPILE.c
) $(srcdir)/pex-os2.c
$(OUTPUT_OPTION
)
777 .
/pex-unix.o
: $(srcdir)/pex-unix.c config.h
$(INCDIR
)/ansidecl.h \
778 $(INCDIR
)/libiberty.h
$(srcdir)/pex-common.h
779 if
[ x
"$(PICFLAG)" != x
]; then \
780 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/pex-unix.c
-o pic
/$@
; \
782 $(COMPILE.c
) $(srcdir)/pex-unix.c
$(OUTPUT_OPTION
)
784 .
/pex-win32.o
: $(srcdir)/pex-win32.c config.h
$(INCDIR
)/ansidecl.h \
785 $(INCDIR
)/libiberty.h
$(srcdir)/pex-common.h
786 if
[ x
"$(PICFLAG)" != x
]; then \
787 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/pex-win32.c
-o pic
/$@
; \
789 $(COMPILE.c
) $(srcdir)/pex-win32.c
$(OUTPUT_OPTION
)
791 .
/physmem.o
: $(srcdir)/physmem.c config.h
$(INCDIR
)/ansidecl.h \
792 $(INCDIR
)/libiberty.h
793 if
[ x
"$(PICFLAG)" != x
]; then \
794 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/physmem.c
-o pic
/$@
; \
796 $(COMPILE.c
) $(srcdir)/physmem.c
$(OUTPUT_OPTION
)
798 .
/putenv.o
: $(srcdir)/putenv.c config.h
$(INCDIR
)/ansidecl.h
799 if
[ x
"$(PICFLAG)" != x
]; then \
800 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/putenv.c
-o pic
/$@
; \
802 $(COMPILE.c
) $(srcdir)/putenv.c
$(OUTPUT_OPTION
)
804 .
/random.o
: $(srcdir)/random.c
$(INCDIR
)/ansidecl.h
805 if
[ x
"$(PICFLAG)" != x
]; then \
806 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/random.c
-o pic
/$@
; \
808 $(COMPILE.c
) $(srcdir)/random.c
$(OUTPUT_OPTION
)
810 .
/regex.o
: $(srcdir)/regex.c config.h
$(INCDIR
)/xregex.h
$(INCDIR
)/xregex2.h
811 if
[ x
"$(PICFLAG)" != x
]; then \
812 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/regex.c
-o pic
/$@
; \
814 $(COMPILE.c
) $(srcdir)/regex.c
$(OUTPUT_OPTION
)
816 .
/rename.o
: $(srcdir)/rename.c config.h
$(INCDIR
)/ansidecl.h
817 if
[ x
"$(PICFLAG)" != x
]; then \
818 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/rename.c
-o pic
/$@
; \
820 $(COMPILE.c
) $(srcdir)/rename.c
$(OUTPUT_OPTION
)
822 .
/rindex.o
: $(srcdir)/rindex.c
823 if
[ x
"$(PICFLAG)" != x
]; then \
824 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/rindex.c
-o pic
/$@
; \
826 $(COMPILE.c
) $(srcdir)/rindex.c
$(OUTPUT_OPTION
)
828 .
/safe-ctype.o
: $(srcdir)/safe-ctype.c
$(INCDIR
)/ansidecl.h \
829 $(INCDIR
)/safe-ctype.h
830 if
[ x
"$(PICFLAG)" != x
]; then \
831 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/safe-ctype.c
-o pic
/$@
; \
833 $(COMPILE.c
) $(srcdir)/safe-ctype.c
$(OUTPUT_OPTION
)
835 .
/setenv.o
: $(srcdir)/setenv.c config.h
$(INCDIR
)/ansidecl.h
836 if
[ x
"$(PICFLAG)" != x
]; then \
837 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/setenv.c
-o pic
/$@
; \
839 $(COMPILE.c
) $(srcdir)/setenv.c
$(OUTPUT_OPTION
)
841 .
/sigsetmask.o
: $(srcdir)/sigsetmask.c
$(INCDIR
)/ansidecl.h
842 if
[ x
"$(PICFLAG)" != x
]; then \
843 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/sigsetmask.c
-o pic
/$@
; \
845 $(COMPILE.c
) $(srcdir)/sigsetmask.c
$(OUTPUT_OPTION
)
847 .
/snprintf.o
: $(srcdir)/snprintf.c
$(INCDIR
)/ansidecl.h
848 if
[ x
"$(PICFLAG)" != x
]; then \
849 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/snprintf.c
-o pic
/$@
; \
851 $(COMPILE.c
) $(srcdir)/snprintf.c
$(OUTPUT_OPTION
)
853 .
/sort.o
: $(srcdir)/sort.c config.h
$(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h \
855 if
[ x
"$(PICFLAG)" != x
]; then \
856 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/sort.c
-o pic
/$@
; \
858 $(COMPILE.c
) $(srcdir)/sort.c
$(OUTPUT_OPTION
)
860 .
/spaces.o
: $(srcdir)/spaces.c
$(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h
861 if
[ x
"$(PICFLAG)" != x
]; then \
862 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/spaces.c
-o pic
/$@
; \
864 $(COMPILE.c
) $(srcdir)/spaces.c
$(OUTPUT_OPTION
)
866 .
/splay-tree.o
: $(srcdir)/splay-tree.c config.h
$(INCDIR
)/ansidecl.h \
867 $(INCDIR
)/libiberty.h
$(INCDIR
)/splay-tree.h
868 if
[ x
"$(PICFLAG)" != x
]; then \
869 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/splay-tree.c
-o pic
/$@
; \
871 $(COMPILE.c
) $(srcdir)/splay-tree.c
$(OUTPUT_OPTION
)
873 .
/stpcpy.o
: $(srcdir)/stpcpy.c
$(INCDIR
)/ansidecl.h
874 if
[ x
"$(PICFLAG)" != x
]; then \
875 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/stpcpy.c
-o pic
/$@
; \
877 $(COMPILE.c
) $(srcdir)/stpcpy.c
$(OUTPUT_OPTION
)
879 .
/stpncpy.o
: $(srcdir)/stpncpy.c
$(INCDIR
)/ansidecl.h
880 if
[ x
"$(PICFLAG)" != x
]; then \
881 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/stpncpy.c
-o pic
/$@
; \
883 $(COMPILE.c
) $(srcdir)/stpncpy.c
$(OUTPUT_OPTION
)
885 .
/strcasecmp.o
: $(srcdir)/strcasecmp.c
$(INCDIR
)/ansidecl.h
886 if
[ x
"$(PICFLAG)" != x
]; then \
887 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strcasecmp.c
-o pic
/$@
; \
889 $(COMPILE.c
) $(srcdir)/strcasecmp.c
$(OUTPUT_OPTION
)
891 .
/strchr.o
: $(srcdir)/strchr.c
$(INCDIR
)/ansidecl.h
892 if
[ x
"$(PICFLAG)" != x
]; then \
893 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strchr.c
-o pic
/$@
; \
895 $(COMPILE.c
) $(srcdir)/strchr.c
$(OUTPUT_OPTION
)
897 .
/strdup.o
: $(srcdir)/strdup.c
$(INCDIR
)/ansidecl.h
898 if
[ x
"$(PICFLAG)" != x
]; then \
899 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strdup.c
-o pic
/$@
; \
901 $(COMPILE.c
) $(srcdir)/strdup.c
$(OUTPUT_OPTION
)
903 .
/strerror.o
: $(srcdir)/strerror.c config.h
$(INCDIR
)/ansidecl.h \
904 $(INCDIR
)/libiberty.h
905 if
[ x
"$(PICFLAG)" != x
]; then \
906 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strerror.c
-o pic
/$@
; \
908 $(COMPILE.c
) $(srcdir)/strerror.c
$(OUTPUT_OPTION
)
910 .
/strncasecmp.o
: $(srcdir)/strncasecmp.c
$(INCDIR
)/ansidecl.h
911 if
[ x
"$(PICFLAG)" != x
]; then \
912 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strncasecmp.c
-o pic
/$@
; \
914 $(COMPILE.c
) $(srcdir)/strncasecmp.c
$(OUTPUT_OPTION
)
916 .
/strncmp.o
: $(srcdir)/strncmp.c
$(INCDIR
)/ansidecl.h
917 if
[ x
"$(PICFLAG)" != x
]; then \
918 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strncmp.c
-o pic
/$@
; \
920 $(COMPILE.c
) $(srcdir)/strncmp.c
$(OUTPUT_OPTION
)
922 .
/strrchr.o
: $(srcdir)/strrchr.c
$(INCDIR
)/ansidecl.h
923 if
[ x
"$(PICFLAG)" != x
]; then \
924 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strrchr.c
-o pic
/$@
; \
926 $(COMPILE.c
) $(srcdir)/strrchr.c
$(OUTPUT_OPTION
)
928 .
/strsignal.o
: $(srcdir)/strsignal.c config.h
$(INCDIR
)/ansidecl.h \
929 $(INCDIR
)/libiberty.h
930 if
[ x
"$(PICFLAG)" != x
]; then \
931 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strsignal.c
-o pic
/$@
; \
933 $(COMPILE.c
) $(srcdir)/strsignal.c
$(OUTPUT_OPTION
)
935 .
/strstr.o
: $(srcdir)/strstr.c
936 if
[ x
"$(PICFLAG)" != x
]; then \
937 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strstr.c
-o pic
/$@
; \
939 $(COMPILE.c
) $(srcdir)/strstr.c
$(OUTPUT_OPTION
)
941 .
/strtod.o
: $(srcdir)/strtod.c
$(INCDIR
)/ansidecl.h
$(INCDIR
)/safe-ctype.h
942 if
[ x
"$(PICFLAG)" != x
]; then \
943 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strtod.c
-o pic
/$@
; \
945 $(COMPILE.c
) $(srcdir)/strtod.c
$(OUTPUT_OPTION
)
947 .
/strtol.o
: $(srcdir)/strtol.c config.h
$(INCDIR
)/safe-ctype.h
948 if
[ x
"$(PICFLAG)" != x
]; then \
949 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strtol.c
-o pic
/$@
; \
951 $(COMPILE.c
) $(srcdir)/strtol.c
$(OUTPUT_OPTION
)
953 .
/strtoul.o
: $(srcdir)/strtoul.c config.h
$(INCDIR
)/ansidecl.h \
954 $(INCDIR
)/safe-ctype.h
955 if
[ x
"$(PICFLAG)" != x
]; then \
956 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/strtoul.c
-o pic
/$@
; \
958 $(COMPILE.c
) $(srcdir)/strtoul.c
$(OUTPUT_OPTION
)
960 .
/ternary.o
: $(srcdir)/ternary.c config.h
$(INCDIR
)/ansidecl.h \
961 $(INCDIR
)/libiberty.h
$(INCDIR
)/ternary.h
962 if
[ x
"$(PICFLAG)" != x
]; then \
963 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/ternary.c
-o pic
/$@
; \
965 $(COMPILE.c
) $(srcdir)/ternary.c
$(OUTPUT_OPTION
)
967 .
/tmpnam.o
: $(srcdir)/tmpnam.c
968 if
[ x
"$(PICFLAG)" != x
]; then \
969 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/tmpnam.c
-o pic
/$@
; \
971 $(COMPILE.c
) $(srcdir)/tmpnam.c
$(OUTPUT_OPTION
)
973 .
/vasprintf.o
: $(srcdir)/vasprintf.c config.h
$(INCDIR
)/ansidecl.h \
974 $(INCDIR
)/libiberty.h
975 if
[ x
"$(PICFLAG)" != x
]; then \
976 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/vasprintf.c
-o pic
/$@
; \
978 $(COMPILE.c
) $(srcdir)/vasprintf.c
$(OUTPUT_OPTION
)
980 .
/vfork.o
: $(srcdir)/vfork.c
$(INCDIR
)/ansidecl.h
981 if
[ x
"$(PICFLAG)" != x
]; then \
982 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/vfork.c
-o pic
/$@
; \
984 $(COMPILE.c
) $(srcdir)/vfork.c
$(OUTPUT_OPTION
)
986 .
/vfprintf.o
: $(srcdir)/vfprintf.c
$(INCDIR
)/ansidecl.h
987 if
[ x
"$(PICFLAG)" != x
]; then \
988 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/vfprintf.c
-o pic
/$@
; \
990 $(COMPILE.c
) $(srcdir)/vfprintf.c
$(OUTPUT_OPTION
)
992 .
/vprintf.o
: $(srcdir)/vprintf.c
$(INCDIR
)/ansidecl.h
993 if
[ x
"$(PICFLAG)" != x
]; then \
994 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/vprintf.c
-o pic
/$@
; \
996 $(COMPILE.c
) $(srcdir)/vprintf.c
$(OUTPUT_OPTION
)
998 .
/vsnprintf.o
: $(srcdir)/vsnprintf.c config.h
$(INCDIR
)/ansidecl.h \
999 $(INCDIR
)/libiberty.h
1000 if
[ x
"$(PICFLAG)" != x
]; then \
1001 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/vsnprintf.c
-o pic
/$@
; \
1003 $(COMPILE.c
) $(srcdir)/vsnprintf.c
$(OUTPUT_OPTION
)
1005 .
/vsprintf.o
: $(srcdir)/vsprintf.c
$(INCDIR
)/ansidecl.h
1006 if
[ x
"$(PICFLAG)" != x
]; then \
1007 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/vsprintf.c
-o pic
/$@
; \
1009 $(COMPILE.c
) $(srcdir)/vsprintf.c
$(OUTPUT_OPTION
)
1011 .
/waitpid.o
: $(srcdir)/waitpid.c config.h
1012 if
[ x
"$(PICFLAG)" != x
]; then \
1013 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/waitpid.c
-o pic
/$@
; \
1015 $(COMPILE.c
) $(srcdir)/waitpid.c
$(OUTPUT_OPTION
)
1017 .
/xatexit.o
: $(srcdir)/xatexit.c
$(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h
1018 if
[ x
"$(PICFLAG)" != x
]; then \
1019 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/xatexit.c
-o pic
/$@
; \
1021 $(COMPILE.c
) $(srcdir)/xatexit.c
$(OUTPUT_OPTION
)
1023 .
/xexit.o
: $(srcdir)/xexit.c config.h
$(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h
1024 if
[ x
"$(PICFLAG)" != x
]; then \
1025 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/xexit.c
-o pic
/$@
; \
1027 $(COMPILE.c
) $(srcdir)/xexit.c
$(OUTPUT_OPTION
)
1029 .
/xmalloc.o
: $(srcdir)/xmalloc.c config.h
$(INCDIR
)/ansidecl.h \
1030 $(INCDIR
)/libiberty.h
1031 if
[ x
"$(PICFLAG)" != x
]; then \
1032 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/xmalloc.c
-o pic
/$@
; \
1034 $(COMPILE.c
) $(srcdir)/xmalloc.c
$(OUTPUT_OPTION
)
1036 .
/xmemdup.o
: $(srcdir)/xmemdup.c config.h
$(INCDIR
)/ansidecl.h \
1037 $(INCDIR
)/libiberty.h
1038 if
[ x
"$(PICFLAG)" != x
]; then \
1039 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/xmemdup.c
-o pic
/$@
; \
1041 $(COMPILE.c
) $(srcdir)/xmemdup.c
$(OUTPUT_OPTION
)
1043 .
/xstrdup.o
: $(srcdir)/xstrdup.c config.h
$(INCDIR
)/ansidecl.h \
1044 $(INCDIR
)/libiberty.h
1045 if
[ x
"$(PICFLAG)" != x
]; then \
1046 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/xstrdup.c
-o pic
/$@
; \
1048 $(COMPILE.c
) $(srcdir)/xstrdup.c
$(OUTPUT_OPTION
)
1050 .
/xstrerror.o
: $(srcdir)/xstrerror.c config.h
$(INCDIR
)/ansidecl.h \
1051 $(INCDIR
)/libiberty.h
1052 if
[ x
"$(PICFLAG)" != x
]; then \
1053 $(COMPILE.c
) $(PICFLAG
) $(srcdir)/xstrerror.c
-o pic
/$@
; \
1055 $(COMPILE.c
) $(srcdir)/xstrerror.c
$(OUTPUT_OPTION
)