aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)Author
2002-11-04Generalize ExportSymbols into PLATFORMLINKOPTSChris Lattner
2002-10-29Don't link tools with -g objects!Chris Lattner
2002-10-25Patch submited by Casey to remove obnoxious warnings.Chris Lattner
2002-10-22Disable optimization that doesn't apply to CChris Lattner
2002-10-22Fix misspelled variableChris Lattner
2002-10-20Warn when we are linking an executable without symbols.Vikram S. Adve
2002-10-15Remove outdated line which of course cvs merging never detects...Vikram S. Adve
2002-10-14Allow the Source variable to be overridden completely if needed.Vikram S. Adve
2002-09-25Make sure to print message when linking a debug .o fileChris Lattner
2002-09-22* Minor fixes to support C files.Chris Lattner
2002-09-20Fix yet another profile linking issue.Vikram S. Adve
2002-09-20Fix link error for profile version. Also, build Burg differentlyVikram S. Adve
2002-09-20The ENABLE_PROFILING flag now builds the profiled libraries and executablesVikram S. Adve
2002-09-19Move the burg option out of Makefile.config into Makefile.common sinceChris Lattner
2002-09-18Strip tools/Debug/ executables by default. Define KEEP_SYMBOLS toVikram S. Adve
2002-09-18corrected small bug, to handle when DIRS is not defined.Anand Shukla
2002-09-18Add support for the new PARALLEL_DIRS optionChris Lattner
2002-09-17Allow the VERBOSE=1 option to turn on output of recursive make behaviorChris Lattner
2002-09-17Fix parallel recursive make to build directories in orderChris Lattner
2002-09-16Comment line of the makefileChris Lattner
2002-09-16Handle whitespace in LIBRARYNAME gracefullyChris Lattner
2002-09-13Factor platform specific makefile directives out into their own makefileChris Lattner
2002-09-13Link .so files correctly on either linux or solarisChris Lattner
2002-09-13Build with -D_GNU_SOURCE to enable gnu extensions in header filesChris Lattner
2002-09-12Make sure to print a message when linking a toolChris Lattner
2002-09-12Compiling with "gmake" should produce less output. The compilation/linkingMisha Brukman
2002-08-29Simplified significantly by pulling out local configuration optionsVikram S. Adve
2002-08-29Factor out /shared/... path to simplify changing it.Vikram S. Adve
2002-08-22Fix clean command to clean in /shared when that is used.Vikram S. Adve
2002-08-17Throw purify temporary files into /shared if we have it.Chris Lattner
2002-08-12 - Makefile changes:Chris Lattner
2002-08-09Oops, I accidentally broke the .d files. Fixed thuslyChris Lattner
2002-08-09* Remove some bogus dependencies on Depend/.dirChris Lattner
2002-08-03Comment options that may be enabledChris Lattner
2002-08-02Don't build Debug/ versions when ENABLE_OPTIMIZED is on.Vikram S. Adve
2002-07-31Cleanup Makefile a bitChris Lattner
2002-07-25Changes to allow building lib/Target/Sparc the FIRST time.Chris Lattner
2002-07-23Allow directories to specify that they want to be built as a shared object by...Chris Lattner
2002-07-23Enable USEDLIBS to contain .a and .o filesChris Lattner
2002-07-09Add makefile-mode flag for emacs.Vikram S. Adve
2002-05-10* Allow a profile'd code build to be done with a simple 'make ENABLE_PROFILIN...Chris Lattner
2002-04-07Hopefully this change will make the makefile work for other people without ha...Chris Lattner
2002-04-05* Allow purify builds to be enabled without hacking the makefile. Now youChris Lattner
2002-02-11Try to fix build errorChris Lattner
2002-01-23Add := to make stuff more efficientChris Lattner
2002-01-21Reenable warning now that Chuck fixed GCCChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-071. -Winline emits spurious warnings that aren't useful right nowChris Lattner
2001-10-30Add easy way to enable purify supportChris Lattner
2001-10-22Simplify etags command.Vikram S. Adve