summaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* * pex-os2.c: Remove.Ian Lance Taylor2005-03-091-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.
* merge from gccDJ Delorie2005-03-071-15/+2
|
* merge from gccDJ Delorie2005-03-011-0/+9
|
* merge from gccDJ Delorie2004-12-271-300/+530
|
* merge from gccDJ Delorie2004-12-201-11/+40
|
* 2004-12-18 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-12-181-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.
* merge from gccDJ Delorie2004-12-081-4/+3
|
* * Makefile.in (.NOEXPORT): Move above the autogenerated line.Ben Elliston2004-12-081-3/+4
|
* merge from gccDJ Delorie2004-12-081-2/+1
|
* * getopt.c: Include "ansidecl.h" for the ATTRIBUTE_UNUSED macro.Ben Elliston2004-12-081-1/+2
| | | | | (_getopt_initialize): Annotate argc and argv parameters as unused. * Makefile.in (getopt.o): Depend on $(INCDIR)/ansidecl.h.
* merge from gccDJ Delorie2004-11-131-1/+1
|
* merge from gccDJ Delorie2004-05-251-0/+3
|
* merge from gccDJ Delorie2004-03-181-27/+30
|
* merge from gccDJ Delorie2004-01-221-146/+675
|
* merge from gccDJ Delorie2004-01-141-1/+1
|
* merge from gccDJ Delorie2004-01-121-7/+10
|
* merge from gccDJ Delorie2004-01-101-1/+1
|
* * Makefile.in (lbasename.o): Depend on filenames.h.Daniel Jacobowitz2003-12-221-1/+1
| | | | | * lbasename.c: Include "filenames.h" instead of defining its macros locally.
* merge from gccDJ Delorie2003-12-151-1/+2
|
* merge from gccDJ Delorie2003-06-221-1/+2
|
* merge from gccDJ Delorie2003-04-161-6/+8
|
* merge from gccDJ Delorie2003-04-161-8/+11
|
* merge from gccDJ Delorie2003-04-151-12/+20
|
* * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)Alexandre Oliva2003-03-231-4/+9
| | | | | instead of $$CC alone. (install_to_tooldir): Use it.
* merge from gccDJ Delorie2003-02-221-0/+1
|
* merge from gccDJ Delorie2003-02-211-2/+2
|
* * Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz2003-02-201-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.
* merge from gccDJ Delorie2003-01-301-1/+2
|
* * Makefile.in (all-subdir, check-subdir, installcheck-subdir)Alexandre Oliva2003-01-281-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).
* * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), useAlexandre Oliva2003-01-281-5/+5
| | | | /`$$CC -print-multi-os-directory`.
* merge from gccDJ Delorie2003-01-251-3/+2
|
* merge from gccDJ Delorie2003-01-241-5/+16
|
* merge from gccDJ Delorie2003-01-091-0/+3
|
* merge from gccDJ Delorie2002-11-221-0/+3
|
* merge from gccDJ Delorie2002-09-231-1/+1
|
* merge from gccDJ Delorie2002-07-011-1/+4
|
* merge from gccDJ Delorie2002-06-221-8/+8
|
* merge from gccDJ Delorie2002-03-041-1/+30
|
* merge from gccDJ Delorie2002-01-221-73/+149
|
* merge from gccDJ Delorie2001-11-261-2/+7
|
* merge from gccDJ Delorie2001-10-211-1/+8
|
* merge from gccDJ Delorie2001-10-161-2/+6
|
* merge from gccDJ Delorie2001-09-261-7/+61
|
* merge from gccDJ Delorie2001-08-221-1/+1
|
* merge from gccDJ Delorie2001-08-211-2/+3
|
* merge from gccDJ Delorie2001-08-041-1/+1
|
* merge from gccDJ Delorie2001-07-261-1/+1
|
* merge from gccDJ Delorie2001-07-111-2/+4
|
* merge from gccDJ Delorie2001-07-051-1/+1
|
* sync with egcsDJ Delorie2001-04-161-3/+3
|