summaryrefslogtreecommitdiff
path: root/projects/Makefile
AgeCommit message (Expand)Author
2013-06-24Filter out dragonegg when checked out into a projects subdirectory.Chandler Carruth
2010-09-09projects: Don't try to build libcxx if one happens to have it checked out intoDaniel Dunbar
2010-01-18Don't try to build compiler-rt if it happens to be checked out into projects/Daniel Dunbar
2008-06-24Allow the test suite to be checked out into projects/test-suite.Matthijs Kooijman
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-01-17remove obsolete commentChris Lattner
2007-01-17For PR1074:Reid Spencer
2006-09-30Stacker doesn't build universal right.Chris Lattner
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-09-14The Sparc linking .so problem extends to the sample project as wellMisha Brukman
2004-09-13Sparc cannot link shared objects (libtool issue) which affects Stacker.Misha Brukman
2004-09-04Make sure llvm-test doesn't build automatically so the nightly test canReid Spencer
2004-09-03Uh, changing in build dir and committing in src dir doesn't lead to correctReid Spencer
2004-09-03Correct the specification of the DIRS variable to not include the sourceReid Spencer
2004-08-23Change the makefile back so it descends any directory with a Makefile.Reid Spencer
2004-08-20Avoid building samples. Require explicit list of directory names to build.Reid Spencer
2004-08-20Only build project dirs with a Makefile in them. This should fix theChris Lattner
2003-11-25Adjusted the projects Makefile so that it picks up the name of projectsJohn Criswell
2003-10-20Added LLVM copyrights to Makefiles.John Criswell
2003-06-30Adding in projects subtree.John Criswell