2007-07-25 08:26:45 +02:00
|
|
|
# Makefile for the libiberty library.
|
|
|
|
# Originally written by K. Richard Pixley <rich@cygnus.com>.
|
1997-08-22 00:57:35 +02:00
|
|
|
#
|
2007-07-25 08:26:45 +02:00
|
|
|
# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
|
|
|
# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
|
|
|
|
# Foundation
|
1997-08-22 00:57:35 +02:00
|
|
|
#
|
|
|
|
# This file is part of the libiberty library.
|
|
|
|
# Libiberty is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Library General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2 of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# Libiberty is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Library General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Library General Public
|
|
|
|
# License along with libiberty; see the file COPYING.LIB. If not,
|
2005-05-10 17:33:18 +02:00
|
|
|
# write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
|
|
|
# Boston, MA 02110-1301, USA.
|
1997-08-22 00:57:35 +02:00
|
|
|
|
2003-01-30 20:02:12 +01:00
|
|
|
libiberty_topdir = @libiberty_topdir@
|
1998-05-16 01:42:58 +02:00
|
|
|
srcdir = @srcdir@
|
1997-08-22 00:57:35 +02:00
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
prefix = @prefix@
|
1997-08-22 00:57:35 +02:00
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
bindir = @bindir@
|
|
|
|
libdir = @libdir@
|
2002-03-04 22:41:06 +01:00
|
|
|
includedir = @includedir@
|
|
|
|
target_header_dir = @target_header_dir@
|
1997-08-22 00:57:35 +02:00
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
SHELL = @SHELL@
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
# Multilib support variables.
|
|
|
|
MULTISRCTOP =
|
|
|
|
MULTIBUILDTOP =
|
|
|
|
MULTIDIRS =
|
|
|
|
MULTISUBDIR =
|
|
|
|
MULTIDO = true
|
|
|
|
MULTICLEAN = true
|
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
2003-01-30 20:02:12 +01:00
|
|
|
mkinstalldirs = $(SHELL) $(libiberty_topdir)/mkinstalldirs
|
1997-08-22 00:57:35 +02:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
# Some compilers can't handle cc -c blah.c -o foo/blah.o.
|
|
|
|
OUTPUT_OPTION = @OUTPUT_OPTION@
|
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
AR = @AR@
|
1997-08-22 00:57:35 +02:00
|
|
|
AR_FLAGS = rc
|
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
CC = @CC@
|
|
|
|
CFLAGS = @CFLAGS@
|
2008-10-22 15:30:19 +02:00
|
|
|
CPPFLAGS = @CPPFLAGS@
|
1998-05-16 01:42:58 +02:00
|
|
|
RANLIB = @RANLIB@
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
PERL = @PERL@
|
1997-08-22 00:57:35 +02:00
|
|
|
|
2008-03-27 14:40:08 +01:00
|
|
|
PICFLAG = @PICFLAG@
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
MAKEOVERRIDES =
|
|
|
|
|
2004-01-22 20:10:56 +01:00
|
|
|
TARGETLIB = ./libiberty.a
|
|
|
|
TESTLIB = ./testlib.a
|
1997-08-22 00:57:35 +02:00
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
LIBOBJS = @LIBOBJS@
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
# A configuration can specify extra .o files that should be included,
|
|
|
|
# even if they are in libc. (Perhaps the libc version is buggy.)
|
|
|
|
EXTRA_OFILES =
|
|
|
|
|
|
|
|
# Flags to pass to a recursive make.
|
|
|
|
FLAGS_TO_PASS = \
|
|
|
|
"AR=$(AR)" \
|
|
|
|
"AR_FLAGS=$(AR_FLAGS)" \
|
|
|
|
"CC=$(CC)" \
|
|
|
|
"CFLAGS=$(CFLAGS)" \
|
2008-10-22 15:30:19 +02:00
|
|
|
"CPPFLAGS=$(CPPFLAGS)" \
|
2003-01-09 09:08:30 +01:00
|
|
|
"DESTDIR=$(DESTDIR)" \
|
1997-08-22 00:57:35 +02:00
|
|
|
"EXTRA_OFILES=$(EXTRA_OFILES)" \
|
|
|
|
"HDEFINES=$(HDEFINES)" \
|
|
|
|
"INSTALL=$(INSTALL)" \
|
|
|
|
"INSTALL_DATA=$(INSTALL_DATA)" \
|
|
|
|
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
|
|
|
"LDFLAGS=$(LDFLAGS)" \
|
|
|
|
"LOADLIBES=$(LOADLIBES)" \
|
|
|
|
"RANLIB=$(RANLIB)" \
|
1999-08-07 07:37:16 +02:00
|
|
|
"SHELL=$(SHELL)" \
|
|
|
|
"prefix=$(prefix)" \
|
|
|
|
"exec_prefix=$(exec_prefix)" \
|
|
|
|
"libdir=$(libdir)" \
|
|
|
|
"libsubdir=$(libsubdir)" \
|
|
|
|
"tooldir=$(tooldir)"
|
1997-08-22 00:57:35 +02:00
|
|
|
|
1999-10-28 10:26:42 +02:00
|
|
|
# Subdirectories to recurse into. We need to override this during cleaning
|
|
|
|
SUBDIRS = testsuite
|
|
|
|
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
|
2009-04-26 04:23:29 +02:00
|
|
|
all: stamp-picdir $(TARGETLIB) required-list all-subdir
|
2010-03-02 07:09:56 +01:00
|
|
|
@: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
.PHONY: check installcheck
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
check: check-subdir
|
|
|
|
installcheck: installcheck-subdir
|
1997-08-22 00:57:35 +02:00
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
@host_makefile_frag@
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
INCDIR=$(srcdir)/$(MULTISRCTOP)../include
|
|
|
|
|
2008-10-22 15:30:19 +02:00
|
|
|
COMPILE.c = $(CC) -c @DEFS@ $(CFLAGS) $(CPPFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
|
2004-01-22 20:10:56 +01:00
|
|
|
|
|
|
|
# Just to make sure we don't use a built-in rule with VPATH
|
1997-08-22 00:57:35 +02:00
|
|
|
.c.o:
|
2004-01-22 20:10:56 +01:00
|
|
|
false
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
# NOTE: If you add new files to the library, add them to this list
|
2004-12-27 22:00:12 +01:00
|
|
|
# (alphabetical), and add them to REQUIRED_OFILES, or
|
|
|
|
# CONFIGURED_OFILES and funcs in configure.ac. Also run "make maint-deps"
|
|
|
|
# to build the new rules.
|
2002-01-22 21:03:29 +01:00
|
|
|
CFILES = alloca.c argv.c asprintf.c atexit.c \
|
|
|
|
basename.c bcmp.c bcopy.c bsearch.c bzero.c \
|
|
|
|
calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
|
2009-07-25 01:22:41 +02:00
|
|
|
cp-demint.c cplus-dem.c crc32.c \
|
2002-01-22 21:03:29 +01:00
|
|
|
dyn-string.c \
|
2007-03-29 22:55:09 +02:00
|
|
|
fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \
|
|
|
|
fnmatch.c fopen_unlocked.c \
|
2002-01-22 21:03:29 +01:00
|
|
|
getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \
|
2005-03-10 01:57:10 +01:00
|
|
|
gettimeofday.c \
|
2002-01-22 21:03:29 +01:00
|
|
|
hashtab.c hex.c \
|
|
|
|
index.c insque.c \
|
|
|
|
lbasename.c \
|
2003-02-20 23:11:13 +01:00
|
|
|
lrealpath.c \
|
2002-11-22 21:01:07 +01:00
|
|
|
make-relative-prefix.c \
|
2009-03-27 23:38:23 +01:00
|
|
|
make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmem.c \
|
|
|
|
memmove.c mempcpy.c memset.c mkstemps.c \
|
2002-01-22 21:03:29 +01:00
|
|
|
objalloc.c obstack.c \
|
pex-common.c: New file.
libiberty:
* pex-common.c: New file.
* pex-one.c: New file.
* pexecute.c: New file.
* pex-common.h: Include <stdio.h>.
(struct pex_obj): Define.
(struct pex_funcs): Define.
(pex_init_common): Declare.
* pex-unix.c: Rewrite.
* pex-win32.c: Rewrite.
* pex-djgpp.c: Rewrite.
* pex-msdos.c: Rewrite.
* testsuite/text-pexecute.c: New file.
* pexecute.txh: Rewrite.
* configure.ac: Check for wait3 and wait4. Set CHECK to
really-check rather than check-cplus-dem.
* functions.texi: Rebuild.
* Makefile.in: Rebuild dependencies.
(CFILES): Add pexecute.c, pex-common.c, pex-one.c.
(REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
* testsuite/Makefile.in (really-check): New target.
(check-pexecute, test-pexecute): New targets.
* configure: Rebuild.
include:
* libiberty.h: Include <stdio.h>.
(PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
(PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
(PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
(pex_init, pex_run, pex_read_output): Declare.
(pex_get_status, pex_get_times, pex_free, pex_one): Declare.
(struct pex_time): Define.
From-SVN: r97148
2005-03-29 04:08:46 +02:00
|
|
|
partition.c pexecute.c \
|
|
|
|
pex-common.c pex-djgpp.c pex-msdos.c pex-one.c \
|
Makefile.in (CFILES): Add pex-*.c.
* Makefile.in (CFILES): Add pex-*.c.
(REQUIRED_OFILES): Change pexecute.o to @pexecute@
(CONFIGURED_OFILES): Add pex-*.o.
(TEXIFILES): Add pexecute.txh.
(pexecute.o): Delete rule.
(pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
pex-unix.o, pex-win32.o): New rules.
* configure.in: Change AC_INIT argument to xmalloc.c.
Compute appropriate pexecute implementation and substitute it
as @pexecute@.
* pexecute.c: Split up into...
* pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
new files.
* functions.texi: Regenerate.
* configure: Regenerate.
From-SVN: r61728
2003-01-24 21:02:11 +01:00
|
|
|
pex-unix.c pex-win32.c \
|
2003-02-21 01:27:04 +01:00
|
|
|
physmem.c putenv.c \
|
2002-01-22 21:03:29 +01:00
|
|
|
random.c regex.c rename.c rindex.c \
|
2008-03-25 01:54:53 +01:00
|
|
|
safe-ctype.c setenv.c sha1.c sigsetmask.c snprintf.c sort.c \
|
|
|
|
spaces.c splay-tree.c stpcpy.c stpncpy.c strcasecmp.c \
|
|
|
|
strchr.c strdup.c strerror.c strncasecmp.c strncmp.c \
|
|
|
|
strrchr.c strsignal.c strstr.c strtod.c strtol.c strtoul.c \
|
|
|
|
strndup.c strverscmp.c \
|
2007-07-25 08:26:45 +02:00
|
|
|
tmpnam.c \
|
2005-03-01 10:23:26 +01:00
|
|
|
unlink-if-ordinary.c \
|
2003-04-17 00:42:07 +02:00
|
|
|
vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
|
2002-01-22 21:03:29 +01:00
|
|
|
waitpid.c \
|
2005-03-25 05:41:41 +01:00
|
|
|
xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
|
|
|
|
xstrndup.c
|
2002-01-22 21:03:29 +01:00
|
|
|
|
|
|
|
# These are always included in the library. The first four are listed
|
|
|
|
# first and by compile time to optimize parallel builds.
|
2008-03-25 01:54:53 +01:00
|
|
|
REQUIRED_OFILES = \
|
|
|
|
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o \
|
2004-03-18 02:40:15 +01:00
|
|
|
./alloca.o ./argv.o \
|
2009-07-25 01:22:41 +02:00
|
|
|
./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o \
|
2004-01-22 20:10:56 +01:00
|
|
|
./dyn-string.o \
|
2007-03-29 22:55:09 +02:00
|
|
|
./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o \
|
|
|
|
./fnmatch.o ./fopen_unlocked.o \
|
2004-03-18 02:40:15 +01:00
|
|
|
./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o \
|
|
|
|
./hashtab.o ./hex.o \
|
|
|
|
./lbasename.o ./lrealpath.o \
|
|
|
|
./make-relative-prefix.o ./make-temp-file.o \
|
|
|
|
./objalloc.o ./obstack.o \
|
pex-common.c: New file.
libiberty:
* pex-common.c: New file.
* pex-one.c: New file.
* pexecute.c: New file.
* pex-common.h: Include <stdio.h>.
(struct pex_obj): Define.
(struct pex_funcs): Define.
(pex_init_common): Declare.
* pex-unix.c: Rewrite.
* pex-win32.c: Rewrite.
* pex-djgpp.c: Rewrite.
* pex-msdos.c: Rewrite.
* testsuite/text-pexecute.c: New file.
* pexecute.txh: Rewrite.
* configure.ac: Check for wait3 and wait4. Set CHECK to
really-check rather than check-cplus-dem.
* functions.texi: Rebuild.
* Makefile.in: Rebuild dependencies.
(CFILES): Add pexecute.c, pex-common.c, pex-one.c.
(REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
* testsuite/Makefile.in (really-check): New target.
(check-pexecute, test-pexecute): New targets.
* configure: Rebuild.
include:
* libiberty.h: Include <stdio.h>.
(PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
(PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
(PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
(pex_init, pex_run, pex_read_output): Declare.
(pex_get_status, pex_get_times, pex_free, pex_one): Declare.
(struct pex_time): Define.
From-SVN: r97148
2005-03-29 04:08:46 +02:00
|
|
|
./partition.o ./pexecute.o ./physmem.o \
|
|
|
|
./pex-common.o ./pex-one.o @pexecute@ \
|
2004-03-18 02:40:15 +01:00
|
|
|
./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o \
|
2004-01-22 20:10:56 +01:00
|
|
|
./strsignal.o \
|
2005-03-01 10:23:26 +01:00
|
|
|
./unlink-if-ordinary.o \
|
2004-03-18 02:40:15 +01:00
|
|
|
./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o \
|
2005-03-25 05:41:41 +01:00
|
|
|
./xstrerror.o ./xstrndup.o
|
aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
libiberty:
* aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
* configure.in: Replace all alloca logic with a simple use of
the above new macro.
* config.table: Kill *-*-beos* entry.
* config/mh-beos: Delete.
* configure, config.in: Regenerate.
* Makefile.in (ALLOCA, HFILES): Kill.
(REQUIRED_OFILES): Add alloca.o.
(alloca.o): Depend on libiberty.h.
(argv.o): Don't depend on alloca-conf.h.
* alloca-conf.h: Delete.
* alloca.c: Include libiberty.h. Kill all #ifdef emacs
blocks. Provide the C alloca unconditionally. Use PTR where
appropriate. Make i00afunc static.
* argv.c: Don't include alloca-conf.h.
include:
* libiberty.h: Prototype C_alloca; define alloca to either
__builtin_alloca or C_alloca as appropriate.
gcc:
* aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE
AC_FUNC_ALLOCA.
* configure, config.in: Regenerate.
* config.gcc: Remove references to deleted files.
* genattr.c, genattrtab.c, genextract.c, genoutput.c,
genrecog.c, rtl.c: Do not use alloca anywhere.
* Makefile.in, build-make, system.h, config/x-interix,
config/x-svr4, config/xm-interix.h, config/xm-openbsd.h,
config/alpha/xm-alpha.h, config/alpha/xm-vms.h,
config/arc/xm-arc.h, config/arm/xm-arm.h,
config/d30v/xm-d30v.h, config/dsp16xx/xm-dsp16xx.h,
config/h8300/xm-h8300.h, config/i370/x-oe,
config/i370/xm-linux.h, config/i386/x-aix, config/i386/x-beos,
config/i386/x-ncr3000, config/i386/x-sco5,
config/i386/xm-dgux.h, config/i860/x-sysv4,
config/i960/xm-i960.h, config/m32r/xm-m32r.h,
config/m68k/x-crds, config/m68k/x-dpx2, config/m68k/x-hp320,
config/m68k/x-hp320g, config/m69k/x-mot3300,
config/m68k/x-mot3300-gas, config/m68k/xm-amix.h,
config/m68k/xm-hp320.h, config/m68k/xm-m68kv.h,
config/m68k/xm-mot3300.h, config/m88k/x-dolph,
config/m88k/x-sysv4, config/m88k/x-tekXD88,
config/m88k/xm-m88k.h, config/mcore/xm-mcore.h,
config/mips/x-iris, config/mips/x-iris3,
config/mips/x-sni-svr4, config/mips/x-sysv,
config/mips/xm-iris6.h, config/mips/xm-mips.h,
config/mips/xm-nws3250v4.h, config/pa/x-hpux,
config/pa/x-pa-mpeix, config/pa/xm-pa.h,
config/pa/xm-pa64hpux.h, config/pa/xm-pahpux.h,
config/pa/xm-papro.h, config/romp/xm-romp.h,
config/rs6000/x-aix31, config/rs6000/x-aix41,
config/rs6000/x-beos, config/rs6000/x-lynx,
config/rs6000/x-mach, config/rs6000/x-rs6000,
config/rs6000/x-sysv4, config/rs6000/xm-rs6000.h,
config/rs6000/xm-sysv4.h, config/sh/xm-sh.h,
config/sparc/x-sysv4, config/sparc/xm-linux.h,
config/sparc/xm-pbd.h, config/sparc/xm-sparc.h,
config/vax/xm-vms.h: Eradicate all references to alloca and
related stuff.
* config/xm-alloca.h, config/clipper/x-clix,
config/i386/xm-sysv4.h, config/i860/x-fx2800,
config/i860/x-sysv3, config/m88k/x-sysv3,
config/sparc/xm-sol2.h, config/we32k/x-we32k: Delete
(contained only alloca related hacks).
* config/i386/xm-beos.h, config/rs6000/xm-beos.h: Just define
USE_C_ALLOCA.
From-SVN: r40259
2001-03-06 10:52:35 +01:00
|
|
|
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
# These are all the objects that configure may add to the library via
|
2002-01-22 21:03:29 +01:00
|
|
|
# $funcs or EXTRA_OFILES. This list exists here only for "make
|
|
|
|
# maint-missing" and "make check".
|
2004-03-18 02:40:15 +01:00
|
|
|
CONFIGURED_OFILES = ./asprintf.o ./atexit.o \
|
|
|
|
./basename.o ./bcmp.o ./bcopy.o ./bsearch.o ./bzero.o \
|
|
|
|
./calloc.o ./clock.o ./copysign.o \
|
2004-01-22 20:10:56 +01:00
|
|
|
./_doprnt.o \
|
|
|
|
./ffs.o \
|
2005-03-10 01:57:10 +01:00
|
|
|
./getcwd.o ./getpagesize.o ./gettimeofday.o \
|
2004-01-22 20:10:56 +01:00
|
|
|
./index.o ./insque.o \
|
2009-03-27 23:38:23 +01:00
|
|
|
./memchr.o ./memcmp.o ./memcpy.o ./memmem.o ./memmove.o \
|
|
|
|
./mempcpy.o ./memset.o ./mkstemps.o \
|
2005-03-09 22:27:11 +01:00
|
|
|
./pex-djgpp.o ./pex-msdos.o \
|
2004-03-18 02:40:15 +01:00
|
|
|
./pex-unix.o ./pex-win32.o \
|
2004-01-22 20:10:56 +01:00
|
|
|
./putenv.o \
|
2004-03-18 02:40:15 +01:00
|
|
|
./random.o ./rename.o ./rindex.o \
|
|
|
|
./setenv.o ./sigsetmask.o ./snprintf.o ./stpcpy.o ./stpncpy.o \
|
|
|
|
./strcasecmp.o ./strchr.o ./strdup.o ./strncasecmp.o \
|
2005-03-25 05:41:41 +01:00
|
|
|
./strncmp.o ./strndup.o ./strrchr.o ./strstr.o \
|
2005-06-21 02:24:59 +02:00
|
|
|
./strtod.o ./strtol.o ./strtoul.o ./strverscmp.o \
|
2004-01-22 20:10:56 +01:00
|
|
|
./tmpnam.o \
|
2004-03-18 02:40:15 +01:00
|
|
|
./vasprintf.o ./vfork.o ./vfprintf.o ./vprintf.o ./vsnprintf.o \
|
|
|
|
./vsprintf.o \
|
2004-01-22 20:10:56 +01:00
|
|
|
./waitpid.o
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
|
2002-03-04 22:41:06 +01:00
|
|
|
# These files are installed if the library has been configured to do so.
|
|
|
|
INSTALLED_HEADERS = \
|
|
|
|
$(INCDIR)/ansidecl.h \
|
|
|
|
$(INCDIR)/demangle.h \
|
|
|
|
$(INCDIR)/dyn-string.h \
|
|
|
|
$(INCDIR)/fibheap.h \
|
|
|
|
$(INCDIR)/floatformat.h \
|
|
|
|
$(INCDIR)/hashtab.h \
|
|
|
|
$(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/objalloc.h \
|
|
|
|
$(INCDIR)/partition.h \
|
|
|
|
$(INCDIR)/safe-ctype.h \
|
|
|
|
$(INCDIR)/sort.h \
|
2007-07-25 08:26:45 +02:00
|
|
|
$(INCDIR)/splay-tree.h
|
2002-03-04 22:41:06 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
|
|
|
|
-rm -f $(TARGETLIB) pic/$(TARGETLIB)
|
|
|
|
$(AR) $(AR_FLAGS) $(TARGETLIB) \
|
|
|
|
$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
|
|
|
|
$(RANLIB) $(TARGETLIB)
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
cd pic; \
|
2001-10-20 07:39:06 +02:00
|
|
|
$(AR) $(AR_FLAGS) $(TARGETLIB) \
|
|
|
|
$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
|
|
|
|
$(RANLIB) $(TARGETLIB); \
|
|
|
|
cd ..; \
|
|
|
|
else true; fi
|
1997-08-22 00:57:35 +02:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
$(TESTLIB): $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
|
|
|
|
-rm -f $(TESTLIB)
|
|
|
|
$(AR) $(AR_FLAGS) $(TESTLIB) \
|
|
|
|
$(REQUIRED_OFILES) $(CONFIGURED_OFILES)
|
|
|
|
$(RANLIB) $(TESTLIB)
|
2002-01-22 21:03:29 +01:00
|
|
|
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
info: libiberty.info info-subdir
|
|
|
|
install-info: install-info-subdir
|
|
|
|
clean-info: clean-info-subdir
|
|
|
|
dvi: libiberty.dvi dvi-subdir
|
2007-03-02 00:47:02 +01:00
|
|
|
|
|
|
|
LIBIBERTY_PDFFILES = libiberty.pdf
|
|
|
|
|
|
|
|
pdf: $(LIBIBERTY_PDFFILES) pdf-subdir
|
|
|
|
|
|
|
|
.PHONY: install-pdf
|
|
|
|
|
|
|
|
pdf__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
|
|
|
|
install-pdf: $(LIBIBERTY_PDFFILES)
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
test -z "$(pdfdir)" || $(mkinstalldirs) "$(DESTDIR)$(pdfdir)"
|
|
|
|
@list='$(LIBIBERTY_PDFFILES)'; for p in $$list; do \
|
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
f=$(pdf__strip_dir) \
|
|
|
|
echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \
|
|
|
|
$(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \
|
|
|
|
done
|
2006-04-07 01:54:50 +02:00
|
|
|
|
|
|
|
# html, install-html targets
|
|
|
|
HTMLS = libiberty.html
|
|
|
|
|
|
|
|
html: $(HTMLS)
|
|
|
|
|
2009-08-23 21:05:09 +02:00
|
|
|
.PHONY: install-html install-html-am
|
2006-04-07 01:54:50 +02:00
|
|
|
|
|
|
|
NORMAL_INSTALL = :
|
|
|
|
mkdir_p = mkdir -p --
|
|
|
|
|
|
|
|
html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
|
2009-08-23 21:05:09 +02:00
|
|
|
install-html: install-html-am
|
2006-04-07 01:54:50 +02:00
|
|
|
|
|
|
|
install-html-am: $(HTMLS)
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
|
|
|
|
@list='$(HTMLS)'; for p in $$list; do \
|
|
|
|
if test -f "$$p" || test -d "$$p"; then d=""; else d="$(srcdir)/"; fi; \
|
|
|
|
f=$(html__strip_dir) \
|
|
|
|
if test -d "$$d$$p"; then \
|
|
|
|
echo " $(mkdir_p) '$(DESTDIR)$(htmldir)/$$f'"; \
|
|
|
|
$(mkdir_p) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
|
|
|
|
echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
|
|
|
|
$(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f"; \
|
|
|
|
else \
|
|
|
|
echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
|
|
|
|
$(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
|
|
|
|
fi; \
|
|
|
|
done
|
|
|
|
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
TEXISRC = \
|
|
|
|
$(srcdir)/libiberty.texi \
|
|
|
|
$(srcdir)/copying-lib.texi \
|
|
|
|
$(srcdir)/obstacks.texi \
|
|
|
|
$(srcdir)/functions.texi
|
|
|
|
|
|
|
|
# Additional files that have texi snippets that need to be collected
|
Makefile.in (TEXIFILES): Add fnmatch.txh.
* Makefile.in (TEXIFILES): Add fnmatch.txh.
(maint-undoc): New.
maint-tool: Add "undoc" tool.
* alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
documentation.
* fnmatch.txh: New.
* functions.texi: Regenerate.
From-SVN: r46274
2001-10-16 04:50:13 +02:00
|
|
|
# and sorted. Some are here because the sources are imported from
|
|
|
|
# elsewhere. Others represent headers in ../include.
|
Makefile.in (CFILES): Add pex-*.c.
* Makefile.in (CFILES): Add pex-*.c.
(REQUIRED_OFILES): Change pexecute.o to @pexecute@
(CONFIGURED_OFILES): Add pex-*.o.
(TEXIFILES): Add pexecute.txh.
(pexecute.o): Delete rule.
(pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
pex-unix.o, pex-win32.o): New rules.
* configure.in: Change AC_INIT argument to xmalloc.c.
Compute appropriate pexecute implementation and substitute it
as @pexecute@.
* pexecute.c: Split up into...
* pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
new files.
* functions.texi: Regenerate.
* configure: Regenerate.
From-SVN: r61728
2003-01-24 21:02:11 +01:00
|
|
|
TEXIFILES = fnmatch.txh pexecute.txh
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
|
|
|
|
libiberty.info : $(srcdir)/libiberty.texi $(TEXISRC)
|
|
|
|
$(MAKEINFO) -I$(srcdir) $(srcdir)/libiberty.texi
|
|
|
|
|
|
|
|
libiberty.dvi : $(srcdir)/libiberty.texi $(TEXISRC)
|
|
|
|
texi2dvi $(srcdir)/libiberty.texi
|
|
|
|
|
2006-10-11 01:48:09 +02:00
|
|
|
libiberty.pdf : $(srcdir)/libiberty.texi $(TEXISRC)
|
|
|
|
texi2pdf $(srcdir)/libiberty.texi
|
|
|
|
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
|
2004-11-13 07:34:59 +01:00
|
|
|
$(MAKEINFO) --no-split --html -I$(srcdir) -o $@ $<
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
|
|
|
|
@MAINT@$(srcdir)/functions.texi : stamp-functions
|
|
|
|
@MAINT@ @true
|
|
|
|
|
2005-06-21 02:24:59 +02:00
|
|
|
@MAINT@stamp-functions : $(CFILES:%=$(srcdir)/%) $(TEXIFILES:%=$(srcdir)/%) $(srcdir)/gather-docs Makefile
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
@MAINT@@HAVE_PERL@ $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
|
|
|
|
@MAINT@ echo stamp > stamp-functions
|
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
INSTALL_DEST = @INSTALL_DEST@
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
install: install_to_$(INSTALL_DEST) install-subdir
|
1997-08-22 00:57:35 +02:00
|
|
|
|
2007-03-01 16:30:27 +01:00
|
|
|
# This is tricky. Even though CC in the Makefile contains
|
|
|
|
# multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
|
2008-10-15 14:40:05 +02:00
|
|
|
# default multilib, so we have to take CFLAGS into account as well,
|
2007-03-01 16:30:27 +01:00
|
|
|
# since it will be passed the multilib flags.
|
2008-10-15 14:40:05 +02:00
|
|
|
MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory`
|
1997-08-22 00:57:35 +02:00
|
|
|
install_to_libdir: all
|
2007-03-01 16:30:27 +01:00
|
|
|
${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR)
|
|
|
|
$(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n
|
|
|
|
( cd $(DESTDIR)$(libdir)/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n ;$(RANLIB) $(TARGETLIB)n )
|
|
|
|
mv -f $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)
|
2002-03-04 22:41:06 +01:00
|
|
|
if test -n "${target_header_dir}"; then \
|
|
|
|
case "${target_header_dir}" in \
|
|
|
|
/*) thd=${target_header_dir};; \
|
2007-03-01 16:30:27 +01:00
|
|
|
*) thd=${includedir}/${target_header_dir};; \
|
2002-03-04 22:41:06 +01:00
|
|
|
esac; \
|
2002-06-22 12:57:46 +02:00
|
|
|
${mkinstalldirs} $(DESTDIR)$${thd}; \
|
2002-03-04 22:41:06 +01:00
|
|
|
for h in ${INSTALLED_HEADERS}; do \
|
2002-06-22 12:57:46 +02:00
|
|
|
${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
|
2002-03-04 22:41:06 +01:00
|
|
|
done; \
|
|
|
|
fi
|
1997-08-22 00:57:35 +02:00
|
|
|
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
|
|
|
|
|
|
|
install_to_tooldir: all
|
2003-03-23 11:15:50 +01:00
|
|
|
${mkinstalldirs} $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)
|
|
|
|
$(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n
|
2006-07-04 22:20:01 +02:00
|
|
|
( cd $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n; $(RANLIB) $(TARGETLIB)n )
|
2003-03-23 11:15:50 +01:00
|
|
|
mv -f $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)
|
1997-08-22 00:57:35 +02:00
|
|
|
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
# required-list was used when building a shared bfd/opcodes/libiberty
|
|
|
|
# library. I don't know if it used by anything currently.
|
1997-08-22 00:57:35 +02:00
|
|
|
required-list: Makefile
|
|
|
|
echo $(REQUIRED_OFILES) > required-list
|
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
stamp-picdir:
|
|
|
|
if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
|
|
|
|
mkdir pic; \
|
|
|
|
else true; fi
|
|
|
|
touch stamp-picdir
|
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
.PHONY: all etags tags ls clean stage1 stage2
|
1997-08-22 00:57:35 +02:00
|
|
|
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
etags tags: TAGS etags-subdir
|
1997-08-22 00:57:35 +02:00
|
|
|
|
aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
libiberty:
* aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
* configure.in: Replace all alloca logic with a simple use of
the above new macro.
* config.table: Kill *-*-beos* entry.
* config/mh-beos: Delete.
* configure, config.in: Regenerate.
* Makefile.in (ALLOCA, HFILES): Kill.
(REQUIRED_OFILES): Add alloca.o.
(alloca.o): Depend on libiberty.h.
(argv.o): Don't depend on alloca-conf.h.
* alloca-conf.h: Delete.
* alloca.c: Include libiberty.h. Kill all #ifdef emacs
blocks. Provide the C alloca unconditionally. Use PTR where
appropriate. Make i00afunc static.
* argv.c: Don't include alloca-conf.h.
include:
* libiberty.h: Prototype C_alloca; define alloca to either
__builtin_alloca or C_alloca as appropriate.
gcc:
* aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE
AC_FUNC_ALLOCA.
* configure, config.in: Regenerate.
* config.gcc: Remove references to deleted files.
* genattr.c, genattrtab.c, genextract.c, genoutput.c,
genrecog.c, rtl.c: Do not use alloca anywhere.
* Makefile.in, build-make, system.h, config/x-interix,
config/x-svr4, config/xm-interix.h, config/xm-openbsd.h,
config/alpha/xm-alpha.h, config/alpha/xm-vms.h,
config/arc/xm-arc.h, config/arm/xm-arm.h,
config/d30v/xm-d30v.h, config/dsp16xx/xm-dsp16xx.h,
config/h8300/xm-h8300.h, config/i370/x-oe,
config/i370/xm-linux.h, config/i386/x-aix, config/i386/x-beos,
config/i386/x-ncr3000, config/i386/x-sco5,
config/i386/xm-dgux.h, config/i860/x-sysv4,
config/i960/xm-i960.h, config/m32r/xm-m32r.h,
config/m68k/x-crds, config/m68k/x-dpx2, config/m68k/x-hp320,
config/m68k/x-hp320g, config/m69k/x-mot3300,
config/m68k/x-mot3300-gas, config/m68k/xm-amix.h,
config/m68k/xm-hp320.h, config/m68k/xm-m68kv.h,
config/m68k/xm-mot3300.h, config/m88k/x-dolph,
config/m88k/x-sysv4, config/m88k/x-tekXD88,
config/m88k/xm-m88k.h, config/mcore/xm-mcore.h,
config/mips/x-iris, config/mips/x-iris3,
config/mips/x-sni-svr4, config/mips/x-sysv,
config/mips/xm-iris6.h, config/mips/xm-mips.h,
config/mips/xm-nws3250v4.h, config/pa/x-hpux,
config/pa/x-pa-mpeix, config/pa/xm-pa.h,
config/pa/xm-pa64hpux.h, config/pa/xm-pahpux.h,
config/pa/xm-papro.h, config/romp/xm-romp.h,
config/rs6000/x-aix31, config/rs6000/x-aix41,
config/rs6000/x-beos, config/rs6000/x-lynx,
config/rs6000/x-mach, config/rs6000/x-rs6000,
config/rs6000/x-sysv4, config/rs6000/xm-rs6000.h,
config/rs6000/xm-sysv4.h, config/sh/xm-sh.h,
config/sparc/x-sysv4, config/sparc/xm-linux.h,
config/sparc/xm-pbd.h, config/sparc/xm-sparc.h,
config/vax/xm-vms.h: Eradicate all references to alloca and
related stuff.
* config/xm-alloca.h, config/clipper/x-clix,
config/i386/xm-sysv4.h, config/i860/x-fx2800,
config/i860/x-sysv3, config/m88k/x-sysv3,
config/sparc/xm-sol2.h, config/we32k/x-we32k: Delete
(contained only alloca related hacks).
* config/i386/xm-beos.h, config/rs6000/xm-beos.h: Just define
USE_C_ALLOCA.
From-SVN: r40259
2001-03-06 10:52:35 +01:00
|
|
|
TAGS: $(CFILES)
|
|
|
|
etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
# The standalone demangler (c++filt) has been moved to binutils.
|
2009-09-30 05:01:30 +02:00
|
|
|
# But make this target work anyway for demangler hacking.
|
|
|
|
demangle: $(ALL) $(srcdir)/cp-demangle.c
|
1997-08-22 00:57:35 +02:00
|
|
|
@echo "The standalone demangler, now named c++filt, is now"
|
|
|
|
@echo "a part of binutils."
|
2009-09-30 05:01:30 +02:00
|
|
|
$(CC) @DEFS@ $(CFLAGS) $(CPPFLAGS) -I. -I$(INCDIR) $(HDEFINES) \
|
|
|
|
$(srcdir)/cp-demangle.c -DSTANDALONE_DEMANGLER $(TARGETLIB) -o $@
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
ls:
|
aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
libiberty:
* aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
* configure.in: Replace all alloca logic with a simple use of
the above new macro.
* config.table: Kill *-*-beos* entry.
* config/mh-beos: Delete.
* configure, config.in: Regenerate.
* Makefile.in (ALLOCA, HFILES): Kill.
(REQUIRED_OFILES): Add alloca.o.
(alloca.o): Depend on libiberty.h.
(argv.o): Don't depend on alloca-conf.h.
* alloca-conf.h: Delete.
* alloca.c: Include libiberty.h. Kill all #ifdef emacs
blocks. Provide the C alloca unconditionally. Use PTR where
appropriate. Make i00afunc static.
* argv.c: Don't include alloca-conf.h.
include:
* libiberty.h: Prototype C_alloca; define alloca to either
__builtin_alloca or C_alloca as appropriate.
gcc:
* aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE
AC_FUNC_ALLOCA.
* configure, config.in: Regenerate.
* config.gcc: Remove references to deleted files.
* genattr.c, genattrtab.c, genextract.c, genoutput.c,
genrecog.c, rtl.c: Do not use alloca anywhere.
* Makefile.in, build-make, system.h, config/x-interix,
config/x-svr4, config/xm-interix.h, config/xm-openbsd.h,
config/alpha/xm-alpha.h, config/alpha/xm-vms.h,
config/arc/xm-arc.h, config/arm/xm-arm.h,
config/d30v/xm-d30v.h, config/dsp16xx/xm-dsp16xx.h,
config/h8300/xm-h8300.h, config/i370/x-oe,
config/i370/xm-linux.h, config/i386/x-aix, config/i386/x-beos,
config/i386/x-ncr3000, config/i386/x-sco5,
config/i386/xm-dgux.h, config/i860/x-sysv4,
config/i960/xm-i960.h, config/m32r/xm-m32r.h,
config/m68k/x-crds, config/m68k/x-dpx2, config/m68k/x-hp320,
config/m68k/x-hp320g, config/m69k/x-mot3300,
config/m68k/x-mot3300-gas, config/m68k/xm-amix.h,
config/m68k/xm-hp320.h, config/m68k/xm-m68kv.h,
config/m68k/xm-mot3300.h, config/m88k/x-dolph,
config/m88k/x-sysv4, config/m88k/x-tekXD88,
config/m88k/xm-m88k.h, config/mcore/xm-mcore.h,
config/mips/x-iris, config/mips/x-iris3,
config/mips/x-sni-svr4, config/mips/x-sysv,
config/mips/xm-iris6.h, config/mips/xm-mips.h,
config/mips/xm-nws3250v4.h, config/pa/x-hpux,
config/pa/x-pa-mpeix, config/pa/xm-pa.h,
config/pa/xm-pa64hpux.h, config/pa/xm-pahpux.h,
config/pa/xm-papro.h, config/romp/xm-romp.h,
config/rs6000/x-aix31, config/rs6000/x-aix41,
config/rs6000/x-beos, config/rs6000/x-lynx,
config/rs6000/x-mach, config/rs6000/x-rs6000,
config/rs6000/x-sysv4, config/rs6000/xm-rs6000.h,
config/rs6000/xm-sysv4.h, config/sh/xm-sh.h,
config/sparc/x-sysv4, config/sparc/xm-linux.h,
config/sparc/xm-pbd.h, config/sparc/xm-sparc.h,
config/vax/xm-vms.h: Eradicate all references to alloca and
related stuff.
* config/xm-alloca.h, config/clipper/x-clix,
config/i386/xm-sysv4.h, config/i860/x-fx2800,
config/i860/x-sysv3, config/m88k/x-sysv3,
config/sparc/xm-sol2.h, config/we32k/x-we32k: Delete
(contained only alloca related hacks).
* config/i386/xm-beos.h, config/rs6000/xm-beos.h: Just define
USE_C_ALLOCA.
From-SVN: r40259
2001-03-06 10:52:35 +01:00
|
|
|
@echo Makefile $(CFILES)
|
1997-08-22 00:57:35 +02:00
|
|
|
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
# Various targets for maintainers.
|
|
|
|
|
|
|
|
maint-missing :
|
2004-12-27 22:00:12 +01:00
|
|
|
@$(PERL) $(srcdir)/maint-tool -s $(srcdir) missing $(CFILES) $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
maint-buildall : $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
@true
|
|
|
|
|
Makefile.in (TEXIFILES): Add fnmatch.txh.
* Makefile.in (TEXIFILES): Add fnmatch.txh.
(maint-undoc): New.
maint-tool: Add "undoc" tool.
* alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
documentation.
* fnmatch.txh: New.
* functions.texi: Regenerate.
From-SVN: r46274
2001-10-16 04:50:13 +02:00
|
|
|
maint-undoc : $(srcdir)/functions.texi
|
|
|
|
@$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc
|
|
|
|
|
2002-01-22 21:03:29 +01:00
|
|
|
maint-deps :
|
|
|
|
@$(PERL) $(srcdir)/maint-tool -s $(srcdir) deps $(INCDIR)
|
|
|
|
|
1997-08-22 00:57:35 +02:00
|
|
|
# Need to deal with profiled libraries, too.
|
|
|
|
|
1999-10-28 10:26:42 +02:00
|
|
|
# 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.
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
mostlyclean: mostlyclean-subdir
|
2004-12-27 22:00:12 +01:00
|
|
|
-rm -rf *.o pic core errs \#* *.E a.out
|
2009-04-26 04:23:29 +02:00
|
|
|
-rm -f errors dummy config.h stamp-*
|
|
|
|
-rm -f $(CONFIG_H) stamp-picdir
|
configure.in (MAKEINFO, PERL): Detect these.
* configure.in (MAKEINFO, PERL): Detect these.
(--enable-maintainer-mode): Add.
* configure: Regenerate.
* Makefile.in (MAKEINFO, PERL): Define.
(libiberty.info, libiberty.dvi, libiberty.html): New.
(CFILES): Add bsearch.c.
(CONFIGURED_OFILES): New, list of objects configure might add.
(maint-missing, maint-buildall): New, for maintainers only.
(clean, mostlyclean): Add info/dvi/html files.
* libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
* gather-docs: New, for maintainers.
* maint-tool: New, for maintainers.
* alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
documentation.
Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
From-SVN: r45828
2001-09-26 20:16:17 +02:00
|
|
|
-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.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
|
|
|
|
-rm -f libtexi.stamp
|
1997-08-22 00:57:35 +02:00
|
|
|
@$(MULTICLEAN) multi-clean DO=mostlyclean
|
1999-10-28 10:26:42 +02:00
|
|
|
clean: clean-subdir
|
|
|
|
$(MAKE) SUBDIRS="" mostlyclean
|
2000-12-09 00:18:00 +01:00
|
|
|
-rm -f *.a required-list tmpmulti.out
|
2006-10-11 01:48:09 +02:00
|
|
|
-rm -f libiberty.dvi libiberty.pdf libiberty.info* libiberty.html
|
1997-08-22 00:57:35 +02:00
|
|
|
@$(MULTICLEAN) multi-clean DO=clean
|
1999-10-28 10:26:42 +02:00
|
|
|
distclean: distclean-subdir
|
|
|
|
$(MAKE) SUBDIRS="" clean
|
1997-08-22 00:57:35 +02:00
|
|
|
@$(MULTICLEAN) multi-clean DO=distclean
|
2004-01-14 22:27:28 +01:00
|
|
|
-rm -f *~ Makefile config.cache config.status xhost-mkfrag TAGS multilib.out
|
2000-12-09 00:18:00 +01:00
|
|
|
-rm -f config.log
|
2000-12-07 23:04:07 +01:00
|
|
|
-rmdir testsuite 2>/dev/null
|
1999-10-28 10:26:42 +02:00
|
|
|
maintainer-clean realclean: maintainer-clean-subdir
|
|
|
|
$(MAKE) SUBDIRS="" distclean
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
force:
|
|
|
|
|
1998-05-16 01:42:58 +02:00
|
|
|
Makefile: $(srcdir)/Makefile.in config.status
|
|
|
|
CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
2001-11-26 22:24:43 +01:00
|
|
|
# Depending on Makefile makes sure that config.status has been re-run
|
|
|
|
# if needed. This prevents problems with parallel builds.
|
1998-05-16 01:42:58 +02:00
|
|
|
config.h: stamp-h ; @true
|
2004-01-22 20:10:56 +01:00
|
|
|
stamp-h: $(srcdir)/config.in config.status Makefile
|
|
|
|
CONFIG_FILES= CONFIG_HEADERS=config.h:$(srcdir)/config.in $(SHELL) ./config.status
|
1998-05-16 01:42:58 +02:00
|
|
|
|
2005-07-07 04:14:19 +02:00
|
|
|
config.status: $(srcdir)/configure
|
1998-05-16 01:42:58 +02:00
|
|
|
$(SHELL) ./config.status --recheck
|
1997-08-22 00:57:35 +02:00
|
|
|
|
Makefile.in (AUTOCONF, [...]): New variables.
fixincludes/
* Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
New variables.
($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
Use them.
gcc/
* Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps):
New variables.
($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules.
(AUTOHEADER): New variable.
($(srcdir)/cstamp-h.in): Use it.
gnattools/
* Makefile.in (AUTOCONF, configure_deps): New variables.
($(srcdir)/configure): Use them.
libada/
* Makefile.in (AUTOCONF, configure_deps): New variables.
($(srcdir)/configure)): Use them. Also depend on multi.m4.
libgcc/
* configure.ac: Add snippet for maintainer-mode.
* configure: Regenerate.
* Makefile.in (AUTOCONF, configure_deps): New variables.
($(srcdir)/configure)): New rule, active only with maintainer
mode turned on.
libiberty/
* Makefile.in (AUTOCONF, configure_deps): New variables.
($(srcdir)/configure): New rule, active only in maintainer mode.
libobjc/
* Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps):
New variables.
($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules.
intl/
* Makefile.in (aclocal_deps): New variable.
($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
libdecnumber/
* Makefile.in (aclocal_deps): New variable.
($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
From-SVN: r150277
2009-07-31 00:33:49 +02:00
|
|
|
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)
|
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
# Depending on config.h makes sure that config.status has been re-run
|
2001-11-26 22:24:43 +01:00
|
|
|
# if needed. This prevents problems with parallel builds, in case
|
|
|
|
# subdirectories need to run config.status also.
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
all-subdir check-subdir installcheck-subdir info-subdir \
|
2006-10-11 01:48:09 +02:00
|
|
|
install-info-subdir clean-info-subdir dvi-subdir pdf-subdir install-subdir \
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
|
2008-07-24 08:35:21 +02:00
|
|
|
maintainer-clean-subdir: config.h
|
2000-04-29 16:25:12 +02:00
|
|
|
@subdirs='$(SUBDIRS)'; \
|
2000-04-22 00:20:20 +02:00
|
|
|
target=`echo $@ | sed -e 's/-subdir//'`; \
|
2000-04-29 16:25:12 +02:00
|
|
|
for dir in $$subdirs ; do \
|
2003-01-28 22:52:14 +01:00
|
|
|
cd $$dir && $(MAKE) $(FLAGS_TO_PASS) $$target; \
|
1999-10-28 10:26:42 +02:00
|
|
|
done
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir
|
|
|
|
$(CONFIGURED_OFILES): stamp-picdir
|
|
|
|
|
2005-03-10 01:57:10 +01:00
|
|
|
# Don't export variables to the environment, in order to not confuse
|
|
|
|
# configure.
|
|
|
|
.NOEXPORT:
|
|
|
|
|
2002-01-22 21:03:29 +01:00
|
|
|
# The dependencies in the remainder of this file are automatically
|
|
|
|
# generated by "make maint-deps". Manual edits will be lost.
|
1998-05-22 02:20:51 +02:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./_doprnt.o: $(srcdir)/_doprnt.c config.h $(INCDIR)/ansidecl.h \
|
2002-01-22 21:03:29 +01:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/_doprnt.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/_doprnt.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./alloca.o: $(srcdir)/alloca.c config.h $(INCDIR)/ansidecl.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./argv.o: $(srcdir)/argv.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
2005-09-26 22:55:10 +02:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/argv.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./asprintf.o: $(srcdir)/asprintf.c config.h $(INCDIR)/ansidecl.h \
|
2005-05-11 03:39:32 +02:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/asprintf.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/asprintf.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./atexit.o: $(srcdir)/atexit.c config.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./basename.o: $(srcdir)/basename.c config.h $(INCDIR)/ansidecl.h \
|
2005-05-11 03:39:32 +02:00
|
|
|
$(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/basename.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/basename.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./bcmp.o: $(srcdir)/bcmp.c
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/bcmp.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/bcmp.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./bcopy.o: $(srcdir)/bcopy.c
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/bcopy.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/bcopy.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./bsearch.o: $(srcdir)/bsearch.c config.h $(INCDIR)/ansidecl.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/bsearch.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/bsearch.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./bzero.o: $(srcdir)/bzero.c
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/bzero.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/bzero.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./calloc.o: $(srcdir)/calloc.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/calloc.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/calloc.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./choose-temp.o: $(srcdir)/choose-temp.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./clock.o: $(srcdir)/clock.c config.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/clock.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/clock.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./concat.o: $(srcdir)/concat.c config.h $(INCDIR)/ansidecl.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/concat.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/concat.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./copysign.o: $(srcdir)/copysign.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/copysign.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/copysign.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./cp-demangle.o: $(srcdir)/cp-demangle.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
|
|
|
|
$(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demangle.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/cp-demangle.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./cp-demint.o: $(srcdir)/cp-demint.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
|
2002-01-22 21:03:29 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demint.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/cp-demint.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./cplus-dem.o: $(srcdir)/cplus-dem.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/cplus-dem.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/cplus-dem.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2009-07-25 01:22:41 +02:00
|
|
|
./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)
|
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./dyn-string.o: $(srcdir)/dyn-string.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/dyn-string.h $(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/dyn-string.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/dyn-string.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./fdmatch.o: $(srcdir)/fdmatch.c config.h $(INCDIR)/ansidecl.h \
|
2005-05-11 03:39:32 +02:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fdmatch.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/fdmatch.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./ffs.o: $(srcdir)/ffs.c
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/ffs.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/ffs.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./fibheap.o: $(srcdir)/fibheap.c config.h $(INCDIR)/ansidecl.h \
|
|
|
|
$(INCDIR)/fibheap.h $(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fibheap.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/fibheap.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./filename_cmp.o: $(srcdir)/filename_cmp.c config.h $(INCDIR)/filenames.h \
|
2007-05-04 01:39:35 +02:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2007-03-29 22:55:09 +02:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/filename_cmp.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/filename_cmp.c $(OUTPUT_OPTION)
|
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./floatformat.o: $(srcdir)/floatformat.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/floatformat.h $(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/floatformat.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/floatformat.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./fnmatch.o: $(srcdir)/fnmatch.c config.h $(INCDIR)/fnmatch.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fnmatch.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./fopen_unlocked.o: $(srcdir)/fopen_unlocked.c config.h $(INCDIR)/ansidecl.h \
|
2005-04-11 19:49:47 +02:00
|
|
|
$(INCDIR)/libiberty.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/fopen_unlocked.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/fopen_unlocked.c $(OUTPUT_OPTION)
|
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./getcwd.o: $(srcdir)/getcwd.c config.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getcwd.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/getcwd.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./getopt.o: $(srcdir)/getopt.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getopt.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/getopt.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./getopt1.o: $(srcdir)/getopt1.c config.h $(INCDIR)/getopt.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getopt1.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/getopt1.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./getpagesize.o: $(srcdir)/getpagesize.c config.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getpagesize.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/getpagesize.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./getpwd.o: $(srcdir)/getpwd.c config.h $(INCDIR)/ansidecl.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getpwd.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/getpwd.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./getruntime.o: $(srcdir)/getruntime.c config.h $(INCDIR)/ansidecl.h \
|
2002-01-22 21:03:29 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/getruntime.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/getruntime.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./gettimeofday.o: $(srcdir)/gettimeofday.c config.h $(INCDIR)/ansidecl.h \
|
2005-03-10 01:57:10 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/gettimeofday.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/gettimeofday.c $(OUTPUT_OPTION)
|
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./hashtab.o: $(srcdir)/hashtab.c config.h $(INCDIR)/ansidecl.h \
|
|
|
|
$(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./hex.o: $(srcdir)/hex.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN...
include:
* safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC): Rename to
HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC
respectively.
libiberty:
* safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
not HC_ASCII and HC_EBCDIC.
Add documentation in form expected by gather-docs.
* hex.c: Use HOST_CHARSET, not hand-coded check of character set.
* Makefile.in, functions.texi: Regenerate.
gcc:
* config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
From-SVN: r68335
2003-06-22 17:59:49 +02:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/hex.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/hex.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./index.o: $(srcdir)/index.c
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/index.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/index.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./insque.o: $(srcdir)/insque.c
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/insque.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./lbasename.o: $(srcdir)/lbasename.c config.h $(INCDIR)/ansidecl.h \
|
2005-05-11 03:39:32 +02:00
|
|
|
$(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
|
filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR...
2010-04-23 Pedro Alves <pedro@codesourcery.com>
include/
* filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,
always define it independently of host, add `dos_based' parameter,
and handle it.
(HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it
independently of host, add `dos_based' parameter, and handle it.
(IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define
it independently of host, add `dos_based' parameter, and handle
it.
(IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
(IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH)
(HAS_DOS_DRIVE_SPEC): New.
(HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1.
(IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
(IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1.
* libiberty.h (dos_lbasename, unix_lbasename): Declare.
libiberty/
* lbasename.c (lbasename): Split into ...
(unix_lbasename, dos_basename): ... these.
(lbasename): ... and reimplement on top of them.
* Makefile.in (lbasename.o): Add dependency on
$(INCDIR)/filenames.h.
From-SVN: r158681
2010-04-24 02:55:41 +02:00
|
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/lbasename.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/lbasename.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./lrealpath.o: $(srcdir)/lrealpath.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/lrealpath.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/lrealpath.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./make-relative-prefix.o: $(srcdir)/make-relative-prefix.c config.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/make-relative-prefix.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/make-relative-prefix.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./make-temp-file.o: $(srcdir)/make-temp-file.c config.h $(INCDIR)/ansidecl.h \
|
2003-04-15 22:36:33 +02:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/make-temp-file.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/make-temp-file.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./md5.o: $(srcdir)/md5.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/md5.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/md5.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/md5.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./memchr.o: $(srcdir)/memchr.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memchr.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/memchr.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./memcmp.o: $(srcdir)/memcmp.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memcmp.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/memcmp.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./memcpy.o: $(srcdir)/memcpy.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memcpy.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/memcpy.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2009-03-27 23:38:23 +01:00
|
|
|
./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)
|
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./memmove.o: $(srcdir)/memmove.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memmove.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/memmove.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./mempcpy.o: $(srcdir)/mempcpy.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/mempcpy.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/mempcpy.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./memset.o: $(srcdir)/memset.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/memset.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/memset.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./mkstemps.o: $(srcdir)/mkstemps.c config.h $(INCDIR)/ansidecl.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/mkstemps.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./msdos.o: $(srcdir)/msdos.c
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/msdos.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/msdos.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./objalloc.o: $(srcdir)/objalloc.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/objalloc.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/objalloc.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/objalloc.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./obstack.o: $(srcdir)/obstack.c config.h $(INCDIR)/obstack.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/obstack.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/obstack.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./partition.o: $(srcdir)/partition.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h $(INCDIR)/partition.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/partition.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/partition.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./pex-common.o: $(srcdir)/pex-common.c config.h $(INCDIR)/ansidecl.h \
|
pex-common.c: New file.
libiberty:
* pex-common.c: New file.
* pex-one.c: New file.
* pexecute.c: New file.
* pex-common.h: Include <stdio.h>.
(struct pex_obj): Define.
(struct pex_funcs): Define.
(pex_init_common): Declare.
* pex-unix.c: Rewrite.
* pex-win32.c: Rewrite.
* pex-djgpp.c: Rewrite.
* pex-msdos.c: Rewrite.
* testsuite/text-pexecute.c: New file.
* pexecute.txh: Rewrite.
* configure.ac: Check for wait3 and wait4. Set CHECK to
really-check rather than check-cplus-dem.
* functions.texi: Rebuild.
* Makefile.in: Rebuild dependencies.
(CFILES): Add pexecute.c, pex-common.c, pex-one.c.
(REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
* testsuite/Makefile.in (really-check): New target.
(check-pexecute, test-pexecute): New targets.
* configure: Rebuild.
include:
* libiberty.h: Include <stdio.h>.
(PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
(PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
(PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
(pex_init, pex_run, pex_read_output): Declare.
(pex_get_status, pex_get_times, pex_free, pex_one): Declare.
(struct pex_time): Define.
From-SVN: r97148
2005-03-29 04:08:46 +02:00
|
|
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-common.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/pex-common.c $(OUTPUT_OPTION)
|
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./pex-djgpp.o: $(srcdir)/pex-djgpp.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-djgpp.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/pex-djgpp.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./pex-msdos.o: $(srcdir)/pex-msdos.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-msdos.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/pex-msdos.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./pex-one.o: $(srcdir)/pex-one.c config.h $(INCDIR)/ansidecl.h \
|
pex-common.c: New file.
libiberty:
* pex-common.c: New file.
* pex-one.c: New file.
* pexecute.c: New file.
* pex-common.h: Include <stdio.h>.
(struct pex_obj): Define.
(struct pex_funcs): Define.
(pex_init_common): Declare.
* pex-unix.c: Rewrite.
* pex-win32.c: Rewrite.
* pex-djgpp.c: Rewrite.
* pex-msdos.c: Rewrite.
* testsuite/text-pexecute.c: New file.
* pexecute.txh: Rewrite.
* configure.ac: Check for wait3 and wait4. Set CHECK to
really-check rather than check-cplus-dem.
* functions.texi: Rebuild.
* Makefile.in: Rebuild dependencies.
(CFILES): Add pexecute.c, pex-common.c, pex-one.c.
(REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
* testsuite/Makefile.in (really-check): New target.
(check-pexecute, test-pexecute): New targets.
* configure: Rebuild.
include:
* libiberty.h: Include <stdio.h>.
(PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
(PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
(PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
(pex_init, pex_run, pex_read_output): Declare.
(pex_get_status, pex_get_times, pex_free, pex_one): Declare.
(struct pex_time): Define.
From-SVN: r97148
2005-03-29 04:08:46 +02:00
|
|
|
$(INCDIR)/libiberty.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-one.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/pex-one.c $(OUTPUT_OPTION)
|
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./pex-unix.o: $(srcdir)/pex-unix.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-unix.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/pex-unix.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./pex-win32.o: $(srcdir)/pex-win32.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h $(srcdir)/pex-common.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pex-win32.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/pex-win32.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./pexecute.o: $(srcdir)/pexecute.c config.h $(INCDIR)/ansidecl.h \
|
pex-common.c: New file.
libiberty:
* pex-common.c: New file.
* pex-one.c: New file.
* pexecute.c: New file.
* pex-common.h: Include <stdio.h>.
(struct pex_obj): Define.
(struct pex_funcs): Define.
(pex_init_common): Declare.
* pex-unix.c: Rewrite.
* pex-win32.c: Rewrite.
* pex-djgpp.c: Rewrite.
* pex-msdos.c: Rewrite.
* testsuite/text-pexecute.c: New file.
* pexecute.txh: Rewrite.
* configure.ac: Check for wait3 and wait4. Set CHECK to
really-check rather than check-cplus-dem.
* functions.texi: Rebuild.
* Makefile.in: Rebuild dependencies.
(CFILES): Add pexecute.c, pex-common.c, pex-one.c.
(REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
* testsuite/Makefile.in (really-check): New target.
(check-pexecute, test-pexecute): New targets.
* configure: Rebuild.
include:
* libiberty.h: Include <stdio.h>.
(PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
(PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
(PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
(pex_init, pex_run, pex_read_output): Declare.
(pex_get_status, pex_get_times, pex_free, pex_one): Declare.
(struct pex_time): Define.
From-SVN: r97148
2005-03-29 04:08:46 +02:00
|
|
|
$(INCDIR)/libiberty.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/pexecute.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/pexecute.c $(OUTPUT_OPTION)
|
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./physmem.o: $(srcdir)/physmem.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./putenv.o: $(srcdir)/putenv.c config.h $(INCDIR)/ansidecl.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/putenv.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/putenv.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./random.o: $(srcdir)/random.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/random.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./regex.o: $(srcdir)/regex.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
|
2004-03-18 02:40:15 +01:00
|
|
|
$(INCDIR)/xregex2.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/regex.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/regex.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./rename.o: $(srcdir)/rename.c config.h $(INCDIR)/ansidecl.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/rename.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/rename.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./rindex.o: $(srcdir)/rindex.c
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/rindex.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/rindex.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./safe-ctype.o: $(srcdir)/safe-ctype.c $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/safe-ctype.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/safe-ctype.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./setenv.o: $(srcdir)/setenv.c config.h $(INCDIR)/ansidecl.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/setenv.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/setenv.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./sha1.o: $(srcdir)/sha1.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/sha1.h
|
2008-03-25 01:54:53 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/sha1.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/sha1.c $(OUTPUT_OPTION)
|
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./sigsetmask.o: $(srcdir)/sigsetmask.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/sigsetmask.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/sigsetmask.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./snprintf.o: $(srcdir)/snprintf.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/snprintf.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/snprintf.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./sort.o: $(srcdir)/sort.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
2002-01-22 21:03:29 +01:00
|
|
|
$(INCDIR)/sort.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/sort.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/sort.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./spaces.o: $(srcdir)/spaces.c config.h $(INCDIR)/ansidecl.h \
|
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/spaces.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/spaces.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./splay-tree.o: $(srcdir)/splay-tree.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/splay-tree.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/splay-tree.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./stpcpy.o: $(srcdir)/stpcpy.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/stpcpy.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/stpcpy.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./stpncpy.o: $(srcdir)/stpncpy.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/stpncpy.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/stpncpy.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./strcasecmp.o: $(srcdir)/strcasecmp.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strcasecmp.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strcasecmp.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./strchr.o: $(srcdir)/strchr.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strchr.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strchr.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./strdup.o: $(srcdir)/strdup.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strdup.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strdup.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./strerror.o: $(srcdir)/strerror.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strerror.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strerror.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./strncasecmp.o: $(srcdir)/strncasecmp.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strncasecmp.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strncasecmp.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./strncmp.o: $(srcdir)/strncmp.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strncmp.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strncmp.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2005-03-25 05:41:41 +01:00
|
|
|
./strndup.o: $(srcdir)/strndup.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strndup.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strndup.c $(OUTPUT_OPTION)
|
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./strrchr.o: $(srcdir)/strrchr.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strrchr.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strrchr.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./strsignal.o: $(srcdir)/strsignal.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strsignal.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strsignal.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./strstr.o: $(srcdir)/strstr.c
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strstr.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strstr.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./strtod.o: $(srcdir)/strtod.c $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strtod.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strtod.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./strtol.o: $(srcdir)/strtol.c config.h $(INCDIR)/safe-ctype.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strtol.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strtol.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./strtoul.o: $(srcdir)/strtoul.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/safe-ctype.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strtoul.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2005-09-26 22:55:10 +02:00
|
|
|
./strverscmp.o: $(srcdir)/strverscmp.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
|
|
|
|
$(INCDIR)/safe-ctype.h
|
2005-06-21 02:24:59 +02:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION)
|
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./tmpnam.o: $(srcdir)/tmpnam.c
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./unlink-if-ordinary.o: $(srcdir)/unlink-if-ordinary.c config.h \
|
2005-03-10 01:57:10 +01:00
|
|
|
$(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
2005-03-01 10:23:26 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/unlink-if-ordinary.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/unlink-if-ordinary.c $(OUTPUT_OPTION)
|
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./vasprintf.o: $(srcdir)/vasprintf.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vasprintf.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/vasprintf.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./vfork.o: $(srcdir)/vfork.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vfork.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/vfork.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./vfprintf.o: $(srcdir)/vfprintf.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vfprintf.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/vfprintf.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./vprintf.o: $(srcdir)/vprintf.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vprintf.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/vprintf.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./vsnprintf.o: $(srcdir)/vsnprintf.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vsnprintf.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/vsnprintf.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2004-12-27 22:00:12 +01:00
|
|
|
./vsprintf.o: $(srcdir)/vsprintf.c $(INCDIR)/ansidecl.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/vsprintf.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./waitpid.o: $(srcdir)/waitpid.c config.h $(INCDIR)/ansidecl.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/waitpid.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./xatexit.o: $(srcdir)/xatexit.c config.h $(INCDIR)/ansidecl.h \
|
2005-05-11 03:39:32 +02:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./xexit.o: $(srcdir)/xexit.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xexit.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/xexit.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./xmalloc.o: $(srcdir)/xmalloc.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xmalloc.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/xmalloc.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./xmemdup.o: $(srcdir)/xmemdup.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xmemdup.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/xmemdup.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./xstrdup.o: $(srcdir)/xstrdup.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xstrdup.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/xstrdup.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./xstrerror.o: $(srcdir)/xstrerror.c config.h $(INCDIR)/ansidecl.h \
|
2004-01-22 20:10:56 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
2004-12-27 22:00:12 +01:00
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
|
2004-01-22 20:10:56 +01:00
|
|
|
|
2008-07-24 08:35:21 +02:00
|
|
|
./xstrndup.o: $(srcdir)/xstrndup.c config.h $(INCDIR)/ansidecl.h \
|
2005-03-25 05:41:41 +01:00
|
|
|
$(INCDIR)/libiberty.h
|
|
|
|
if [ x"$(PICFLAG)" != x ]; then \
|
|
|
|
$(COMPILE.c) $(PICFLAG) $(srcdir)/xstrndup.c -o pic/$@; \
|
|
|
|
else true; fi
|
|
|
|
$(COMPILE.c) $(srcdir)/xstrndup.c $(OUTPUT_OPTION)
|
|
|
|
|