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