summaryrefslogtreecommitdiff
path: root/Makefile.common
Commit message (Expand)AuthorAge
* 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
* Add facilities for building source that is outside of the current directoryChris Lattner2003-05-15
* Fix several bugs in the build system, including the use of the Debug version ...Chris Lattner2003-03-14
* Fix warnings compiling C filesChris Lattner2003-02-19
* Fix profile buildsChris Lattner2003-02-13
* Add -fomit-frame-pointer when optimizingChris Lattner2003-02-12
* Fix strip issue Joel ran intoChris Lattner2003-01-31
* Fix problem with flex scanners and huge token sizesChris Lattner2003-01-23
* Fix lli build problem with parallel makesChris Lattner2003-01-22
* Simplify and correct rules for building lex/yacc files. Make sure to deleteChris Lattner2003-01-16
* Add helperChris Lattner2003-01-16
* Add support for a recursive test targetChris Lattner2003-01-16
* Use -Wl,-x instead of -s: it is more portable, and in particular,Vikram S. Adve2002-12-16
* On `make clean', kill the core files produced, which are of the form:Misha Brukman2002-12-04
* Generalize ExportSymbols into PLATFORMLINKOPTSChris Lattner2002-11-04
* Don't link tools with -g objects!Chris Lattner2002-10-29
* Patch submited by Casey to remove obnoxious warnings.Chris Lattner2002-10-25
* Disable optimization that doesn't apply to CChris Lattner2002-10-22
* Fix misspelled variableChris Lattner2002-10-22
* Warn when we are linking an executable without symbols.Vikram S. Adve2002-10-20
* Remove outdated line which of course cvs merging never detects...Vikram S. Adve2002-10-15
* Allow the Source variable to be overridden completely if needed.Vikram S. Adve2002-10-14
* Make sure to print message when linking a debug .o fileChris Lattner2002-09-25
* * Minor fixes to support C files.Chris Lattner2002-09-22
* Fix yet another profile linking issue.Vikram S. Adve2002-09-20
* Fix link error for profile version. Also, build Burg differentlyVikram S. Adve2002-09-20
* The ENABLE_PROFILING flag now builds the profiled libraries and executablesVikram S. Adve2002-09-20
* Move the burg option out of Makefile.config into Makefile.common sinceChris Lattner2002-09-19
* Strip tools/Debug/ executables by default. Define KEEP_SYMBOLS toVikram S. Adve2002-09-18
* corrected small bug, to handle when DIRS is not defined.Anand Shukla2002-09-18
* Add support for the new PARALLEL_DIRS optionChris Lattner2002-09-18
* Allow the VERBOSE=1 option to turn on output of recursive make behaviorChris Lattner2002-09-17
* Fix parallel recursive make to build directories in orderChris Lattner2002-09-17