Line 53... |
Line 53... |
AR = @AR@
|
AR = @AR@
|
AR_FLAGS = rc
|
AR_FLAGS = rc
|
|
|
CC = @CC@
|
CC = @CC@
|
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
LIBCFLAGS = $(CFLAGS)
|
CPPFLAGS = @CPPFLAGS@
|
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
PERL = @PERL@
|
PERL = @PERL@
|
|
|
PICFLAG =
|
PICFLAG = @PICFLAG@
|
|
|
MAKEOVERRIDES =
|
MAKEOVERRIDES =
|
|
|
TARGETLIB = ./libiberty.a
|
TARGETLIB = ./libiberty.a
|
TESTLIB = ./testlib.a
|
TESTLIB = ./testlib.a
|
Line 77... |
Line 77... |
FLAGS_TO_PASS = \
|
FLAGS_TO_PASS = \
|
"AR=$(AR)" \
|
"AR=$(AR)" \
|
"AR_FLAGS=$(AR_FLAGS)" \
|
"AR_FLAGS=$(AR_FLAGS)" \
|
"CC=$(CC)" \
|
"CC=$(CC)" \
|
"CFLAGS=$(CFLAGS)" \
|
"CFLAGS=$(CFLAGS)" \
|
|
"CPPFLAGS=$(CPPFLAGS)" \
|
"DESTDIR=$(DESTDIR)" \
|
"DESTDIR=$(DESTDIR)" \
|
"LIBCFLAGS=$(LIBCFLAGS)" \
|
|
"EXTRA_OFILES=$(EXTRA_OFILES)" \
|
"EXTRA_OFILES=$(EXTRA_OFILES)" \
|
"HDEFINES=$(HDEFINES)" \
|
"HDEFINES=$(HDEFINES)" \
|
"INSTALL=$(INSTALL)" \
|
"INSTALL=$(INSTALL)" \
|
"INSTALL_DATA=$(INSTALL_DATA)" \
|
"INSTALL_DATA=$(INSTALL_DATA)" \
|
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
Line 98... |
Line 98... |
|
|
# Subdirectories to recurse into. We need to override this during cleaning
|
# Subdirectories to recurse into. We need to override this during cleaning
|
SUBDIRS = testsuite
|
SUBDIRS = testsuite
|
|
|
# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
|
# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
|
all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
|
all: stamp-picdir $(TARGETLIB) required-list all-subdir
|
@: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
|
@: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
|
|
|
.PHONY: check installcheck
|
.PHONY: check installcheck
|
check: check-subdir
|
check: check-subdir
|
installcheck: installcheck-subdir
|
installcheck: installcheck-subdir
|
|
|
@host_makefile_frag@
|
@host_makefile_frag@
|
|
|
INCDIR=$(srcdir)/$(MULTISRCTOP)../include
|
INCDIR=$(srcdir)/$(MULTISRCTOP)../include
|
|
|
COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
|
COMPILE.c = $(CC) -c @DEFS@ $(CFLAGS) $(CPPFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
|
|
|
# Just to make sure we don't use a built-in rule with VPATH
|
# Just to make sure we don't use a built-in rule with VPATH
|
.c.o:
|
.c.o:
|
false
|
false
|
|
|
Line 122... |
Line 122... |
# CONFIGURED_OFILES and funcs in configure.ac. Also run "make maint-deps"
|
# CONFIGURED_OFILES and funcs in configure.ac. Also run "make maint-deps"
|
# to build the new rules.
|
# to build the new rules.
|
CFILES = alloca.c argv.c asprintf.c atexit.c \
|
CFILES = alloca.c argv.c asprintf.c atexit.c \
|
basename.c bcmp.c bcopy.c bsearch.c bzero.c \
|
basename.c bcmp.c bcopy.c bsearch.c bzero.c \
|
calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
|
calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
|
cp-demint.c cplus-dem.c \
|
cp-demint.c cplus-dem.c crc32.c \
|
dyn-string.c \
|
dyn-string.c \
|
fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \
|
fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \
|
fnmatch.c fopen_unlocked.c \
|
fnmatch.c fopen_unlocked.c \
|
getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \
|
getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \
|
gettimeofday.c \
|
gettimeofday.c \
|
hashtab.c hex.c \
|
hashtab.c hex.c \
|
index.c insque.c \
|
index.c insque.c \
|
lbasename.c \
|
lbasename.c \
|
lrealpath.c \
|
lrealpath.c \
|
make-relative-prefix.c \
|
make-relative-prefix.c \
|
make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmove.c \
|
make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmem.c \
|
mempcpy.c memset.c mkstemps.c \
|
memmove.c mempcpy.c memset.c mkstemps.c \
|
objalloc.c obstack.c \
|
objalloc.c obstack.c \
|
partition.c pexecute.c \
|
partition.c pexecute.c \
|
pex-common.c pex-djgpp.c pex-msdos.c pex-one.c \
|
pex-common.c pex-djgpp.c pex-msdos.c pex-one.c \
|
pex-unix.c pex-win32.c \
|
pex-unix.c pex-win32.c \
|
physmem.c putenv.c \
|
physmem.c putenv.c \
|
random.c regex.c rename.c rindex.c \
|
random.c regex.c rename.c rindex.c \
|
safe-ctype.c setenv.c sigsetmask.c snprintf.c sort.c spaces.c \
|
safe-ctype.c setenv.c sha1.c sigsetmask.c snprintf.c sort.c \
|
splay-tree.c stpcpy.c stpncpy.c strcasecmp.c strchr.c strdup.c \
|
spaces.c splay-tree.c stpcpy.c stpncpy.c strcasecmp.c \
|
strerror.c strncasecmp.c strncmp.c strrchr.c strsignal.c \
|
strchr.c strdup.c strerror.c strncasecmp.c strncmp.c \
|
strstr.c strtod.c strtol.c strtoul.c strndup.c strverscmp.c \
|
strrchr.c strsignal.c strstr.c strtod.c strtol.c strtoul.c \
|
|
strndup.c strverscmp.c \
|
tmpnam.c \
|
tmpnam.c \
|
unlink-if-ordinary.c \
|
unlink-if-ordinary.c \
|
vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
|
vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
|
waitpid.c \
|
waitpid.c \
|
xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
|
xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
|
xstrndup.c
|
xstrndup.c
|
|
|
# These are always included in the library. The first four are listed
|
# These are always included in the library. The first four are listed
|
# first and by compile time to optimize parallel builds.
|
# first and by compile time to optimize parallel builds.
|
REQUIRED_OFILES = ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o \
|
REQUIRED_OFILES = \
|
|
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o \
|
./alloca.o ./argv.o \
|
./alloca.o ./argv.o \
|
./choose-temp.o ./concat.o ./cp-demint.o \
|
./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o \
|
./dyn-string.o \
|
./dyn-string.o \
|
./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o \
|
./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o \
|
./fnmatch.o ./fopen_unlocked.o \
|
./fnmatch.o ./fopen_unlocked.o \
|
./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o \
|
./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o \
|
./hashtab.o ./hex.o \
|
./hashtab.o ./hex.o \
|
Line 183... |
Line 185... |
./calloc.o ./clock.o ./copysign.o \
|
./calloc.o ./clock.o ./copysign.o \
|
./_doprnt.o \
|
./_doprnt.o \
|
./ffs.o \
|
./ffs.o \
|
./getcwd.o ./getpagesize.o ./gettimeofday.o \
|
./getcwd.o ./getpagesize.o ./gettimeofday.o \
|
./index.o ./insque.o \
|
./index.o ./insque.o \
|
./memchr.o ./memcmp.o ./memcpy.o ./memmove.o ./mempcpy.o \
|
./memchr.o ./memcmp.o ./memcpy.o ./memmem.o ./memmove.o \
|
./memset.o ./mkstemps.o \
|
./mempcpy.o ./memset.o ./mkstemps.o \
|
./pex-djgpp.o ./pex-msdos.o \
|
./pex-djgpp.o ./pex-msdos.o \
|
./pex-unix.o ./pex-win32.o \
|
./pex-unix.o ./pex-win32.o \
|
./putenv.o \
|
./putenv.o \
|
./random.o ./rename.o ./rindex.o \
|
./random.o ./rename.o ./rindex.o \
|
./setenv.o ./sigsetmask.o ./snprintf.o ./stpcpy.o ./stpncpy.o \
|
./setenv.o ./sigsetmask.o ./snprintf.o ./stpcpy.o ./stpncpy.o \
|
Line 260... |
Line 262... |
# html, install-html targets
|
# html, install-html targets
|
HTMLS = libiberty.html
|
HTMLS = libiberty.html
|
|
|
html: $(HTMLS)
|
html: $(HTMLS)
|
|
|
.PHONY: install-html install-html-am install-html-recursive
|
.PHONY: install-html install-html-am
|
|
|
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
mkdir_p = mkdir -p --
|
mkdir_p = mkdir -p --
|
|
|
html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
|
install-html: install-html-recursive install-html-am
|
install-html: install-html-am
|
|
|
install-html-am: $(HTMLS)
|
install-html-am: $(HTMLS)
|
@$(NORMAL_INSTALL)
|
@$(NORMAL_INSTALL)
|
test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
|
test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
|
@list='$(HTMLS)'; for p in $$list; do \
|
@list='$(HTMLS)'; for p in $$list; do \
|
Line 286... |
Line 288... |
echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
|
echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
|
$(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
|
$(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
|
fi; \
|
fi; \
|
done
|
done
|
|
|
install-html-recursive:
|
|
@failcom='exit 1'; \
|
|
for f in x $$MAKEFLAGS; do \
|
|
case $$f in \
|
|
*=* | --[!k]*);; \
|
|
*k*) failcom='fail=yes';; \
|
|
esac; \
|
|
done; \
|
|
dot_seen=no; \
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
echo "Making $$target in $$subdir"; \
|
|
if test "$$subdir" = "."; then \
|
|
dot_seen=yes; \
|
|
local_target="$$target-am"; \
|
|
else \
|
|
local_target="$$target"; \
|
|
fi; \
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|| eval $$failcom; \
|
|
done; \
|
|
if test "$$dot_seen" = "no"; then \
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
fi; test -z "$$fail"
|
|
|
|
TEXISRC = \
|
TEXISRC = \
|
$(srcdir)/libiberty.texi \
|
$(srcdir)/libiberty.texi \
|
$(srcdir)/copying-lib.texi \
|
$(srcdir)/copying-lib.texi \
|
$(srcdir)/obstacks.texi \
|
$(srcdir)/obstacks.texi \
|
$(srcdir)/functions.texi
|
$(srcdir)/functions.texi
|
Line 346... |
Line 323... |
INSTALL_DEST = @INSTALL_DEST@
|
INSTALL_DEST = @INSTALL_DEST@
|
install: install_to_$(INSTALL_DEST) install-subdir
|
install: install_to_$(INSTALL_DEST) install-subdir
|
|
|
# This is tricky. Even though CC in the Makefile contains
|
# This is tricky. Even though CC in the Makefile contains
|
# multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
|
# multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
|
# default multilib, so we have to take LIBCFLAGS into account as well,
|
# default multilib, so we have to take CFLAGS into account as well,
|
# since it will be passed the multilib flags.
|
# since it will be passed the multilib flags.
|
MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory`
|
MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory`
|
install_to_libdir: all
|
install_to_libdir: all
|
${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR)
|
${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR)
|
$(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n
|
$(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n
|
( cd $(DESTDIR)$(libdir)/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n ;$(RANLIB) $(TARGETLIB)n )
|
( cd $(DESTDIR)$(libdir)/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n ;$(RANLIB) $(TARGETLIB)n )
|
mv -f $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)
|
mv -f $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)
|
Line 373... |
Line 350... |
$(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n
|
$(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n
|
( cd $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n; $(RANLIB) $(TARGETLIB)n )
|
( cd $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n; $(RANLIB) $(TARGETLIB)n )
|
mv -f $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)
|
mv -f $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)
|
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
|
|
# needed-list is used by libstdc++. NEEDED is the list of functions
|
|
# to include there. Do not add anything LGPL to this list; libstdc++
|
|
# can't use anything encumbering.
|
|
NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
|
|
strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
|
|
vfork waitpid bcmp bcopy bzero
|
|
needed-list: Makefile
|
|
rm -f needed-list; touch needed-list; \
|
|
for f in $(NEEDED); do \
|
|
for g in $(LIBOBJS) $(EXTRA_OFILES); do \
|
|
case "$$g" in \
|
|
*$$f*) echo $$g >> needed-list ;; \
|
|
esac; \
|
|
done; \
|
|
done
|
|
|
|
# required-list was used when building a shared bfd/opcodes/libiberty
|
# required-list was used when building a shared bfd/opcodes/libiberty
|
# library. I don't know if it used by anything currently.
|
# library. I don't know if it used by anything currently.
|
required-list: Makefile
|
required-list: Makefile
|
echo $(REQUIRED_OFILES) > required-list
|
echo $(REQUIRED_OFILES) > required-list
|
|
|
Line 436... |
Line 397... |
|
|
# Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
|
# Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
|
# multiple times, hence our explicit recursion with an empty SUBDIRS.
|
# multiple times, hence our explicit recursion with an empty SUBDIRS.
|
mostlyclean: mostlyclean-subdir
|
mostlyclean: mostlyclean-subdir
|
-rm -rf *.o pic core errs \#* *.E a.out
|
-rm -rf *.o pic core errs \#* *.E a.out
|
-rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
|
-rm -f errors dummy config.h stamp-*
|
-rm -f $(CONFIG_H) $(NEEDED_LIST) stamp-picdir
|
-rm -f $(CONFIG_H) stamp-picdir
|
-rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
|
-rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
|
-rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
|
-rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
|
-rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
|
-rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
|
-rm -f libtexi.stamp
|
-rm -f libtexi.stamp
|
@$(MULTICLEAN) multi-clean DO=mostlyclean
|
@$(MULTICLEAN) multi-clean DO=mostlyclean
|
Line 471... |
Line 432... |
CONFIG_FILES= CONFIG_HEADERS=config.h:$(srcdir)/config.in $(SHELL) ./config.status
|
CONFIG_FILES= CONFIG_HEADERS=config.h:$(srcdir)/config.in $(SHELL) ./config.status
|
|
|
config.status: $(srcdir)/configure
|
config.status: $(srcdir)/configure
|
$(SHELL) ./config.status --recheck
|
$(SHELL) ./config.status --recheck
|
|
|
# Depending on stamp-h makes sure that config.status has been re-run
|
AUTOCONF = autoconf
|
|
configure_deps = $(srcdir)/aclocal.m4 \
|
|
$(srcdir)/../config/acx.m4 \
|
|
$(srcdir)/../config/no-executables.m4 \
|
|
$(srcdir)/../config/override.m4 \
|
|
$(srcdir)/../config/warnings.m4 \
|
|
|
|
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(configure_deps)
|
|
cd $(srcdir) && $(AUTOCONF)
|
|
|
|
# Depending on config.h makes sure that config.status has been re-run
|
# if needed. This prevents problems with parallel builds, in case
|
# if needed. This prevents problems with parallel builds, in case
|
# subdirectories need to run config.status also.
|
# subdirectories need to run config.status also.
|
all-subdir check-subdir installcheck-subdir info-subdir \
|
all-subdir check-subdir installcheck-subdir info-subdir \
|
install-info-subdir clean-info-subdir dvi-subdir pdf-subdir install-subdir \
|
install-info-subdir clean-info-subdir dvi-subdir pdf-subdir install-subdir \
|
etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
|
etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
|
maintainer-clean-subdir: stamp-h
|
maintainer-clean-subdir: config.h
|
@subdirs='$(SUBDIRS)'; \
|
@subdirs='$(SUBDIRS)'; \
|
target=`echo $@ | sed -e 's/-subdir//'`; \
|
target=`echo $@ | sed -e 's/-subdir//'`; \
|
for dir in $$subdirs ; do \
|
for dir in $$subdirs ; do \
|
cd $$dir && $(MAKE) $(FLAGS_TO_PASS) $$target; \
|
cd $$dir && $(MAKE) $(FLAGS_TO_PASS) $$target; \
|
done
|
done
|
Line 494... |
Line 465... |
.NOEXPORT:
|
.NOEXPORT:
|
|
|
# The dependencies in the remainder of this file are automatically
|
# The dependencies in the remainder of this file are automatically
|
# generated by "make maint-deps". Manual edits will be lost.
|
# generated by "make maint-deps". Manual edits will be lost.
|
|
|
./_doprnt.o: $(srcdir)/_doprnt.c stamp-h $(INCDIR)/ansidecl.h \
|
./_doprnt.o: $(srcdir)/_doprnt.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/safe-ctype.h
|
$(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/_doprnt.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/_doprnt.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/_doprnt.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/_doprnt.c $(OUTPUT_OPTION)
|
|
|
./alloca.o: $(srcdir)/alloca.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
./alloca.o: $(srcdir)/alloca.c config.h $(INCDIR)/ansidecl.h \
|
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION)
|
|
|
./argv.o: $(srcdir)/argv.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
./argv.o: $(srcdir)/argv.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
$(INCDIR)/safe-ctype.h
|
$(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/argv.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/argv.c $(OUTPUT_OPTION)
|
|
|
./asprintf.o: $(srcdir)/asprintf.c stamp-h $(INCDIR)/ansidecl.h \
|
./asprintf.o: $(srcdir)/asprintf.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/asprintf.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/asprintf.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/asprintf.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/asprintf.c $(OUTPUT_OPTION)
|
|
|
./atexit.o: $(srcdir)/atexit.c stamp-h
|
./atexit.o: $(srcdir)/atexit.c config.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
|
|
|
./basename.o: $(srcdir)/basename.c stamp-h $(INCDIR)/ansidecl.h \
|
./basename.o: $(srcdir)/basename.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
|
$(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/basename.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/basename.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/basename.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/basename.c $(OUTPUT_OPTION)
|
Line 546... |
Line 518... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/bcopy.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/bcopy.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/bcopy.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/bcopy.c $(OUTPUT_OPTION)
|
|
|
./bsearch.o: $(srcdir)/bsearch.c stamp-h $(INCDIR)/ansidecl.h
|
./bsearch.o: $(srcdir)/bsearch.c config.h $(INCDIR)/ansidecl.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/bsearch.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/bsearch.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/bsearch.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/bsearch.c $(OUTPUT_OPTION)
|
|
|
Line 564... |
Line 536... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/calloc.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/calloc.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/calloc.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/calloc.c $(OUTPUT_OPTION)
|
|
|
./choose-temp.o: $(srcdir)/choose-temp.c stamp-h $(INCDIR)/ansidecl.h \
|
./choose-temp.o: $(srcdir)/choose-temp.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION)
|
|
|
./clock.o: $(srcdir)/clock.c stamp-h
|
./clock.o: $(srcdir)/clock.c config.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/clock.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/clock.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/clock.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/clock.c $(OUTPUT_OPTION)
|
|
|
./concat.o: $(srcdir)/concat.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
./concat.o: $(srcdir)/concat.c config.h $(INCDIR)/ansidecl.h \
|
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/concat.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/concat.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/concat.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/concat.c $(OUTPUT_OPTION)
|
|
|
Line 589... |
Line 562... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/copysign.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/copysign.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/copysign.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/copysign.c $(OUTPUT_OPTION)
|
|
|
./cp-demangle.o: $(srcdir)/cp-demangle.c stamp-h $(INCDIR)/ansidecl.h \
|
./cp-demangle.o: $(srcdir)/cp-demangle.c config.h $(INCDIR)/ansidecl.h \
|
$(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
|
$(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
|
$(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h
|
$(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demangle.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demangle.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/cp-demangle.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/cp-demangle.c $(OUTPUT_OPTION)
|
|
|
./cp-demint.o: $(srcdir)/cp-demint.c stamp-h $(INCDIR)/ansidecl.h \
|
./cp-demint.o: $(srcdir)/cp-demint.c config.h $(INCDIR)/ansidecl.h \
|
$(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
|
$(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demint.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demint.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/cp-demint.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/cp-demint.c $(OUTPUT_OPTION)
|
|
|
./cplus-dem.o: $(srcdir)/cplus-dem.c stamp-h $(INCDIR)/ansidecl.h \
|
./cplus-dem.o: $(srcdir)/cplus-dem.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
|
$(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
|
$(INCDIR)/safe-ctype.h
|
$(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/cplus-dem.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/cplus-dem.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/cplus-dem.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/cplus-dem.c $(OUTPUT_OPTION)
|
|
|
./dyn-string.o: $(srcdir)/dyn-string.c stamp-h $(INCDIR)/ansidecl.h \
|
./crc32.o: $(srcdir)/crc32.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/crc32.c -o pic/$@; \
|
|
else true; fi
|
|
$(COMPILE.c) $(srcdir)/crc32.c $(OUTPUT_OPTION)
|
|
|
|
./dyn-string.o: $(srcdir)/dyn-string.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/dyn-string.h $(INCDIR)/libiberty.h
|
$(INCDIR)/dyn-string.h $(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/dyn-string.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/dyn-string.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/dyn-string.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/dyn-string.c $(OUTPUT_OPTION)
|
|
|
./fdmatch.o: $(srcdir)/fdmatch.c stamp-h $(INCDIR)/ansidecl.h \
|
./fdmatch.o: $(srcdir)/fdmatch.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fdmatch.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fdmatch.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/fdmatch.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/fdmatch.c $(OUTPUT_OPTION)
|
Line 633... |
Line 612... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/ffs.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/ffs.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/ffs.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/ffs.c $(OUTPUT_OPTION)
|
|
|
./fibheap.o: $(srcdir)/fibheap.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/fibheap.h \
|
./fibheap.o: $(srcdir)/fibheap.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/fibheap.h $(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fibheap.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fibheap.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/fibheap.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/fibheap.c $(OUTPUT_OPTION)
|
|
|
./filename_cmp.o: $(srcdir)/filename_cmp.c stamp-h $(INCDIR)/filenames.h \
|
./filename_cmp.o: $(srcdir)/filename_cmp.c config.h $(INCDIR)/filenames.h \
|
$(INCDIR)/safe-ctype.h
|
$(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/filename_cmp.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/filename_cmp.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/filename_cmp.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/filename_cmp.c $(OUTPUT_OPTION)
|
|
|
./floatformat.o: $(srcdir)/floatformat.c stamp-h $(INCDIR)/ansidecl.h \
|
./floatformat.o: $(srcdir)/floatformat.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/floatformat.h $(INCDIR)/libiberty.h
|
$(INCDIR)/floatformat.h $(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/floatformat.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/floatformat.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/floatformat.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/floatformat.c $(OUTPUT_OPTION)
|
|
|
./fnmatch.o: $(srcdir)/fnmatch.c stamp-h $(INCDIR)/fnmatch.h \
|
./fnmatch.o: $(srcdir)/fnmatch.c config.h $(INCDIR)/fnmatch.h \
|
$(INCDIR)/safe-ctype.h
|
$(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fnmatch.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fnmatch.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION)
|
|
|
./fopen_unlocked.o: $(srcdir)/fopen_unlocked.c stamp-h $(INCDIR)/ansidecl.h \
|
./fopen_unlocked.o: $(srcdir)/fopen_unlocked.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fopen_unlocked.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fopen_unlocked.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/fopen_unlocked.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/fopen_unlocked.c $(OUTPUT_OPTION)
|
|
|
./getcwd.o: $(srcdir)/getcwd.c stamp-h
|
./getcwd.o: $(srcdir)/getcwd.c config.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getcwd.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getcwd.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/getcwd.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/getcwd.c $(OUTPUT_OPTION)
|
|
|
./getopt.o: $(srcdir)/getopt.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h
|
./getopt.o: $(srcdir)/getopt.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getopt.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getopt.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/getopt.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/getopt.c $(OUTPUT_OPTION)
|
|
|
./getopt1.o: $(srcdir)/getopt1.c stamp-h $(INCDIR)/getopt.h
|
./getopt1.o: $(srcdir)/getopt1.c config.h $(INCDIR)/getopt.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getopt1.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getopt1.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/getopt1.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/getopt1.c $(OUTPUT_OPTION)
|
|
|
./getpagesize.o: $(srcdir)/getpagesize.c stamp-h
|
./getpagesize.o: $(srcdir)/getpagesize.c config.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getpagesize.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getpagesize.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/getpagesize.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/getpagesize.c $(OUTPUT_OPTION)
|
|
|
./getpwd.o: $(srcdir)/getpwd.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
./getpwd.o: $(srcdir)/getpwd.c config.h $(INCDIR)/ansidecl.h \
|
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getpwd.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getpwd.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/getpwd.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/getpwd.c $(OUTPUT_OPTION)
|
|
|
./getruntime.o: $(srcdir)/getruntime.c stamp-h $(INCDIR)/ansidecl.h \
|
./getruntime.o: $(srcdir)/getruntime.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getruntime.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getruntime.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/getruntime.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/getruntime.c $(OUTPUT_OPTION)
|
|
|
./gettimeofday.o: $(srcdir)/gettimeofday.c stamp-h $(INCDIR)/ansidecl.h \
|
./gettimeofday.o: $(srcdir)/gettimeofday.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/gettimeofday.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/gettimeofday.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/gettimeofday.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/gettimeofday.c $(OUTPUT_OPTION)
|
|
|
./hashtab.o: $(srcdir)/hashtab.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/hashtab.h \
|
./hashtab.o: $(srcdir)/hashtab.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION)
|
|
|
./hex.o: $(srcdir)/hex.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
./hex.o: $(srcdir)/hex.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
$(INCDIR)/safe-ctype.h
|
$(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/hex.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/hex.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/hex.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/hex.c $(OUTPUT_OPTION)
|
Line 738... |
Line 718... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/insque.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/insque.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION)
|
|
|
./lbasename.o: $(srcdir)/lbasename.c stamp-h $(INCDIR)/ansidecl.h \
|
./lbasename.o: $(srcdir)/lbasename.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
$(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
$(INCDIR)/safe-ctype.h
|
$(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/lbasename.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/lbasename.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/lbasename.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/lbasename.c $(OUTPUT_OPTION)
|
|
|
./lrealpath.o: $(srcdir)/lrealpath.c stamp-h $(INCDIR)/ansidecl.h \
|
./lrealpath.o: $(srcdir)/lrealpath.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/lrealpath.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/lrealpath.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/lrealpath.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/lrealpath.c $(OUTPUT_OPTION)
|
|
|
./make-relative-prefix.o: $(srcdir)/make-relative-prefix.c stamp-h \
|
./make-relative-prefix.o: $(srcdir)/make-relative-prefix.c config.h \
|
$(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
$(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/make-relative-prefix.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/make-relative-prefix.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/make-relative-prefix.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/make-relative-prefix.c $(OUTPUT_OPTION)
|
|
|
./make-temp-file.o: $(srcdir)/make-temp-file.c stamp-h $(INCDIR)/ansidecl.h \
|
./make-temp-file.o: $(srcdir)/make-temp-file.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/make-temp-file.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/make-temp-file.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/make-temp-file.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/make-temp-file.c $(OUTPUT_OPTION)
|
|
|
./md5.o: $(srcdir)/md5.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/md5.h
|
./md5.o: $(srcdir)/md5.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/md5.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/md5.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/md5.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/md5.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/md5.c $(OUTPUT_OPTION)
|
|
|
Line 791... |
Line 771... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memcpy.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memcpy.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/memcpy.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/memcpy.c $(OUTPUT_OPTION)
|
|
|
|
./memmem.o: $(srcdir)/memmem.c config.h
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memmem.c -o pic/$@; \
|
|
else true; fi
|
|
$(COMPILE.c) $(srcdir)/memmem.c $(OUTPUT_OPTION)
|
|
|
./memmove.o: $(srcdir)/memmove.c $(INCDIR)/ansidecl.h
|
./memmove.o: $(srcdir)/memmove.c $(INCDIR)/ansidecl.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memmove.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memmove.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/memmove.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/memmove.c $(OUTPUT_OPTION)
|
Line 809... |
Line 795... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memset.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memset.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/memset.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/memset.c $(OUTPUT_OPTION)
|
|
|
./mkstemps.o: $(srcdir)/mkstemps.c stamp-h $(INCDIR)/ansidecl.h
|
./mkstemps.o: $(srcdir)/mkstemps.c config.h $(INCDIR)/ansidecl.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/mkstemps.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/mkstemps.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION)
|
|
|
Line 821... |
Line 807... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/msdos.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/msdos.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/msdos.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/msdos.c $(OUTPUT_OPTION)
|
|
|
./objalloc.o: $(srcdir)/objalloc.c stamp-h $(INCDIR)/ansidecl.h \
|
./objalloc.o: $(srcdir)/objalloc.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/objalloc.h
|
$(INCDIR)/objalloc.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/objalloc.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/objalloc.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/objalloc.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/objalloc.c $(OUTPUT_OPTION)
|
|
|
./obstack.o: $(srcdir)/obstack.c stamp-h $(INCDIR)/obstack.h
|
./obstack.o: $(srcdir)/obstack.c config.h $(INCDIR)/obstack.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/obstack.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/obstack.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/obstack.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/obstack.c $(OUTPUT_OPTION)
|
|
|
./partition.o: $(srcdir)/partition.c stamp-h $(INCDIR)/ansidecl.h \
|
./partition.o: $(srcdir)/partition.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h $(INCDIR)/partition.h
|
$(INCDIR)/libiberty.h $(INCDIR)/partition.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/partition.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/partition.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/partition.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/partition.c $(OUTPUT_OPTION)
|
|
|
./pex-common.o: $(srcdir)/pex-common.c stamp-h $(INCDIR)/ansidecl.h \
|
./pex-common.o: $(srcdir)/pex-common.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-common.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-common.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/pex-common.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/pex-common.c $(OUTPUT_OPTION)
|
|
|
./pex-djgpp.o: $(srcdir)/pex-djgpp.c stamp-h $(INCDIR)/ansidecl.h \
|
./pex-djgpp.o: $(srcdir)/pex-djgpp.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-djgpp.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-djgpp.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/pex-djgpp.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/pex-djgpp.c $(OUTPUT_OPTION)
|
|
|
./pex-msdos.o: $(srcdir)/pex-msdos.c stamp-h $(INCDIR)/ansidecl.h \
|
./pex-msdos.o: $(srcdir)/pex-msdos.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h \
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h \
|
$(INCDIR)/safe-ctype.h
|
$(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-msdos.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-msdos.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/pex-msdos.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/pex-msdos.c $(OUTPUT_OPTION)
|
|
|
./pex-one.o: $(srcdir)/pex-one.c stamp-h $(INCDIR)/ansidecl.h \
|
./pex-one.o: $(srcdir)/pex-one.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-one.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-one.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/pex-one.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/pex-one.c $(OUTPUT_OPTION)
|
|
|
./pex-unix.o: $(srcdir)/pex-unix.c stamp-h $(INCDIR)/ansidecl.h \
|
./pex-unix.o: $(srcdir)/pex-unix.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-unix.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-unix.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/pex-unix.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/pex-unix.c $(OUTPUT_OPTION)
|
|
|
./pex-win32.o: $(srcdir)/pex-win32.c stamp-h $(INCDIR)/ansidecl.h \
|
./pex-win32.o: $(srcdir)/pex-win32.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-win32.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-win32.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/pex-win32.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/pex-win32.c $(OUTPUT_OPTION)
|
|
|
./pexecute.o: $(srcdir)/pexecute.c stamp-h $(INCDIR)/ansidecl.h \
|
./pexecute.o: $(srcdir)/pexecute.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pexecute.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pexecute.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/pexecute.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/pexecute.c $(OUTPUT_OPTION)
|
|
|
./physmem.o: $(srcdir)/physmem.c stamp-h $(INCDIR)/ansidecl.h \
|
./physmem.o: $(srcdir)/physmem.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION)
|
|
|
./putenv.o: $(srcdir)/putenv.c stamp-h $(INCDIR)/ansidecl.h
|
./putenv.o: $(srcdir)/putenv.c config.h $(INCDIR)/ansidecl.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/putenv.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/putenv.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/putenv.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/putenv.c $(OUTPUT_OPTION)
|
|
|
Line 910... |
Line 896... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/random.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/random.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION)
|
|
|
./regex.o: $(srcdir)/regex.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
|
./regex.o: $(srcdir)/regex.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
|
$(INCDIR)/xregex2.h
|
$(INCDIR)/xregex2.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/regex.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/regex.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/regex.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/regex.c $(OUTPUT_OPTION)
|
|
|
./rename.o: $(srcdir)/rename.c stamp-h $(INCDIR)/ansidecl.h
|
./rename.o: $(srcdir)/rename.c config.h $(INCDIR)/ansidecl.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/rename.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/rename.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/rename.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/rename.c $(OUTPUT_OPTION)
|
|
|
Line 936... |
Line 922... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/safe-ctype.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/safe-ctype.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/safe-ctype.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/safe-ctype.c $(OUTPUT_OPTION)
|
|
|
./setenv.o: $(srcdir)/setenv.c stamp-h $(INCDIR)/ansidecl.h
|
./setenv.o: $(srcdir)/setenv.c config.h $(INCDIR)/ansidecl.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/setenv.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/setenv.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/setenv.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/setenv.c $(OUTPUT_OPTION)
|
|
|
|
./sha1.o: $(srcdir)/sha1.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/sha1.h
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/sha1.c -o pic/$@; \
|
|
else true; fi
|
|
$(COMPILE.c) $(srcdir)/sha1.c $(OUTPUT_OPTION)
|
|
|
./sigsetmask.o: $(srcdir)/sigsetmask.c $(INCDIR)/ansidecl.h
|
./sigsetmask.o: $(srcdir)/sigsetmask.c $(INCDIR)/ansidecl.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/sigsetmask.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/sigsetmask.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/sigsetmask.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/sigsetmask.c $(OUTPUT_OPTION)
|
Line 954... |
Line 946... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/snprintf.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/snprintf.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/snprintf.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/snprintf.c $(OUTPUT_OPTION)
|
|
|
./sort.o: $(srcdir)/sort.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
./sort.o: $(srcdir)/sort.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
$(INCDIR)/sort.h
|
$(INCDIR)/sort.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/sort.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/sort.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/sort.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/sort.c $(OUTPUT_OPTION)
|
|
|
./spaces.o: $(srcdir)/spaces.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
./spaces.o: $(srcdir)/spaces.c config.h $(INCDIR)/ansidecl.h \
|
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/spaces.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/spaces.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/spaces.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/spaces.c $(OUTPUT_OPTION)
|
|
|
./splay-tree.o: $(srcdir)/splay-tree.c stamp-h $(INCDIR)/ansidecl.h \
|
./splay-tree.o: $(srcdir)/splay-tree.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h
|
$(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/splay-tree.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/splay-tree.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/splay-tree.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/splay-tree.c $(OUTPUT_OPTION)
|
Line 1004... |
Line 997... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strdup.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strdup.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/strdup.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/strdup.c $(OUTPUT_OPTION)
|
|
|
./strerror.o: $(srcdir)/strerror.c stamp-h $(INCDIR)/ansidecl.h \
|
./strerror.o: $(srcdir)/strerror.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strerror.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strerror.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/strerror.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/strerror.c $(OUTPUT_OPTION)
|
Line 1035... |
Line 1028... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strrchr.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strrchr.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/strrchr.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/strrchr.c $(OUTPUT_OPTION)
|
|
|
./strsignal.o: $(srcdir)/strsignal.c stamp-h $(INCDIR)/ansidecl.h \
|
./strsignal.o: $(srcdir)/strsignal.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strsignal.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strsignal.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/strsignal.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/strsignal.c $(OUTPUT_OPTION)
|
Line 1054... |
Line 1047... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strtod.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strtod.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/strtod.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/strtod.c $(OUTPUT_OPTION)
|
|
|
./strtol.o: $(srcdir)/strtol.c stamp-h $(INCDIR)/safe-ctype.h
|
./strtol.o: $(srcdir)/strtol.c config.h $(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strtol.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strtol.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/strtol.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/strtol.c $(OUTPUT_OPTION)
|
|
|
./strtoul.o: $(srcdir)/strtoul.c stamp-h $(INCDIR)/ansidecl.h \
|
./strtoul.o: $(srcdir)/strtoul.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/safe-ctype.h
|
$(INCDIR)/safe-ctype.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strtoul.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strtoul.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION)
|
Line 1080... |
Line 1073... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
|
|
|
./unlink-if-ordinary.o: $(srcdir)/unlink-if-ordinary.c stamp-h \
|
./unlink-if-ordinary.o: $(srcdir)/unlink-if-ordinary.c config.h \
|
$(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
$(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/unlink-if-ordinary.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/unlink-if-ordinary.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/unlink-if-ordinary.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/unlink-if-ordinary.c $(OUTPUT_OPTION)
|
|
|
./vasprintf.o: $(srcdir)/vasprintf.c stamp-h $(INCDIR)/ansidecl.h \
|
./vasprintf.o: $(srcdir)/vasprintf.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vasprintf.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vasprintf.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/vasprintf.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/vasprintf.c $(OUTPUT_OPTION)
|
Line 1112... |
Line 1105... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vprintf.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vprintf.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/vprintf.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/vprintf.c $(OUTPUT_OPTION)
|
|
|
./vsnprintf.o: $(srcdir)/vsnprintf.c stamp-h $(INCDIR)/ansidecl.h \
|
./vsnprintf.o: $(srcdir)/vsnprintf.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vsnprintf.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vsnprintf.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/vsnprintf.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/vsnprintf.c $(OUTPUT_OPTION)
|
Line 1125... |
Line 1118... |
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vsprintf.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vsprintf.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION)
|
|
|
./waitpid.o: $(srcdir)/waitpid.c stamp-h $(INCDIR)/ansidecl.h
|
./waitpid.o: $(srcdir)/waitpid.c config.h $(INCDIR)/ansidecl.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/waitpid.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/waitpid.c $(OUTPUT_OPTION)
|
|
|
./xatexit.o: $(srcdir)/xatexit.c stamp-h $(INCDIR)/ansidecl.h \
|
./xatexit.o: $(srcdir)/xatexit.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
|
|
|
./xexit.o: $(srcdir)/xexit.c stamp-h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
./xexit.o: $(srcdir)/xexit.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xexit.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xexit.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/xexit.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/xexit.c $(OUTPUT_OPTION)
|
|
|
./xmalloc.o: $(srcdir)/xmalloc.c stamp-h $(INCDIR)/ansidecl.h \
|
./xmalloc.o: $(srcdir)/xmalloc.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xmalloc.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xmalloc.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/xmalloc.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/xmalloc.c $(OUTPUT_OPTION)
|
|
|
./xmemdup.o: $(srcdir)/xmemdup.c stamp-h $(INCDIR)/ansidecl.h \
|
./xmemdup.o: $(srcdir)/xmemdup.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xmemdup.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xmemdup.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/xmemdup.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/xmemdup.c $(OUTPUT_OPTION)
|
|
|
./xstrdup.o: $(srcdir)/xstrdup.c stamp-h $(INCDIR)/ansidecl.h \
|
./xstrdup.o: $(srcdir)/xstrdup.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xstrdup.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xstrdup.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/xstrdup.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/xstrdup.c $(OUTPUT_OPTION)
|
|
|
./xstrerror.o: $(srcdir)/xstrerror.c stamp-h $(INCDIR)/ansidecl.h \
|
./xstrerror.o: $(srcdir)/xstrerror.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
|
|
|
./xstrndup.o: $(srcdir)/xstrndup.c stamp-h $(INCDIR)/ansidecl.h \
|
./xstrndup.o: $(srcdir)/xstrndup.c config.h $(INCDIR)/ansidecl.h \
|
$(INCDIR)/libiberty.h
|
$(INCDIR)/libiberty.h
|
if [ x"$(PICFLAG)" != x ]; then \
|
if [ x"$(PICFLAG)" != x ]; then \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xstrndup.c -o pic/$@; \
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xstrndup.c -o pic/$@; \
|
else true; fi
|
else true; fi
|
$(COMPILE.c) $(srcdir)/xstrndup.c $(OUTPUT_OPTION)
|
$(COMPILE.c) $(srcdir)/xstrndup.c $(OUTPUT_OPTION)
|