aboutsummaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2005-05-11merge from gccDJ Delorie1-10/+15
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-2/+2
2005-04-11merge from gccDJ Delorie1-1/+10
2005-03-29libiberty:Ian Lance Taylor1-3/+25
* 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.
2005-03-25merge from gccDJ Delorie1-4/+18
2005-03-10merge from gccDJ Delorie1-6/+15
2005-03-09 * pex-os2.c: Remove.Ian Lance Taylor1-9/+2
* configure.ac: Remove *-*-os2-emx* case when setting pexecute. * Makefile.in (CFILES): Remove pex-os2.c. (CONFIGURED_OFILES): Remove pex-os2.o. (pex-os2.o): Remove target. * configure: Rebuild.
2005-03-07merge from gccDJ Delorie1-15/+2
2005-03-01merge from gccDJ Delorie1-0/+9
2004-12-27merge from gccDJ Delorie1-300/+530
2004-12-20merge from gccDJ Delorie1-11/+40
2004-12-182004-12-18 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-523/+264
* Makefile.in (top_builddir): Set to `.'. (OUTPUT_OPTION): Removed. (LIBTOOL): New. (LTLIBOBJS): New. (EXTRA_LTOFILES): New. (FLAGS_TO_PASS): Add EXTRA_LTOFILES. (all): Remove stamp-picdir. (LTCOMPILE): New. (.c.lo): New rule. (REQUIRED_LTOFILES): New. (CONFIGURED_LTOFILES): New. ($(TARGETLIB)): Check .libs for PIC object files. Depend on $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS). (stamp-picdir): Completely removed. (maint-missing): Pass $(REQUIRED_LTOFILES) $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES) $(CONFIGURED_OFILES) (maint-buildall): Depend on $(REQUIRED_LTOFILES) $(CONFIGURED_LTOFILES). (mostlyclean): Also remove *.lo .libs. Run "make maint-deps". * aclocal.m4: Include ../libtool.m4. * config.table: Don't check --enable-shared. * configure.ac (AC_PROG_LIBTOOL): Add. (AC_PROG_CC_C_O): Removed. (OUTPUT_OPTION): Removed. (NO_MINUS_C_MINUS_O): Removed. (ltpexecute): New substitute. (LIBOBJS): Cleanup. * configure: Regenerated. * maint-tool: Updated for .lo/libtool.
2004-12-08merge from gccDJ Delorie1-4/+3
2004-12-08 * Makefile.in (.NOEXPORT): Move above the autogenerated line.Ben Elliston1-3/+4
2004-12-08merge from gccDJ Delorie1-2/+1
2004-12-08 * getopt.c: Include "ansidecl.h" for the ATTRIBUTE_UNUSED macro.Ben Elliston1-1/+2
(_getopt_initialize): Annotate argc and argv parameters as unused. * Makefile.in (getopt.o): Depend on $(INCDIR)/ansidecl.h.
2004-11-13merge from gccDJ Delorie1-1/+1
2004-05-25merge from gccDJ Delorie1-0/+3
2004-03-18merge from gccDJ Delorie1-27/+30
2004-01-22merge from gccDJ Delorie1-146/+675
2004-01-14merge from gccDJ Delorie1-1/+1
2004-01-12merge from gccDJ Delorie1-7/+10
2004-01-10merge from gccDJ Delorie1-1/+1
2003-12-22 * Makefile.in (lbasename.o): Depend on filenames.h.Daniel Jacobowitz1-1/+1
* lbasename.c: Include "filenames.h" instead of defining its macros locally.
2003-12-15merge from gccDJ Delorie1-1/+2
2003-06-22merge from gccDJ Delorie1-1/+2
2003-04-16merge from gccDJ Delorie1-6/+8
2003-04-16merge from gccDJ Delorie1-8/+11
2003-04-15merge from gccDJ Delorie1-12/+20
2003-03-23* Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)Alexandre Oliva1-4/+9
instead of $$CC alone. (install_to_tooldir): Use it.
2003-02-22merge from gccDJ Delorie1-0/+1
2003-02-21merge from gccDJ Delorie1-2/+2
2003-02-20 * Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz1-0/+3
(REQUIRED_OFILES): Add lrealpath.o. (lrealpath.o): Add rule. * aclocal.m4 (libiberty_NEED_DECLARATION): Add. * configure.in: Add realpath and canonicalize_file_name to checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION for canonicalize_file_name. * lrealpath.c: New file. * make-relative-prefix.c: Update documentation. (make_relative_prefix): Simplify. Use lbasename and lrealpath. * config.in: Regenerated. * configure: Regenerated. * functions.texi: Regenerated.
2003-01-30merge from gccDJ Delorie1-1/+2
2003-01-28* Makefile.in (all-subdir, check-subdir, installcheck-subdir)Alexandre Oliva1-1/+1
(info-subdir, install-info-subdir, clean-info-subdir) (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir) (clean-subdir, distclean-subdir, maintainer-clean-subdir): Pass $(FLAGS_TO_PASS).
2003-01-28* Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), useAlexandre Oliva1-5/+5
/`$$CC -print-multi-os-directory`.
2003-01-25merge from gccDJ Delorie1-3/+2
2003-01-24merge from gccDJ Delorie1-5/+16
2003-01-09merge from gccDJ Delorie1-0/+3
2002-11-22merge from gccDJ Delorie1-0/+3
2002-09-23merge from gccDJ Delorie1-1/+1
2002-07-01merge from gccDJ Delorie1-1/+4
2002-06-22merge from gccDJ Delorie1-8/+8
2002-03-04merge from gccDJ Delorie1-1/+30
2002-01-22merge from gccDJ Delorie1-73/+149
2001-11-26merge from gccDJ Delorie1-2/+7
2001-10-21merge from gccDJ Delorie1-1/+8
2001-10-16merge from gccDJ Delorie1-2/+6
2001-09-26merge from gccDJ Delorie1-7/+61
2001-08-22merge from gccDJ Delorie1-1/+1