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