summaryrefslogtreecommitdiff
path: root/Makefile.common
Commit message (Collapse)AuthorAge
* Try to fix build errorChris Lattner2002-02-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1723 91177308-0d34-0410-b5e6-96231b3b80d8
* Add := to make stuff more efficientChris Lattner2002-01-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1551 91177308-0d34-0410-b5e6-96231b3b80d8
* Reenable warning now that Chuck fixed GCCChris Lattner2002-01-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1517 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1503 91177308-0d34-0410-b5e6-96231b3b80d8
* 1. -Winline emits spurious warnings that aren't useful right nowChris Lattner2001-11-07
| | | | | | | 2. Fix the "rebuild everything if I change one file" problem git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1176 91177308-0d34-0410-b5e6-96231b3b80d8
* Add easy way to enable purify supportChris Lattner2001-10-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1045 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify etags command.Vikram S. Adve2001-10-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@954 91177308-0d34-0410-b5e6-96231b3b80d8
* Change Sources specifier to ExtraSourcesChris Lattner2001-10-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@874 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow only extra Source files to be listed in a local Makefile.Vikram S. Adve2001-10-17
| | | | | | | Needed for automatically generated .cpp files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@853 91177308-0d34-0410-b5e6-96231b3b80d8
* Burg files should come out of the Debug Directory for temporary filesChris Lattner2001-10-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@790 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed tags target so it only happens at root level.Vikram S. Adve2001-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@787 91177308-0d34-0410-b5e6-96231b3b80d8
* Each tools should not make tagsChris Lattner2001-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@730 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a rule for building TAGS.Vikram S. Adve2001-10-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@723 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for tool specified linker optionsChris Lattner2001-09-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@527 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix automatic dependence on static libsChris Lattner2001-09-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@513 91177308-0d34-0410-b5e6-96231b3b80d8
* Support TOOLNAME and USEDLIBS options for easier tool buildingChris Lattner2001-09-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@498 91177308-0d34-0410-b5e6-96231b3b80d8
* Added InstrSched library to link line.Vikram S. Adve2001-08-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@386 91177308-0d34-0410-b5e6-96231b3b80d8
* And add rule to create a .cpp source file from burg input file!Vikram S. Adve2001-08-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345 91177308-0d34-0410-b5e6-96231b3b80d8
* Add path and options for burg.Vikram S. Adve2001-08-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove lib/LLC library.Vikram S. Adve2001-07-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314 91177308-0d34-0410-b5e6-96231b3b80d8
* Added support for getting the dependence of an executable on its libs,Vikram S. Adve2001-07-21
| | | | | | | | | | using a variable to get the list of libraries on the link path. BUG: If the library in the same directory as the executable is missing, BUG: gnumake will build the library but then fail when linking the executable BUG: saying the library was not found. Need a better hack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225 91177308-0d34-0410-b5e6-96231b3b80d8
* Compile source files in alphabetical orderChris Lattner2001-07-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed default to building library archives instead of shared objects.Vikram S. Adve2001-07-15
| | | | | | | Added support for compiling *.c files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the obnoxious problem that caused an entire directory to rebuildChris Lattner2001-06-29
| | | | | | | even if you only change one .cpp file. Yaay git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial revisionChris Lattner2001-06-06
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2 91177308-0d34-0410-b5e6-96231b3b80d8