summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* (libgcc1-asm.a): New target for building libgcc1.a in cross compilers.dje1994-07-111-0/+26
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7724 138bc75d-0d04-0410-961f-82ee72b054a4
* (c-parse.y): Redirect through tmp file.tege1994-07-051-3/+7
| | | | | | | | | (objc-parse.y): Likewise. (c-gperf.h): Likewise. (mostlyclean): Delete the new tmp files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7659 138bc75d-0d04-0410-961f-82ee72b054a4
* (clean): Delete LIB2FUNCS_EXTRA.wilson1994-07-021-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7644 138bc75d-0d04-0410-961f-82ee72b054a4
* (multilib.h, stmp-multilib, install-multilib): New targets.dje1994-06-151-1/+58
| | | | | | | | (gcc.o): Depend on multilib.h. (clean): Remove multilib.h and tmpmultilib*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7490 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't pass $(srcdir) to fixincludes scriptsian1994-05-261-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7347 138bc75d-0d04-0410-961f-82ee72b054a4
* (FIXPROTO_DEFINES): New variable: extra #defines formerrill1994-05-181-0/+4
| | | | | | | | fixproto to use. (stmp-fixproto): Pass it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7333 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't ignore errors in for loop over $(LIB[12]FUNCS_EXTRA)ian1994-05-061-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7223 138bc75d-0d04-0410-961f-82ee72b054a4
* (stamp-objlist): Depend on OBJS and BC_OBJS so thatdje1994-05-031-1/+1
| | | | | | | subdir makes will know to re-link. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7195 138bc75d-0d04-0410-961f-82ee72b054a4
* (stamp-objlist): New target.dje1994-04-291-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7179 138bc75d-0d04-0410-961f-82ee72b054a4
* (USE_ALLOCA): Rearrange "'s.dje1994-04-291-4/+1
| | | | | | | (FLAGS_TO_PASS): Delete CLIB, MALLOC, OBSTACK. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7176 138bc75d-0d04-0410-961f-82ee72b054a4
* Change _op_vec_decl to _op_vdel and _op_vec_new to _op_vnewmerrill1994-04-271-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7161 138bc75d-0d04-0410-961f-82ee72b054a4
* (*compare*): Add missing semicolons.kenner1994-04-251-8/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7155 138bc75d-0d04-0410-961f-82ee72b054a4
* (install-common): Install EXTRA_PARTS with INSTALL_DATA, notkenner1994-04-251-1/+7
| | | | | | | INSTALL_PROGRAM. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7147 138bc75d-0d04-0410-961f-82ee72b054a4
* (compare, compare3, gnucompare, gnucompare3): Add missing "'s.dje1994-04-221-4/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7138 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (LANGUAGES): Remove c++.dje1994-04-221-127/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (SUBDIRS): New variable. (LEX, LEXFLAGS): Ditto. (MAKEOVERRIDES): Ditto. (COMPILERS): Remove cc1plus. (LANG_MAKEFILES, LANG_STAGESTUFF, LANG_DIFF_EXCLUDES, FLAGS_TO_PASS): New variables. (CPLUS_OBJS, CPLUS_TREE_H, C++, c++, g++, g++-cross, cc1plus, cp-*.o, g++.o, gplus.info): Deleted. (STAGESTUFF): Remove g++, g++-cross, cc1plus. Add $(LANG_STAGESTUFF). (Makefile): Depend on $(LANG_MAKEFILES). (####language hooks, ####language fragments): New spots for sed to insert things. (all.cross, all.build, start.encap, rest.encap, info, dvi, install-normal, install-common, install-info, install-man, uninstall, distdir, mostlyclean, clean, distclean, extraclean, realclean, stage1, stage2, stage3, stage4): Depend on lang.foo. (mostlyclean, clean, distclean, extraclean, realclean): Clean as much of the language subdirectories as we can. (install-common): Remove g++ installation. (install-man): Remove g++.1 installation. (uninstall): Remove g++ reference. (TAGS): Remove cp-parse.? reference. (distdir): Ditto. (distdir-start, distdir-finish): New targets. (diff): Remove cp-parse.? reference. Add $(LANG_DIFF_EXCLUDES). (compare, compare3, gnucompare, gnucompare3): Compare language subdirectories too. (stage1-start, stage2-start, stage3-start, stage4-start): New targets. Ensure stage subdirectory exists before processing language dependent part. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7136 138bc75d-0d04-0410-961f-82ee72b054a4
* (expr.o): Depend on regs.h.dje1994-04-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7082 138bc75d-0d04-0410-961f-82ee72b054a4
* (LIB2FUNCS): Change _op_vec_delete to _op_vec_del.merrill1994-04-181-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7064 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (LIB2FUNCS): Add _op_vec_{delete,new}.merrill1994-04-131-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7042 138bc75d-0d04-0410-961f-82ee72b054a4
* (all.cross, rest.encap): Delete objc-runtime andwilson1994-04-111-9/+9
| | | | | | | | | | | SYSCALLS.c.X. (OBJC, OBJECTIVE-C): Add objc-runtime. (proto): Add SYSCALLS.c.X. (libgcc2.ready, libobjc.a, sublibobjc.a, SYSCALLS.c.X): Add dependence on stmp-int-hdrs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7029 138bc75d-0d04-0410-961f-82ee72b054a4
* (USER_H): Add $(srcdir)/ before every ginclude use.wilson1994-04-061-5/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6992 138bc75d-0d04-0410-961f-82ee72b054a4
* Undefine __*_TYPE when preprocessing fixtmp.cmerrill1994-04-041-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6961 138bc75d-0d04-0410-961f-82ee72b054a4
* (USER_H): Files in ginclude now. Add stdarg.h,wilson1994-04-011-33/+22
| | | | | | | | | | | | | | | stddef.h, varargs.h. (all.cross, rest.encap): Move LIBGCC after stmp-headers. Add objc-runtime, and SYSCALLS.c.X. (for-bootstrap): Delete. (OBJC, OBJECTIVE-C): Delete objc-runtime. (proto): Delete SYSCALLS.c.X. (*.o): Delete gvarargs.h dependencies. (stmp-int-hdrs): Delete gvarargs.h, gstdarg.h, gstddef.h deps, and code to copy them. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6955 138bc75d-0d04-0410-961f-82ee72b054a4
* (stmp-fixproto): Add missing "-" in front of "if".kenner1994-03-151-3/+3
| | | | | | | (install-headers-tar, gcc.xtar): Use "-" in front of tar options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6792 138bc75d-0d04-0410-961f-82ee72b054a4
* (gxx_include_dir): Replacement for gxx_prefix.kenner1994-03-131-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6761 138bc75d-0d04-0410-961f-82ee72b054a4
* (stmp-fixproto): Work around a `make' bug in BSDI 1.1.kenner1994-03-121-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6758 138bc75d-0d04-0410-961f-82ee72b054a4
* (extraclean): Remove djefoo cruft.dje1994-03-101-1/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6737 138bc75d-0d04-0410-961f-82ee72b054a4
* (mostlyclean): Don't explicitly delete ld.wilson1994-03-081-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6712 138bc75d-0d04-0410-961f-82ee72b054a4
* (gxx_prefix): New; default to $(libdir).kenner1994-03-071-3/+5
| | | | | | | (GPLUSPLUS_INCLUDE_DIR): Change to $(gxx_prefix)/g++-include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6709 138bc75d-0d04-0410-961f-82ee72b054a4
* (c-gperf.h): New rule.kenner1994-03-041-7/+12
| | | | | | | | | | (c-lex.o): Depends on c-gperf.h. (realclean): Delete c-gperf.h. (distdir): Build c-gperf.h. (diff): Omit differences in c-gperf.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6693 138bc75d-0d04-0410-961f-82ee72b054a4
* back out of 29th mergemrs1994-02-251-137/+56
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6625 138bc75d-0d04-0410-961f-82ee72b054a4
* 29th Cygnus<->FSF merge. Includes cp-* --> cp/* relocation.mrs1994-02-241-56/+137
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6614 138bc75d-0d04-0410-961f-82ee72b054a4
* fixincludes no longer depends on cpp. Remove fixinc.ready, don't passian1994-02-151-14/+3
| | | | | | | xgcc to fixincludes git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6564 138bc75d-0d04-0410-961f-82ee72b054a4
* (enquire.o): Depend on stmp-int-hdrs.wilson1994-02-031-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6473 138bc75d-0d04-0410-961f-82ee72b054a4
* (cross-test, enquire, protoize, unprotoize): Specify program name inkenner1994-01-311-4/+5
| | | | | | | -o to force into build directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6446 138bc75d-0d04-0410-961f-82ee72b054a4
* (gcc.o, cccp.o): No longer define TOOLDIR.kenner1994-01-111-3/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6373 138bc75d-0d04-0410-961f-82ee72b054a4
* (Makefile, stmp-fixinc, deduced.h, stmp-fixproto):wilson1994-01-101-4/+4
| | | | | | | Execute shell scripts with $(SHELL). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6364 138bc75d-0d04-0410-961f-82ee72b054a4
* (install-headers-cpio): Run cpio in include-dir.jrv1994-01-091-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6362 138bc75d-0d04-0410-961f-82ee72b054a4
* (libgcc.a): Allow chmod of tmpcopy directory to fail since it can bekenner1993-12-231-1/+1
| | | | | | | empty. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6286 138bc75d-0d04-0410-961f-82ee72b054a4
* (ENQUIRE_CFLAGS): Omit -DNO_STDDEF.kenner1993-12-231-5/+5
| | | | | | | | | (USE_ALLOCA): Allow ${ALLOCA} to begin with a dash. (OBJC, OBJECTIVE-C): Depend on objc-runtime. (objc-headers): Make include directory if missing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6281 138bc75d-0d04-0410-961f-82ee72b054a4
* Refine last change; just add -I.kenner1993-12-231-4/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6279 138bc75d-0d04-0410-961f-82ee72b054a4
* (GCC_CFLAGS): Add -B and -I options.kenner1993-12-231-2/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6277 138bc75d-0d04-0410-961f-82ee72b054a4
* (gcc.o): Define DEFAULT_TARGET_VERSION.kenner1993-12-221-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6263 138bc75d-0d04-0410-961f-82ee72b054a4
* (install-headers, install-headers-tar): Correctly handle directorieskenner1993-12-221-3/+3
| | | | | | | when $(libsubdir) is a relative path. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6259 138bc75d-0d04-0410-961f-82ee72b054a4
* (MD_FILE rule): Depend on $(MD_DEPS). Invoke $(MD_CPP).kenner1993-12-211-5/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6256 138bc75d-0d04-0410-961f-82ee72b054a4
* (cccp.o, stmt-proto): Use $(includedir).kenner1993-12-161-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6243 138bc75d-0d04-0410-961f-82ee72b054a4
* (gnucompare, gnucompare3): New targets.kenner1993-12-151-0/+15
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6236 138bc75d-0d04-0410-961f-82ee72b054a4
* (halfpic.o): New rule; copied from t-osfrose.kenner1993-12-121-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6216 138bc75d-0d04-0410-961f-82ee72b054a4
* (emit-rtl.o): Includes tree.h.kenner1993-11-251-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6165 138bc75d-0d04-0410-961f-82ee72b054a4
* (stmp-fixproto): Create include subdir if doesn't exist.rms1993-11-251-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6159 138bc75d-0d04-0410-961f-82ee72b054a4
* Cygnus<->FSF merge for gcc-2.5.5brendan1993-11-241-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6154 138bc75d-0d04-0410-961f-82ee72b054a4