aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)Author
2012-12-07Makefile.common: Update a description, s/Source/SOURCES/ , according to Makef...NAKAMURA Takumi
2012-05-15[docs] Remove unsupported references to ExtraSource variable.Daniel Dunbar
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2005-02-14Update comments to reflect new variable names. Patch contributed byReid Spencer
2005-01-16Make this file capable of being used by both LLVM and its projectsReid Spencer
2004-10-30No really, this is LLVM!Chris Lattner
2004-04-24Standardize header comments of top-level Makefiles.Misha Brukman
2003-10-21Added LLVM copyright notice.John Criswell
2003-09-06Checkin of autoconf-style object root.John Criswell
2003-08-29Slightly simplify make logicChris Lattner
2003-08-28Start using `llvm-as' instead of `as'.Misha Brukman
2003-08-27Refactor code slightly. Make code compiled with llvmgcc use the warning optionsChris Lattner
2003-08-23Fix typeoChris Lattner
2003-08-22Remove last remenants of cleandepsChris Lattner
2003-08-22Ugh, really fix it now... :(Chris Lattner
2003-08-22Fix computation of LLVM_OBJ_ROOT for non-projects :(Chris Lattner
2003-08-21Include the top-level Makefile.config from the LLVM tree for projectsChris Lattner
2003-08-21Projects no longer need to specify LLVM_OBJ_ROOT. Also, for the prdirs targe...Chris Lattner
2003-08-21The word `dependence' and its derivatives have no `a'.Misha Brukman
2003-08-21Make the tags rule tolerate lack of one of the standard directoriesChris Lattner
2003-08-21* Remove cleandeps targetChris Lattner
2003-08-21fix dependencyChris Lattner
2003-08-20Point to the correct cc1/cc1plus binariesChris Lattner
2003-08-20Modified the SUFFIXES pseudo targets so that we remove all default suffixesJohn Criswell
2003-08-18Add new cleandeps target, to allow easy cleaning out of .d filesChris Lattner
2003-08-15Remove extraneous ;'s, no functional changesChris Lattner
2003-08-15Add llvm tools to path of LLVMGCCChris Lattner
2003-08-15Make sure to create the directory before we cram a .bc file into itChris Lattner
2003-08-15Implement BYTECODE_LIBRARY supportChris Lattner
2003-08-14Simplifications to Makefile.common, remove support for Purify since it wasChris Lattner
2003-08-12Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning ofJohn Criswell
2003-08-06Makefile.common: Remove commented-out and duplicate rules.Brian Gaeke
2003-08-05Reverted back to using OR for cmp/mv operations for lex/yacc output.John Criswell
2003-08-05Switched from using diff to cmp for two reasons:John Criswell
2003-08-04Urg, do not print "foo has changed" messagesChris Lattner
2003-08-04While I'm looking at it, line up the SED linesChris Lattner
2003-08-04* Don't print out HOW we are running Flex unless in verbose mode. We alreadyChris Lattner
2003-07-31Modified the use of libtool so that we don't compile every file twice.John Criswell
2003-07-23Renamed libtool to mklib for your tab completion pleasure.John Criswell
2003-07-16Marked some of the phony targets are PHONY. This will hopefully speedJohn Criswell
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-07-10Add phony target "bytecode" to ensure that it works in recursive makes.Vikram S. Adve
2003-07-10Move the space separator to where it really belongs: in the print statement, notMisha Brukman
2003-07-07Removed an extra slash that appears in the path name when these variables areMisha Brukman
2003-07-01Renamed all of the LObj* variables (which represent libtool objects) to Obj*.John Criswell
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-27Added the OPTIONAL_DIRS variable for specifying optional directories to build.John Criswell
2003-06-20Reverted back to revision 1.91.John Criswell
2003-06-20Added a hack that takes the path relative to the home directory into accountJohn Criswell