summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-20Fix problem building optmized buildChris Lattner1-1/+1
2003-06-18Remove extra lineChris Lattner1-1/+0
2003-06-16Modified the environment variables that determine where things are located toJohn Criswell1-3/+3
2003-06-11Modified Makefile.common to handle compilation of projects inside and outsideJohn Criswell1-123/+159
2003-05-30Added configurable options for the Linker and Archiver.John Criswell1-2/+2
2003-05-29Added documentation for the project optionsDinakar Dhurjati1-4/+23
2003-05-29Get rid of extraneous ""sChris Lattner1-1/+1
2003-05-29Added a path to the current version of the built TableGen.Misha Brukman1-0/+1
2003-05-29Removed configuration options that are better served in Makefile.config.John Criswell1-23/+2
2003-05-29Added project options to the Makefile.commonDinakar Dhurjati1-42/+117
2003-05-15Add facilities for building source that is outside of the current directoryChris Lattner1-18/+28
2003-03-14Fix several bugs in the build system, including the use of the Debug version ...Chris Lattner1-52/+25
2003-02-19Fix warnings compiling C filesChris Lattner1-2/+2
2003-02-13Fix profile buildsChris Lattner1-4/+5
2003-02-12Add -fomit-frame-pointer when optimizingChris Lattner1-2/+2
2003-01-31Fix strip issue Joel ran intoChris Lattner1-4/+4
2003-01-23Fix problem with flex scanners and huge token sizesChris Lattner1-1/+10
2003-01-22Fix lli build problem with parallel makesChris Lattner1-4/+9
2003-01-16Simplify and correct rules for building lex/yacc files. Make sure to deleteChris Lattner1-4/+14
2003-01-16Add helperChris Lattner1-0/+4
2003-01-16Add support for a recursive test targetChris Lattner1-2/+3
2002-12-16Use -Wl,-x instead of -s: it is more portable, and in particular,Vikram S. Adve1-4/+4
2002-12-04On `make clean', kill the core files produced, which are of the form:Misha Brukman1-1/+1
2002-11-04Generalize ExportSymbols into PLATFORMLINKOPTSChris Lattner1-3/+4
2002-10-29Don't link tools with -g objects!Chris Lattner1-1/+1
2002-10-25Patch submited by Casey to remove obnoxious warnings.Chris Lattner1-1/+1
2002-10-22Disable optimization that doesn't apply to CChris Lattner1-1/+1
2002-10-22Fix misspelled variableChris Lattner1-1/+1
2002-10-20Warn when we are linking an executable without symbols.Vikram S. Adve1-1/+3
2002-10-15Remove outdated line which of course cvs merging never detects...Vikram S. Adve1-1/+1
2002-10-14Allow the Source variable to be overridden completely if needed.Vikram S. Adve1-1/+3
2002-09-25Make sure to print message when linking a debug .o fileChris Lattner1-0/+1