summaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
2002-08-29Simplified significantly by pulling out local configuration optionsVikram S. Adve1-24/+13
2002-08-29Factor out /shared/... path to simplify changing it.Vikram S. Adve1-4/+13
2002-08-22Fix clean command to clean in /shared when that is used.Vikram S. Adve1-1/+1
2002-08-17Throw purify temporary files into /shared if we have it.Chris Lattner1-1/+1
2002-08-12 - Makefile changes:Chris Lattner1-27/+38
2002-08-09Oops, I accidentally broke the .d files. Fixed thuslyChris Lattner1-1/+1
2002-08-09* Remove some bogus dependencies on Depend/.dirChris Lattner1-19/+35
2002-08-03Comment options that may be enabledChris Lattner1-1/+13
2002-08-02Don't build Debug/ versions when ENABLE_OPTIMIZED is on.Vikram S. Adve1-1/+4
2002-07-31Cleanup Makefile a bitChris Lattner1-16/+7
2002-07-25Changes to allow building lib/Target/Sparc the FIRST time.Chris Lattner1-4/+4
2002-07-23Allow directories to specify that they want to be built as a shared object by...Chris Lattner1-0/+5
2002-07-23Enable USEDLIBS to contain .a and .o filesChris Lattner1-25/+90
2002-07-09Add makefile-mode flag for emacs.Vikram S. Adve1-1/+2
2002-05-10* Allow a profile'd code build to be done with a simple 'make ENABLE_PROFILIN...Chris Lattner1-7/+11
2002-04-07Hopefully this change will make the makefile work for other people without ha...Chris Lattner1-1/+1
2002-04-05* Allow purify builds to be enabled without hacking the makefile. Now youChris Lattner1-2/+5
2002-02-11Try to fix build errorChris Lattner1-1/+1
2002-01-23Add := to make stuff more efficientChris Lattner1-11/+11
2002-01-21Reenable warning now that Chuck fixed GCCChris Lattner1-1/+1
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-1/+1
2001-11-071. -Winline emits spurious warnings that aren't useful right nowChris Lattner1-1/+2
2001-10-30Add easy way to enable purify supportChris Lattner1-0/+6
2001-10-22Simplify etags command.Vikram S. Adve1-1/+1
2001-10-18Change Sources specifier to ExtraSourcesChris Lattner1-3/+4
2001-10-17Allow only extra Source files to be listed in a local Makefile.Vikram S. Adve1-3/+3
2001-10-14Burg files should come out of the Debug Directory for temporary filesChris Lattner1-1/+1
2001-10-13Fixed tags target so it only happens at root level.Vikram S. Adve1-1/+6
2001-10-13Each tools should not make tagsChris Lattner1-1/+1
2001-10-10Added a rule for building TAGS.Vikram S. Adve1-1/+9
2001-09-10Add support for tool specified linker optionsChris Lattner1-2/+2
2001-09-09Fix automatic dependence on static libsChris Lattner1-3/+3
2001-09-07Support TOOLNAME and USEDLIBS options for easier tool buildingChris Lattner1-40/+50
2001-08-28Added InstrSched library to link line.Vikram S. Adve1-3/+3
2001-08-06And add rule to create a .cpp source file from burg input file!Vikram S. Adve1-0/+4
2001-08-06Add path and options for burg.Vikram S. Adve1-0/+9
2001-07-28Remove lib/LLC library.Vikram S. Adve1-2/+1
2001-07-21Added support for getting the dependence of an executable on its libs,Vikram S. Adve1-2/+16
2001-07-18Compile source files in alphabetical orderChris Lattner1-1/+2
2001-07-15Changed default to building library archives instead of shared objects.Vikram S. Adve1-5/+29
2001-06-29Fixed the obnoxious problem that caused an entire directory to rebuildChris Lattner1-3/+3
2001-06-06Initial revisionChris Lattner1-0/+170