summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Changed the distclean target to handle the new location of config.h.John Criswell2004-09-17
* Add lib/System ahead of lib/Support in case there are operating systemReid Spencer2004-08-29
* Include the "examples" directory as optional.Reid Spencer2004-08-24
* etags isn't portable at all. Make it not run by default. If you stillChris Lattner2004-06-24
* Change tags rule to pipe output from find through etags command so that itReid Spencer2004-06-11
* Change the install-includes target to completely ignore the llvm/InternalReid Spencer2004-05-25
* Standardize header comments of top-level Makefiles.Misha Brukman2004-04-24
* As a part of the bootstrapping process, the top-level tools-only targetBrian Gaeke2004-04-16
* Should fix pr220 - "make install" doesn't install header files whenBrian Gaeke2004-02-10
* Fix bug in installation process: MKDIR must respect DESTDIR.Brian Gaeke2004-02-09
* Remove rules for autoconf'ing files from top-level MakefileBrian Gaeke2004-02-08
* Revised version of a patch for PR222 that works with my version of gmake.Chris Lattner2004-02-03
* Apply Michael Kahl's patch to fix the 'make tools-only' target when OBJDIR !=...Chris Lattner2004-02-03
* Move support for building tags database from Makefile.rules to Makefile, becauseBrian Gaeke2004-01-22
* Part 2 of DESTDIR supportBrian Gaeke2004-01-21
* Simplify configure rules. (I don't know if anyone else cares...)Brian Gaeke2004-01-13
* Support 'make install' for LLVM include files.Brian Gaeke2003-12-10
* Add tools-only target, for bootstrapping the C/C++ front end.Brian Gaeke2003-10-21
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* I really meant to use that AUTOHEADER variable I put in there.Brian Gaeke2003-10-08
* Add rule for regenerating config.h.in using autoheader.Brian Gaeke2003-10-07
* Add target to regenerate top-level "configure" script.Brian Gaeke2003-10-07
* Revert back to keeping Burg and TableGen in the utils directoryChris Lattner2003-10-05
* Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell2003-09-29
* build the new runtime directoryChris Lattner2003-08-15
* Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning ofJohn Criswell2003-08-12
* Modified Makefile.common to handle compilation of projects inside and outsideJohn Criswell2003-06-11
* Make sure to build lib/Support before the utilities, then use the newChris Lattner2002-12-02
* Build burg treeChris Lattner2002-09-17
* Initial revisionChris Lattner2001-06-06