summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2004-12-06Remove the check target. Its now in Makefile.rulesReid Spencer1-3/+0
2004-12-04CVS directory elimination moved to Makefile.rulesReid Spencer1-2/+0
2004-12-04Made it default to check instead of check-dejagnu.Tanya Lattner1-2/+1
2004-12-03check is now a single colon rule. Also make it default to running dejagnu in...Chris Lattner1-4/+2
2004-11-29Add "docs" as a descendable directory (at the end)Reid Spencer1-2/+2
2004-11-25Add a convenience target to build all three modes: Debug, Release, ProfileReid Spencer1-1/+13
2004-11-08Move path override in test/Makefile.Alkis Evlogimenos1-1/+1
2004-11-08Override PATH to submake so that all tools are found if the PATH isAlkis Evlogimenos1-1/+1
2004-11-07Removed passing TARGET.Tanya Lattner1-1/+1
2004-11-07Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order ...Tanya Lattner1-1/+1
2004-11-07Minor error.Tanya Lattner1-1/+1
2004-11-07Added support to specify which test suite dejagnu should run (Feature or Regr...Tanya Lattner1-1/+1
2004-11-07Added rough support for dejagnu testing. Changes need to be made to autoconf ...Tanya Lattner1-0/+3
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer1-6/+6
2004-10-26Reduce the number of EXTRA_DIST files since Makefile.rules now handles theReid Spencer1-6/+10
2004-10-25New Makefile Features:Reid Spencer1-0/+11
2004-10-24Move top level rules for tags and installing headers to Makefile.rulesReid Spencer1-30/+0
2004-09-17Changed the distclean target to handle the new location of config.h.John Criswell1-1/+1
2004-08-29Add lib/System ahead of lib/Support in case there are operating systemReid Spencer1-1/+1
2004-08-24Include the "examples" directory as optional.Reid Spencer1-1/+1
2004-06-24etags isn't portable at all. Make it not run by default. If you stillChris Lattner1-1/+1
2004-06-11Change tags rule to pipe output from find through etags command so that itReid Spencer1-1/+1
2004-05-25Change the install-includes target to completely ignore the llvm/InternalReid Spencer1-2/+2
2004-04-24Standardize header comments of top-level Makefiles.Misha Brukman1-2/+2
2004-04-16As a part of the bootstrapping process, the top-level tools-only targetBrian Gaeke1-1/+1
2004-02-10Should fix pr220 - "make install" doesn't install header files whenBrian Gaeke1-0/+3
2004-02-09Fix bug in installation process: MKDIR must respect DESTDIR.Brian Gaeke1-1/+1
2004-02-08Remove rules for autoconf'ing files from top-level MakefileBrian Gaeke1-7/+0
2004-02-03Revised version of a patch for PR222 that works with my version of gmake.Chris Lattner1-2/+6
2004-02-03Apply Michael Kahl's patch to fix the 'make tools-only' target when OBJDIR !=...Chris Lattner1-2/+2
2004-01-22Move support for building tags database from Makefile.rules to Makefile, becauseBrian Gaeke1-2/+11
2004-01-21Part 2 of DESTDIR supportBrian Gaeke1-1/+1
2004-01-13Simplify configure rules. (I don't know if anyone else cares...)Brian Gaeke1-5/+2
2003-12-10Support 'make install' for LLVM include files.Brian Gaeke1-0/+10
2003-10-21Add tools-only target, for bootstrapping the C/C++ front end.Brian Gaeke1-0/+3
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell1-0/+8
2003-10-08I really meant to use that AUTOHEADER variable I put in there.Brian Gaeke1-1/+1
2003-10-07Add rule for regenerating config.h.in using autoheader.Brian Gaeke1-1/+5
2003-10-07Add target to regenerate top-level "configure" script.Brian Gaeke1-0/+5
2003-10-05Revert back to keeping Burg and TableGen in the utils directoryChris Lattner1-1/+1
2003-09-29Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell1-1/+1
2003-08-15build the new runtime directoryChris Lattner1-1/+1
2003-08-12Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning ofJohn Criswell1-0/+8
2003-06-11Modified Makefile.common to handle compilation of projects inside and outsideJohn Criswell1-0/+1
2002-12-02Make sure to build lib/Support before the utilities, then use the newChris Lattner1-1/+1
2002-09-17Build burg treeChris Lattner1-1/+1
2001-06-06Initial revisionChris Lattner1-0/+7