summaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-22* Minor fixes to support C files.Chris Lattner1-9/+22
2002-09-20Fix yet another profile linking issue.Vikram S. Adve1-1/+1
2002-09-20Fix link error for profile version. Also, build Burg differentlyVikram S. Adve1-4/+4
2002-09-20The ENABLE_PROFILING flag now builds the profiled libraries and executablesVikram S. Adve1-22/+74
2002-09-19Move the burg option out of Makefile.config into Makefile.common sinceChris Lattner1-4/+8
2002-09-18Strip tools/Debug/ executables by default. Define KEEP_SYMBOLS toVikram S. Adve1-1/+8
2002-09-18corrected small bug, to handle when DIRS is not defined.Anand Shukla1-0/+2
2002-09-18Add support for the new PARALLEL_DIRS optionChris Lattner1-7/+20
2002-09-17Allow the VERBOSE=1 option to turn on output of recursive make behaviorChris Lattner1-1/+1
2002-09-17Fix parallel recursive make to build directories in orderChris Lattner1-6/+4
2002-09-16Comment line of the makefileChris Lattner1-0/+1
2002-09-16Handle whitespace in LIBRARYNAME gracefullyChris Lattner1-0/+2
2002-09-13Factor platform specific makefile directives out into their own makefileChris Lattner1-17/+12
2002-09-13Link .so files correctly on either linux or solarisChris Lattner1-5/+17
2002-09-13Build with -D_GNU_SOURCE to enable gnu extensions in header filesChris Lattner1-0/+3
2002-09-12Make sure to print a message when linking a toolChris Lattner1-0/+2
2002-09-12Compiling with "gmake" should produce less output. The compilation/linkingMisha Brukman1-20/+30
2002-08-29Simplified significantly by pulling out local configuration optionsVikram S. Adve1-24/+13