aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2004-04-16As a part of the bootstrapping process, the top-level tools-only targetBrian Gaeke
2004-02-10Should fix pr220 - "make install" doesn't install header files whenBrian Gaeke
2004-02-09Fix bug in installation process: MKDIR must respect DESTDIR.Brian Gaeke
2004-02-08Remove rules for autoconf'ing files from top-level MakefileBrian Gaeke
2004-02-03Revised version of a patch for PR222 that works with my version of gmake.Chris Lattner
2004-02-03Apply Michael Kahl's patch to fix the 'make tools-only' target when OBJDIR !=...Chris Lattner
2004-01-22Move support for building tags database from Makefile.rules to Makefile, becauseBrian Gaeke
2004-01-21Part 2 of DESTDIR supportBrian Gaeke
2004-01-13Simplify configure rules. (I don't know if anyone else cares...)Brian Gaeke
2003-12-10Support 'make install' for LLVM include files.Brian Gaeke
2003-10-21Add tools-only target, for bootstrapping the C/C++ front end.Brian Gaeke
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-10-08I really meant to use that AUTOHEADER variable I put in there.Brian Gaeke
2003-10-07Add rule for regenerating config.h.in using autoheader.Brian Gaeke
2003-10-07Add target to regenerate top-level "configure" script.Brian Gaeke
2003-10-05Revert back to keeping Burg and TableGen in the utils directoryChris Lattner
2003-09-29Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell
2003-08-15build the new runtime directoryChris Lattner
2003-08-12Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning ofJohn Criswell
2003-06-11Modified Makefile.common to handle compilation of projects inside and outsideJohn Criswell
2002-12-02Make sure to build lib/Support before the utilities, then use the newChris Lattner
2002-09-17Build burg treeChris Lattner
2001-06-06Initial revisionChris Lattner