aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen2007-09-181-2/+2
* Get rid of annoying spaces.David Greene2007-07-111-1/+1
* Install things needed by llvm-top to allow successful building Reid Spencer2007-07-081-0/+8
* Echo command lines only if the user wants them.Reid Spencer2007-04-151-2/+2
* Add a new testing target: check-one. It is used like this:Reid Spencer2007-04-151-0/+3
* don't build runtime for now, everChris Lattner2007-03-291-3/+5
* revert r1.68. This breaks 'make install' without doing 'make' first, butChris Lattner2007-02-211-0/+7
* Add a show-footprint target to run du a few times to show how much diskReid Spencer2007-02-051-0/+6
* Don't prevent install target from descending into the utils directory.Reid Spencer2007-02-051-7/+0
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-4/+9
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-9/+4
* Document build order dependencies. Make sure that llvm-config is built beforeChris Lattner2006-09-041-1/+12
* Add .PHONY targets for building source and binary RPM packages. You canReid Spencer2006-08-161-0/+7
* Revamp this to use filter-out, which makes the logic simpler and not nested.Chris Lattner2006-07-261-21/+18
* More of PR728, don't install utils either.Chris Lattner2006-06-021-4/+14
* Part of PR728, don't install examples or projects.Chris Lattner2006-06-021-1/+5
* Make a shorthand target for running the llvm2cpp test suite. This testReid Spencer2006-06-011-0/+2
* Make some changes suggested by Chris:Reid Spencer2006-05-171-1/+1
* Include the win32 and Xcode directories in the distribution.Reid Spencer2006-04-121-1/+1
* Fix recursion:Reid Spencer2006-04-081-2/+4
* Don't build projects/examples if libs-only was specified.Reid Spencer2006-04-081-1/+1
* Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of valueReid Spencer2006-04-071-1/+1
* THis -> ThisChris Lattner2006-04-071-2/+3
* For PR723:Reid Spencer2006-04-071-0/+10
* Avoid building the runtime libraries if llvm-gcc version 4 is detected.Reid Spencer2006-04-061-6/+11
* 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