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