aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* When linking the runtime libraries, do not link -lc and -lgcc into the librariesChris Lattner2003-10-211-1/+1
* Added LLVM copyright notice.John Criswell2003-10-211-0/+7
* Added autoconf support for the sample project.John Criswell2003-10-161-32/+32
* Print out just the filename being compiled/linked, not the full path to it.Misha Brukman2003-10-101-12/+12
* Make the message stand out moreChris Lattner2003-10-101-2/+4
* Depend on config.status instead of config.h, because config.h timestamp may notMisha Brukman2003-10-071-2/+2
* Added targets that force users to re-run autoconf when the script has beenJohn Criswell2003-10-071-0/+11
* Fixed the conditional targets for postscript files and tags.John Criswell2003-10-021-2/+2
* Changed the empty rule for .h files. The rule needs an empty command so thatJohn Criswell2003-09-181-1/+1
* Put llvm .bc files into the BytecodeObj subdirectory instead of the BytecodeChris Lattner2003-09-151-6/+6
* Allow specifying a file with symbols to exportChris Lattner2003-09-151-0/+4
* Wrap long lines at 80 colsChris Lattner2003-09-151-2/+5
* Make sure to #include the OBJROOT config.h file, not the SRCROOT config.h file!Chris Lattner2003-09-151-2/+2
* Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell2003-09-111-3/+1
* Removed the aposthrophes endings and the elipses suffixes from build output.John Criswell2003-09-111-2/+2
* Avoid dumping runtime library bytecode files into lib/Bytecode if buildingChris Lattner2003-09-101-1/+1
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-091-17/+17
* Checkin of autoconf-style object root.John Criswell2003-09-061-105/+37
* 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