aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow the Source variable to be overridden completely if needed.Vikram S. Adve2002-10-141-1/+3
* Make sure to print message when linking a debug .o fileChris Lattner2002-09-251-0/+1
* * Minor fixes to support C files.Chris Lattner2002-09-221-9/+22
* Fix yet another profile linking issue.Vikram S. Adve2002-09-201-1/+1
* Fix link error for profile version. Also, build Burg differentlyVikram S. Adve2002-09-201-4/+4
* The ENABLE_PROFILING flag now builds the profiled libraries and executablesVikram S. Adve2002-09-201-22/+74
* Move the burg option out of Makefile.config into Makefile.common sinceChris Lattner2002-09-191-4/+8
* Strip tools/Debug/ executables by default. Define KEEP_SYMBOLS toVikram S. Adve2002-09-181-1/+8
* corrected small bug, to handle when DIRS is not defined.Anand Shukla2002-09-181-0/+2
* Add support for the new PARALLEL_DIRS optionChris Lattner2002-09-181-7/+20
* Allow the VERBOSE=1 option to turn on output of recursive make behaviorChris Lattner2002-09-171-1/+1
* Fix parallel recursive make to build directories in orderChris Lattner2002-09-171-6/+4
* Comment line of the makefileChris Lattner2002-09-161-0/+1
* Handle whitespace in LIBRARYNAME gracefullyChris Lattner2002-09-161-0/+2
* Factor platform specific makefile directives out into their own makefileChris Lattner2002-09-131-17/+12
* Link .so files correctly on either linux or solarisChris Lattner2002-09-131-5/+17
* Build with -D_GNU_SOURCE to enable gnu extensions in header filesChris Lattner2002-09-131-0/+3
* Make sure to print a message when linking a toolChris Lattner2002-09-121-0/+2
* Compiling with "gmake" should produce less output. The compilation/linkingMisha Brukman2002-09-121-20/+30
* Simplified significantly by pulling out local configuration optionsVikram S. Adve2002-08-291-24/+13
* Factor out /shared/... path to simplify changing it.Vikram S. Adve2002-08-291-4/+13
* Fix clean command to clean in /shared when that is used.Vikram S. Adve2002-08-221-1/+1
* Throw purify temporary files into /shared if we have it.Chris Lattner2002-08-171-1/+1
* - Makefile changes:Chris Lattner2002-08-121-27/+38
* Oops, I accidentally broke the .d files. Fixed thuslyChris Lattner2002-08-091-1/+1
* * Remove some bogus dependencies on Depend/.dirChris Lattner2002-08-091-19/+35
* Comment options that may be enabledChris Lattner2002-08-031-1/+13
* Don't build Debug/ versions when ENABLE_OPTIMIZED is on.Vikram S. Adve2002-08-021-1/+4
* Cleanup Makefile a bitChris Lattner2002-07-311-16/+7
* Changes to allow building lib/Target/Sparc the FIRST time.Chris Lattner2002-07-251-4/+4
* Allow directories to specify that they want to be built as a shared object by...Chris Lattner2002-07-231-0/+5
* Enable USEDLIBS to contain .a and .o filesChris Lattner2002-07-231-25/+90
* Add makefile-mode flag for emacs.Vikram S. Adve2002-07-091-1/+2
* * Allow a profile'd code build to be done with a simple 'make ENABLE_PROFILIN...Chris Lattner2002-05-101-7/+11
* Hopefully this change will make the makefile work for other people without ha...Chris Lattner2002-04-071-1/+1
* * Allow purify builds to be enabled without hacking the makefile. Now youChris Lattner2002-04-051-2/+5
* Try to fix build errorChris Lattner2002-02-111-1/+1
* Add := to make stuff more efficientChris Lattner2002-01-231-11/+11
* Reenable warning now that Chuck fixed GCCChris Lattner2002-01-211-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+1