aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2006-07-26Revamp this to use filter-out, which makes the logic simpler and not nested.Chris Lattner
2006-06-02More of PR728, don't install utils either.Chris Lattner
2006-06-02Part of PR728, don't install examples or projects.Chris Lattner
2006-06-01Make a shorthand target for running the llvm2cpp test suite. This testReid Spencer
2006-05-17Make some changes suggested by Chris:Reid Spencer
2006-04-12Include the win32 and Xcode directories in the distribution.Reid Spencer
2006-04-08Fix recursion:Reid Spencer
2006-04-08Don't build projects/examples if libs-only was specified.Reid Spencer
2006-04-07Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of valueReid Spencer
2006-04-07THis -> ThisChris Lattner
2006-04-07For PR723:Reid Spencer
2006-04-06Avoid building the runtime libraries if llvm-gcc version 4 is detected.Reid Spencer
2005-08-25For PR614:Reid Spencer
2005-05-29Make sure the tools get built if no build target is specified.Reid Spencer
2005-05-25Add a "libs-only" target for avoiding construction of the tools andReid Spencer
2005-05-24Two dist-check related changes:Reid Spencer
2004-12-06Remove the check target. Its now in Makefile.rulesReid Spencer
2004-12-04CVS directory elimination moved to Makefile.rulesReid Spencer
2004-12-04Made it default to check instead of check-dejagnu.Tanya Lattner
2004-12-03check is now a single colon rule. Also make it default to running dejagnu in...Chris Lattner
2004-11-29Add "docs" as a descendable directory (at the end)Reid Spencer
2004-11-25Add a convenience target to build all three modes: Debug, Release, ProfileReid Spencer
2004-11-08Move path override in test/Makefile.Alkis Evlogimenos
2004-11-08Override PATH to submake so that all tools are found if the PATH isAlkis Evlogimenos
2004-11-07Removed passing TARGET.Tanya Lattner
2004-11-07Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order ...Tanya Lattner
2004-11-07Minor error.Tanya Lattner
2004-11-07Added support to specify which test suite dejagnu should run (Feature or Regr...Tanya Lattner
2004-11-07Added rough support for dejagnu testing. Changes need to be made to autoconf ...Tanya Lattner
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer
2004-10-26Reduce the number of EXTRA_DIST files since Makefile.rules now handles theReid Spencer
2004-10-25New Makefile Features:Reid Spencer
2004-10-24Move top level rules for tags and installing headers to Makefile.rulesReid Spencer
2004-09-17Changed the distclean target to handle the new location of config.h.John Criswell
2004-08-29Add lib/System ahead of lib/Support in case there are operating systemReid Spencer
2004-08-24Include the "examples" directory as optional.Reid Spencer
2004-06-24etags isn't portable at all. Make it not run by default. If you stillChris Lattner
2004-06-11Change tags rule to pipe output from find through etags command so that itReid Spencer
2004-05-25Change the install-includes target to completely ignore the llvm/InternalReid Spencer
2004-04-24Standardize header comments of top-level Makefiles.Misha Brukman
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