summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Slightly simplify make logicChris Lattner2003-08-29
* Start using `llvm-as' instead of `as'.Misha Brukman2003-08-28
* Refactor code slightly. Make code compiled with llvmgcc use the warning optionsChris Lattner2003-08-27
* Fix typeoChris Lattner2003-08-23
* Remove last remenants of cleandepsChris Lattner2003-08-22
* Ugh, really fix it now... :(Chris Lattner2003-08-22
* Fix computation of LLVM_OBJ_ROOT for non-projects :(Chris Lattner2003-08-22
* Include the top-level Makefile.config from the LLVM tree for projectsChris Lattner2003-08-21
* Projects no longer need to specify LLVM_OBJ_ROOT. Also, for the prdirs targe...Chris Lattner2003-08-21
* The word `dependence' and its derivatives have no `a'.Misha Brukman2003-08-21
* Make the tags rule tolerate lack of one of the standard directoriesChris Lattner2003-08-21
* * Remove cleandeps targetChris Lattner2003-08-21
* fix dependencyChris Lattner2003-08-21
* Point to the correct cc1/cc1plus binariesChris Lattner2003-08-20
* Modified the SUFFIXES pseudo targets so that we remove all default suffixesJohn Criswell2003-08-20
* Add new cleandeps target, to allow easy cleaning out of .d filesChris Lattner2003-08-18
* Remove extraneous ;'s, no functional changesChris Lattner2003-08-15
* Add llvm tools to path of LLVMGCCChris Lattner2003-08-15
* Make sure to create the directory before we cram a .bc file into itChris Lattner2003-08-15
* Implement BYTECODE_LIBRARY supportChris Lattner2003-08-15
* Simplifications to Makefile.common, remove support for Purify since it wasChris Lattner2003-08-14
* Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning ofJohn Criswell2003-08-12
* Makefile.common: Remove commented-out and duplicate rules.Brian Gaeke2003-08-06
* Reverted back to using OR for cmp/mv operations for lex/yacc output.John Criswell2003-08-05
* Switched from using diff to cmp for two reasons:John Criswell2003-08-05
* Urg, do not print "foo has changed" messagesChris Lattner2003-08-04
* While I'm looking at it, line up the SED linesChris Lattner2003-08-04
* * Don't print out HOW we are running Flex unless in verbose mode. We alreadyChris Lattner2003-08-04
* Modified the use of libtool so that we don't compile every file twice.John Criswell2003-07-31
* Renamed libtool to mklib for your tab completion pleasure.John Criswell2003-07-23
* Marked some of the phony targets are PHONY. This will hopefully speedJohn Criswell2003-07-16
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Add phony target "bytecode" to ensure that it works in recursive makes.Vikram S. Adve2003-07-10
* Move the space separator to where it really belongs: in the print statement, notMisha Brukman2003-07-10
* Removed an extra slash that appears in the path name when these variables areMisha Brukman2003-07-07
* Renamed all of the LObj* variables (which represent libtool objects) to Obj*.John Criswell2003-07-01
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Added the OPTIONAL_DIRS variable for specifying optional directories to build.John Criswell2003-06-27
* Reverted back to revision 1.91.John Criswell2003-06-20
* Added a hack that takes the path relative to the home directory into accountJohn Criswell2003-06-20
* Fix problem building optmized buildChris Lattner2003-06-20
* Remove extra lineChris Lattner2003-06-18
* Modified the environment variables that determine where things are located toJohn Criswell2003-06-16
* Modified Makefile.common to handle compilation of projects inside and outsideJohn Criswell2003-06-11
* Added configurable options for the Linker and Archiver.John Criswell2003-05-30
* Added documentation for the project optionsDinakar Dhurjati2003-05-29
* Get rid of extraneous ""sChris Lattner2003-05-29
* Added a path to the current version of the built TableGen.Misha Brukman2003-05-29
* Removed configuration options that are better served in Makefile.config.John Criswell2003-05-29
* Added project options to the Makefile.commonDinakar Dhurjati2003-05-29