aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* 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