aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix problem building optmized buildChris Lattner2003-06-201-1/+1
* Remove extra lineChris Lattner2003-06-181-1/+0
* Modified the environment variables that determine where things are located toJohn Criswell2003-06-161-3/+3
* Modified Makefile.common to handle compilation of projects inside and outsideJohn Criswell2003-06-111-123/+159
* Added configurable options for the Linker and Archiver.John Criswell2003-05-301-2/+2
* Added documentation for the project optionsDinakar Dhurjati2003-05-291-4/+23
* Get rid of extraneous ""sChris Lattner2003-05-291-1/+1
* Added a path to the current version of the built TableGen.Misha Brukman2003-05-291-0/+1
* Removed configuration options that are better served in Makefile.config.John Criswell2003-05-291-23/+2
* Added project options to the Makefile.commonDinakar Dhurjati2003-05-291-42/+117
* Add facilities for building source that is outside of the current directoryChris Lattner2003-05-151-18/+28
* Fix several bugs in the build system, including the use of the Debug version ...Chris Lattner2003-03-141-52/+25
* Fix warnings compiling C filesChris Lattner2003-02-191-2/+2
* Fix profile buildsChris Lattner2003-02-131-4/+5
* Add -fomit-frame-pointer when optimizingChris Lattner2003-02-121-2/+2
* Fix strip issue Joel ran intoChris Lattner2003-01-311-4/+4
* Fix problem with flex scanners and huge token sizesChris Lattner2003-01-231-1/+10
* Fix lli build problem with parallel makesChris Lattner2003-01-221-4/+9
* Simplify and correct rules for building lex/yacc files. Make sure to deleteChris Lattner2003-01-161-4/+14
* Add helperChris Lattner2003-01-161-0/+4
* Add support for a recursive test targetChris Lattner2003-01-161-2/+3
* Use -Wl,-x instead of -s: it is more portable, and in particular,Vikram S. Adve2002-12-161-4/+4
* On `make clean', kill the core files produced, which are of the form:Misha Brukman2002-12-041-1/+1
* Generalize ExportSymbols into PLATFORMLINKOPTSChris Lattner2002-11-041-3/+4
* Don't link tools with -g objects!Chris Lattner2002-10-291-1/+1
* Patch submited by Casey to remove obnoxious warnings.Chris Lattner2002-10-251-1/+1
* Disable optimization that doesn't apply to CChris Lattner2002-10-221-1/+1
* Fix misspelled variableChris Lattner2002-10-221-1/+1
* Warn when we are linking an executable without symbols.Vikram S. Adve2002-10-201-1/+3
* Remove outdated line which of course cvs merging never detects...Vikram S. Adve2002-10-151-1/+1