aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 1. -Winline emits spurious warnings that aren't useful right nowChris Lattner2001-11-071-1/+2
* Add easy way to enable purify supportChris Lattner2001-10-301-0/+6
* Simplify etags command.Vikram S. Adve2001-10-221-1/+1
* Change Sources specifier to ExtraSourcesChris Lattner2001-10-181-3/+4
* Allow only extra Source files to be listed in a local Makefile.Vikram S. Adve2001-10-171-3/+3
* Burg files should come out of the Debug Directory for temporary filesChris Lattner2001-10-141-1/+1
* Fixed tags target so it only happens at root level.Vikram S. Adve2001-10-131-1/+6
* Each tools should not make tagsChris Lattner2001-10-131-1/+1
* Added a rule for building TAGS.Vikram S. Adve2001-10-101-1/+9
* Add support for tool specified linker optionsChris Lattner2001-09-101-2/+2
* Fix automatic dependence on static libsChris Lattner2001-09-091-3/+3
* Support TOOLNAME and USEDLIBS options for easier tool buildingChris Lattner2001-09-071-40/+50
* Added InstrSched library to link line.Vikram S. Adve2001-08-281-3/+3
* And add rule to create a .cpp source file from burg input file!Vikram S. Adve2001-08-061-0/+4
* Add path and options for burg.Vikram S. Adve2001-08-061-0/+9
* Remove lib/LLC library.Vikram S. Adve2001-07-281-2/+1
* Added support for getting the dependence of an executable on its libs,Vikram S. Adve2001-07-211-2/+16
* Compile source files in alphabetical orderChris Lattner2001-07-181-1/+2
* Changed default to building library archives instead of shared objects.Vikram S. Adve2001-07-151-5/+29
* Fixed the obnoxious problem that caused an entire directory to rebuildChris Lattner2001-06-291-3/+3
* Initial revisionChris Lattner2001-06-061-0/+170