summaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
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