summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.cvs/add-fakeroots-diradd-fakeroots-dirDJ Delorie2003-04-191-1/+2
| | | | | | | * Makefile.in: Regenerate. * configure.in (powerpc64*-*-linux*): Remove. * configure: Rebuilt.
* * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all theDJ Delorie2003-04-171-2/+3
| | | | | | | | | previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap, and restrap. * Makefile.in: Regenerate. * configure.in (arm-*-netbsdelf*): Enable building java libraries. * configure: Regenerated.
* * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.Nathanael Nerode2003-03-141-4/+8
| | | | * Makefile.in: Regenerate.
* 2003-03-14 Michael Chastain <mec@shout.net>Michael Chastain2003-03-141-1/+69
| | | | * Makefile.in: Regenerate with correct Makefile.def.
* * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unusedNathanael Nerode2003-03-121-74/+5
| | | | | | | Make macro. * Makefile.in: Regenerate. * configure.in: Clean up gxx_include_dir logic. * configure: Regenerate.
* 2003-03-04 Daniel Jacobowitz <drow@mvista.com>Nathanael Nerode2003-03-051-1657/+1660
| | | | | | | | | | | | | * configure.in: Include $(build_tooldir)/sys-include in FLAGS_FOR_TARGET. * configure: Regenerated. 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Reindent. * Makefile.in: Regenerate. * configure.in: Reindent. Don't set unused variables. * configure: Regenerate.
* * Makefile.tpl: Always pass down RANLIB.Nathanael Nerode2003-03-041-22/+20
| | | | | | | | | | | | | | | * Makefile.in: Regenerate. * Makefile.tpl: Don't set unused enable_shared, enable_threads macros. * Makefile.in: Regenerate. * configure.in: Remove unused logic relating to --enable-shared and --enable-threads. Remove bogus comments. Remove redundant noconfigdirs. * configure: Regenerate. * configure.in: Replace ${libstdcxx_version} by its value. Remove reference to mh-dgux. * configure: Regenerate.
* * Makefile.tpl: Rearrange.Nathanael Nerode2003-02-281-151/+175
| | | | * Makefile.in: Regenerate.
* * Makefile.tpl: Add definition of CPPFLAGS to pass intoDJ Delorie2003-02-211-0/+16
| | | | | | configure-target-* as some target builds may require additional flags for preprocessor tests. * Makefile.in: Regenerated.
* * configure.in: Introduce --enable-maintainer-mode.Alexandre Oliva2003-02-191-2/+2
| | | | | | | * configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt.
* * Makefile.tpl (check-c++): Allow parallelism.Jason Merrill2003-02-181-1/+2
|
* * Makefile.tpl (RANLIB): Define.DJ Delorie2003-02-141-0/+1
| | | | * Makefile.in: Regenerate.
* Source Navigator is now on sourceforge...mingw-runtime-2_4Keith Seitz2003-02-061-207/+1
| | | | | | | | * Makefile.def: Remove "snavigator", "grep", and "db" modules. * Makefile.tpl: Remove "all-snavigator" and "all-grep". * Makefile.in: Regenerated. * configure.in: Remove all traces of snavigator, db, and grep. * configure: Regenerated.
* 2003-01-31 Frank Ch. Eigler <fche@redhat.com>Frank Ch. Eigler2003-01-311-1/+1
| | | | | * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies. * Makefile.in: Regenerated.
* * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode2003-01-101-0/+4
| | | | | | * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
* * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.cagney-unwind-20030108-branchpointDJ Delorie2003-01-091-2/+3
| | | | | (install-info, dir.info): Prepend $(DESTDIR) to $(infodir). * Makefile.in: Regenerate.
* * Makefile.in: Rebuilt.Tom Tromey2002-12-311-2/+6
| | | | * Makefile.def (target_modules) [libffi]: Allow installation.
* * Makefile.tpl (local-distclean): Don't remove...Alexandre Oliva2002-12-291-347/+322
| | | | | | | | | | | | | | | | | (multilib.ts): ... this. Moved into... (multilib.out): ... this. Don't use sub-make. ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile, $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into... (configure-build-[+module+], configure-[+module+], configure-target-[+module+], configure-gcc): ... these. Test for Makefile existence. Drop config.status from dependencies. * Makefile.in: Rebuilt. * configure.in: Move gcc-version-trigger to the end of ac_configure_args. Add comments to maybedep.tmp and serdep.tmp. Introduce --disable-serial-configure. Remove nonopt from baseargs, matching and removing corresponding whitespace while at it. * configure: Rebuilt.
* * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses ofAlexandre Oliva2002-12-281-17/+22
| | | | | | | | | | | | program_transform_name to standard idiom. (AUTOGEN, AUTOCONF): Define. (Makefile.in): Use $(AUTOGEN). (Makefile): Depend on config.status, and use autoconf-style rule to build it. Move original commands to... (config.status): ... this new target. (configure): Add $(srcdir). Depend on config/acx.m4. Use $(AUTOCONF). * Makefile.in: Rebuilt.
* * Makefile.tpl: Fix dramatic bustage due to change inNathanael Nerode2002-12-281-7/+7
| | | | | | | | | | | | program_transform_name. * Makefile.in: Regenerate. * configure.in: Remove unnecessary PATH setting. * configure: Regnerate. * configure.in: Don't default to unprefixed tools unless the native tools will work. * configure: Regenerate.
* (toplev)Nathanael Nerode2002-12-281-8/+11
| | | | | | | | | | | | | | | * configure.in: Convert to autoconf script. Blow away lots of now-redundant Makefile fragments. * configure: Generate using Autoconf. * Makefile.tpl: Rewrite to reflect autoconfiscation. * Makefile.in: Regenerate. (config) * acx.m4: New. * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300, mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition, mh-riscos, mh-sysv: Delete. * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000, mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
* * Makefile.tpl (multilib.out): Fix missing space.Andreas Schwab2002-12-241-1/+1
| | | | * Makefile.in: Regenerate.
* 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-12-231-395/+364
| | | | | | | | | | | | | | | | | * Makefile.tpl: Use shared multilib.out. Use move-if-change for it. Convert (cd foo; make) to (cd foo && make). Clean up multilib.out. * Makefile.in: Regenerate. * configure.in: Remove unnecessary leftovers. 2002-12-22 Geoffrey Keating <geoffk@apple.com> * config/mt-aix43: Delete. 2002-12-21 Geoffrey Keating <geoffk@apple.com> * configure.in (extra_ranlibflags_for_target): New variable. (*-*-darwin): Add -c to ranlib commands. * configure (tooldir): Handle extra_ranlibflags_for_target.
* * Makefile.tpl: Revert HJL's change.Nathanael Nerode2002-12-191-1/+1
| | | | | | * Makefile.in: Regenerated. * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and always.
* * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.Andreas Schwab2002-12-191-1/+2
| | | | * Makefile.in: Regenerate.
* 2002-12-18 H.J. Lu <hjl@gnu.org>H.J. Lu2002-12-191-1/+1
| | | | | | | * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR). * Makefile.in: Regenerated. * configure.in (build_prefix): New. Substitute.
* * Makefile.tpl: Don't let real targets depend on phony targets.Nathanael Nerode2002-12-181-1/+1
| | | | * Makefile.in: Regenerate.
* 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-12-181-2/+3
| | | | | * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo. * Makefile.in: Regenerate.
* * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was aJason Merrill2002-12-171-4/+7
| | | | | previous 'make bootstrap'. * Makefile.in: Regenerate.
* * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't runJason Merrill2002-12-141-4/+6
| | | | | | library tests. (check-c++): Just depend on it and check-target-libstdc++-v3. * Makefile.in: Regenerate.
* 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-12-131-70/+0
| | | | | * configure.in, Makefile.tpl, Makefile.def: Remove tclX. * Makefile.in: Regenerate.
* * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).Alexandre Oliva2002-12-121-0/+1
| | | | * Makefile.in: Rebuilt.
* 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-12-111-5/+4
| | | | | | * Makefile.tpl: Substitute more autoconfily. * configure: Substitute more autoconfily. * Makefile.in: Regenerate.
* * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.DJ Delorie2002-12-081-1/+1
| | | | * Makefile.in (all-sim): Ditto.
* * Makefile.tpl: Change configure dependencies to not have realDJ Delorie2002-12-061-23/+23
| | | | targets depend on phony targets.
* 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-12-051-111/+127
| | | | | | | | | | * Makefile.tpl: Change dependency for */multilib.out so that it works when gcc isn't in the tree. * configure.in: Substitute more. * configure: Run subconfigures from the Makefile. * Makefile.tpl: Run subconfigures from the Makefile; add a few convenience targets. Make sure gcc isn't rebuilt after bootstrap.
* * Makefile.tpl: Add targets for configuring host subdirs in Makefile,Nathanael Nerode2002-12-041-0/+2839
| | | | | and corresponding dependencies. * Makefile.in: Regenerate.
* * Makefile.tpl: Introduce rules to serialize subconfigure runs.Nathanael Nerode2002-12-031-0/+5
| | | | | * Makefile.in: Regenerate. * configure.in: Introduce rules to serialize subconfigure runs.
* * configure.in: Introduce BASE_CC_FOR_TARGET.Nathanael Nerode2002-12-031-490/+297
| | | | | | * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS. Realize configure-build-* targets. Realize configure-target-* targets. * Makefile.in: Regenerate.
* * configure: Move gcc_version_trigger stuff from here...Nathanael Nerode2002-12-031-75/+82
| | | | | | | | | | | | * configure.in: ...to here. * configure.in: Separate subconfigure options added by this file from options given by the user. Add machinery to put args for host subconfigures into the Makefile. * Makefile.tpl: Remove 'vault' targets. * Makefile.tpl: Reorder and comment dependencies. * Makefile.in: Regenerate.
* * Makefile.tpl: Restore bkorb's style patch, accidentally lostNathanael Nerode2002-12-021-3/+3
| | | | | during replay. * Makefile.in: Regenerate.
* 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-12-021-2459/+1066
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (finishing slow-motion replay) * configure: Remove skip-this-dir support. * Makefile.tpl: Remove skip-this-dir support. * Makefile.tpl: Remove leftover support for non-autoconfiscated subdirectories. * Makefile.in: Regenerate. * Makefile.tpl: Strip out useless setting of 'dir'. * Makefile.in: Regenerate. 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> (finishing slow-motion replay) * configure.in: Fix deeply stupid bug. * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded shell code in CXX_FOR_TARGET * Makefile.def: Introduce raw_cxx. * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and RAW_CXX_FOR_TARGET. * Makefile.in: Regenerate. 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> (finishing slow-motion replay) * Makefile.tpl: Remove unnecessary ifs. * Makefile.in: Regenerate. * Makefile.tpl: Implement soft dependency machinery. Maybe-ize dependencies. Maybe-ize build-libiberty. Create dummy install targets for 'no_install' modules. * configure: Move GDB_TK substitution to configure.in. Move build_modules stuff to configure.in. * configure.in: Implement soft dependency machinery. Maybe-ize GDB_TK, rearrange slightly. Move build_modules stuff from configure. * Makefile.in: Regenerate.
* 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-12-011-458/+2666
| | | | | | | | | | | | | | | | | | | | | | | | | (continuing slow-motion replay) * Makefile.tpl: Make all-target, install-target behave similarly to all, install (only hitting configured targets). Eliminate unused macro defintions. * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when build != host. * Makefile.tpl: Add all-gcc: all-libiberty dependency. * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion. * configure.in: Produce lists of subdir targets we're actually configuring. Remove references to "dosrel". * Makefile.tpl: Let configure set which subdir targets are hit. Remove install-cross; clean up install; remove ALL. Remove references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery. Autogenerate host module targets. Remove empty dependency lines and redundant dependency; rearrange slightly. * Makefile.def: Add host-side libtermcap, utils. * Makefile.in: Regenerate.
* 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-12-011-86/+2543
| | | | | | | | | (Continuing slow-motion replay) * Makefile.def: Add list of recursive targets to autogenerate. Add build_modules. * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-* targets. Autogenerate *-build-* targets. * Makefile.in: Regenerate.
* 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-11-301-0/+29
| | | | | | | | | | | | | | | | (Continuing slow-motion replay) * configure: More autoconf-style substitutions. * Makefile.tpl: More autoconf-style substitutions. * Makefile.in: Regenerate. 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org> (Continuing slow-motion replay) * configure: Substitute more variables in a more autoconf-friendly way. Simplify slightly. * Makefile.tpl: Make more variables substitutable in an autoconf-friendly way. * Makefile.in: Regenerate.
* 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-11-291-27/+39
| | | | | | | | | | | (Starting slow-motion replay merge from gcc 3.4 b-i-b branch) * configure: Remove 'removing', which doesn't work. Replace $subdir with . everywhere. Replace $subdirs with ''. Replace $makesrcdir with $srcdir. Reformat indentation. Substitute some variables formerly hard-coded in the Makefile for build=host. * Makefile.tpl: Autogenerate more; make more autoconf-friendly. * Makefile.def: Autogenerate more. * Makefile.in: Regenerate.
* Top level configury changes for RDA.Kevin Buettner2002-11-041-5/+11
|
* * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,DJ Delorie2002-10-261-2/+2
| | | | | and restrap targets to this rule. * Makefile.in: Regenerate.
* 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-031-2/+2
| | | | | | | | * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy. * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy. * configure.in: Make SET_LIB_PATH substitution more autoconfy. * configure.in: Make RPATH_ENVVAR substitution more autoconfy. * Makefile.in: Regenerate.
* 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-021-7/+2
| | | | | * Makefile.tpl: Eliminate reference to all-gui, all-libproc. * Makefile.in: Regenerate.