summaryrefslogtreecommitdiff
path: root/runtime/Makefile
AgeCommit message (Expand)Author
2004-08-09* Remove UIUC-specific commentMisha Brukman
2004-05-23Build the garbage collectorsChris Lattner
2004-04-16Remove libraries that have no reason to be here, and keep breaking the nightl...Chris Lattner
2004-04-13Reenable library now that the loopsimplify bug is fixedChris Lattner
2004-04-13Temporary hack to get the nightly tester runningChris Lattner
2004-02-27Build zlib and libpngChris Lattner
2004-02-04Clean out DESTLIBBYTECODE when making clean in runtime.Brian Gaeke
2004-01-16Clarify comment.Brian Gaeke
2003-12-08Simplify makefiles by just explicitly listing directoriesChris Lattner
2003-12-08Fixed the dynamic generation of the list of subdirectories to compile.John Criswell
2003-11-16As per PR96, don't build subdirs if LLVMGCCDIR is not set to somethingBrian Gaeke
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-08-15Adjust level, build things in parallelChris Lattner
2003-08-15Convert libraries into the BYTECODE_LIBRARY styleChris Lattner
2002-03-22Remove compilation of __main because we now link -lgcc into programsChris Lattner
2002-03-18Need rule for runtime.o. This is just temporary to provideVikram S. Adve
2002-03-08Checkin library infrastructure for building stuff to be linked withChris Lattner
2002-02-26Add a clean target stubChris Lattner
2002-01-23Initial checkin of Makefile, just a dummy file for now.Chris Lattner