aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* For PR614:Reid Spencer2005-08-251-0/+18
* Make sure the tools get built if no build target is specified.Reid Spencer2005-05-291-1/+1
* Add a "libs-only" target for avoiding construction of the tools andReid Spencer2005-05-251-4/+9
* Two dist-check related changes:Reid Spencer2005-05-241-0/+4
* Remove the check target. Its now in Makefile.rulesReid Spencer2004-12-061-3/+0
* CVS directory elimination moved to Makefile.rulesReid Spencer2004-12-041-2/+0
* Made it default to check instead of check-dejagnu.Tanya Lattner2004-12-041-2/+1
* check is now a single colon rule. Also make it default to running dejagnu in...Chris Lattner2004-12-031-4/+2
* Add "docs" as a descendable directory (at the end)Reid Spencer2004-11-291-2/+2
* Add a convenience target to build all three modes: Debug, Release, ProfileReid Spencer2004-11-251-1/+13
* Move path override in test/Makefile.Alkis Evlogimenos2004-11-081-1/+1
* Override PATH to submake so that all tools are found if the PATH isAlkis Evlogimenos2004-11-081-1/+1
* Removed passing TARGET.Tanya Lattner2004-11-071-1/+1
* Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order ...Tanya Lattner2004-11-071-1/+1
* Minor error.Tanya Lattner2004-11-071-1/+1
* Added support to specify which test suite dejagnu should run (Feature or Regr...Tanya Lattner2004-11-071-1/+1
* Added rough support for dejagnu testing. Changes need to be made to autoconf ...Tanya Lattner2004-11-071-0/+3
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-6/+6
* Reduce the number of EXTRA_DIST files since Makefile.rules now handles theReid Spencer2004-10-261-6/+10
* New Makefile Features:Reid Spencer2004-10-251-0/+11
* Move top level rules for tags and installing headers to Makefile.rulesReid Spencer2004-10-241-30/+0
* Changed the distclean target to handle the new location of config.h.John Criswell2004-09-171-1/+1
* Add lib/System ahead of lib/Support in case there are operating systemReid Spencer2004-08-291-1/+1
* Include the "examples" directory as optional.Reid Spencer2004-08-241-1/+1
* etags isn't portable at all. Make it not run by default. If you stillChris Lattner2004-06-241-1/+1
* Change tags rule to pipe output from find through etags command so that itReid Spencer2004-06-111-1/+1
* Change the install-includes target to completely ignore the llvm/InternalReid Spencer2004-05-251-2/+2
* Standardize header comments of top-level Makefiles.Misha Brukman2004-04-241-2/+2
* As a part of the bootstrapping process, the top-level tools-only targetBrian Gaeke2004-04-161-1/+1
* Should fix pr220 - "make install" doesn't install header files whenBrian Gaeke2004-02-101-0/+3
* Fix bug in installation process: MKDIR must respect DESTDIR.Brian Gaeke2004-02-091-1/+1
* Remove rules for autoconf'ing files from top-level MakefileBrian Gaeke2004-02-081-7/+0
* Revised version of a patch for PR222 that works with my version of gmake.Chris Lattner2004-02-031-2/+6
* Apply Michael Kahl's patch to fix the 'make tools-only' target when OBJDIR !=...Chris Lattner2004-02-031-2/+2
* Move support for building tags database from Makefile.rules to Makefile, becauseBrian Gaeke2004-01-221-2/+11
* Part 2 of DESTDIR supportBrian Gaeke2004-01-211-1/+1
* Simplify configure rules. (I don't know if anyone else cares...)Brian Gaeke2004-01-131-5/+2
* Support 'make install' for LLVM include files.Brian Gaeke2003-12-101-0/+10
* Add tools-only target, for bootstrapping the C/C++ front end.Brian Gaeke2003-10-211-0/+3
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* I really meant to use that AUTOHEADER variable I put in there.Brian Gaeke2003-10-081-1/+1
* Add rule for regenerating config.h.in using autoheader.Brian Gaeke2003-10-071-1/+5
* Add target to regenerate top-level "configure" script.Brian Gaeke2003-10-071-0/+5
* Revert back to keeping Burg and TableGen in the utils directoryChris Lattner2003-10-051-1/+1
* Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell2003-09-291-1/+1
* build the new runtime directoryChris Lattner2003-08-151-1/+1
* Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning ofJohn Criswell2003-08-121-0/+8
* Modified Makefile.common to handle compilation of projects inside and outsideJohn Criswell2003-06-111-0/+1
* Make sure to build lib/Support before the utilities, then use the newChris Lattner2002-12-021-1/+1
* Build burg treeChris Lattner2002-09-171-1/+1