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