aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
AgeCommit message (Collapse)Author
1999-09-04Import final gcc2 snapshot (990109)gcc3Jeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc3@29103 138bc75d-0d04-0410-961f-82ee72b054a4
1998-12-17Import gcc2 ss-980929Jeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc3@24357 138bc75d-0d04-0410-961f-82ee72b054a4
1998-06-29import gcc2 980609 snapshotJeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc3@20787 138bc75d-0d04-0410-961f-82ee72b054a4
1998-05-05gcc2 snapshot 980502 importJeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc3@19548 138bc75d-0d04-0410-961f-82ee72b054a4
1998-04-04gcc2 snapshot 980401 importJeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc3@18982 138bc75d-0d04-0410-961f-82ee72b054a4
1998-01-14Import of real gcc-2.8.0 sources.Jeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc3@17354 138bc75d-0d04-0410-961f-82ee72b054a4
1997-12-06import of gcc-2.8Jeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc3@16983 138bc75d-0d04-0410-961f-82ee72b054a4
1997-11-02import gcc2 971021 snapshotJeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc3@16274 138bc75d-0d04-0410-961f-82ee72b054a4
1997-08-02* Makefile.in (EXTRA_C_OBJS): Removed.Per Bothner
(C_AND_OBJC_OBJS): New. Subsumes EXTRA_C_OBJS and OBJC_CCOMMON. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14631 138bc75d-0d04-0410-961f-82ee72b054a4
1997-08-02(OBJC_OBJC): Delete from here.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14607 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-29* Makefile.in (EXTRA_C_OBJS): New variable.Per Bothner
(INTERNAL_CFLAGS): Add @extra_c_flags@. C_OBJS, OBJC_OBS: Add $(EXTRA_C_OBJS). git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14555 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-25 * Makefile.in (native): Depend on config.h.Doug Evans
(gcc.o): Depend on Makefile, not config.status. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14529 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-22 * Makefile.in (Makefile): Pass xmake_file, tmake_file toDoug Evans
configure.frag (distclean): Delete Make-host, Make-target. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14515 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-21(cstamp-h.in): Use echo instead of touch.Doug Evans
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14513 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-21(Makefile): Depend on config.status instead of configure.Doug Evans
(config.status): Depend on configure. Run config.status --recheck if out of date. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14511 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-19(cstamp-h.in): Renamed from stamp-h.in.Doug Evans
(cstamp-h): Renamed from stamp-h. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14492 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-19(config.in,stamp-h.in): These files live in $(srcdir).Doug Evans
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14490 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-19(stamp-h.in): Fix leading whitespace (should be tab).Doug Evans
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14489 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-19(config.in,stamp-h.in): Add rules for.Doug Evans
(config.h,stamp-h): Add rules for. (distclean): Delete config2.h, stamp-h. (ALL_CFLAGS): Add @DEFS@. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14487 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-19(distclean): Delete reference to Make-host, Make-target.Doug Evans
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14484 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-16(exeext): Set to build_exeext not exeext.Jim Wilson
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14450 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-14(OBJS): Add bitmap.o.Richard Kenner
(BASIC_BLOCK_H): New make variable for basic-block.h, bitmap.h. ({flow,combine,regclass,local-alloc,reload1,reorg,sched}.o): Use BASIC_BLOCK_H variable instead of basic-block.h. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14419 138bc75d-0d04-0410-961f-82ee72b054a4
1997-07-10(CC): Use autoconf value.Doug Evans
(OLDAR_FLAGS): Move next to $(OLDAR). git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14409 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-27(DLLTOOL): Define.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14357 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-27(GCC_THREAD_FILE): Renamed from OBJC_THREAD_FILE.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14349 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-27(distclean): Delete */Make-{host,target,lang,hooks}Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14346 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-25(GCC_PASSES): Don't define with $(exeext).Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14318 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-25(Makefile): Execute configure.frag from srcdir.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14317 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-25Revert revisions 1.454 and 1.455.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14316 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-25(configure): Target is $(srcdir)/configure.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14303 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-25(USER_H): Add va-mn10200.h.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14302 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-22(LANGUAGES, COMPILERS, .PHONY, stmp-int-hdrs): Remove specific references toRichard Kenner
ObjC compiler and source files. ({mostly,dist,maintainer,}clean, install-normal): Likewise (OBJC_OBJS, OBJC, OBJECTIVE-C, cc1obj, objc-runtime): Rules deleted. (libobjc.a, sublibobjc.a, objc-parse.{o, c, y}): Rules deleted. (objc-headers, install-libobjc): Rules deleted. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14281 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-14(Makefile): Add missing $(srcdir) reference.Doug Evans
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14247 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-14(Makefile): Pass srcdir, subdirs via environment vars, like configure.in.Doug Evans
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14245 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-10(MAYBE_USE_COLLECT2): Renamed from MAYBE_USE_COLLECT.Jim Wilson
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14211 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-09(Makefile): Process language fragments.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14208 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-09(GCC_PASSES): Prevent all compilers from being built when only the CRichard Kenner
compiler is needed. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14206 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-09(target_alias): Substitute with target_alias.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14204 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-09(gxx_include_dir): Use autoconf variable.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14202 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-09(diff): Exclude bi-parser.h.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14186 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-09Comment out lines containing just formfeeds.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14185 138bc75d-0d04-0410-961f-82ee72b054a4
1997-06-09(distclean): Remove config.bak.Richard Kenner
(maintainer-clean): Output warning, and do not remove `configure', as per GNU standards. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14183 138bc75d-0d04-0410-961f-82ee72b054a4
1997-05-18(maintainer-claean): Delete configure.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14086 138bc75d-0d04-0410-961f-82ee72b054a4
1997-05-18Change to utilize autoconf variables.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14084 138bc75d-0d04-0410-961f-82ee72b054a4
1997-04-20(dwarf2out.o): Includes expr.h.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13941 138bc75d-0d04-0410-961f-82ee72b054a4
1997-04-02 * Makefile.in (USER_H): Add va-mn10300.hJeff Law
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13829 138bc75d-0d04-0410-961f-82ee72b054a4
1997-03-28 * Makefile.in (LANGUAGES): Add gcov.Doug Evans
(OBJS): Add profile.o. (STAGESTUFF): Add gcov. (profile.o, gcov.o, gcov): Add rules to build them. (cpp.info, gcc.info, gcc.dvi): Add gcov.texi. (install-common): Install gcov. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13810 138bc75d-0d04-0410-961f-82ee72b054a4
1997-03-25(GCC_PASSES): Revert previous change; use cc1$(exeext).Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13786 138bc75d-0d04-0410-961f-82ee72b054a4
1997-03-24(USER_H): Add va-m32r.h.Doug Evans
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13762 138bc75d-0d04-0410-961f-82ee72b054a4
1997-03-15(reload.o): Added expr.h to dependencies list.Richard Kenner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13707 138bc75d-0d04-0410-961f-82ee72b054a4