aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Add a command for using llvm-ar correctly.Reid Spencer2004-11-141-0/+1
* * Clean up all the shared library output on uninstallReid Spencer2004-11-121-3/+17
* Implement and document the TOOL_VERBOSE option that asks each tool invokedReid Spencer2004-11-081-1/+9
* * New Recursive Target: clean-all. This target will recursively descend theReid Spencer2004-11-021-19/+21
* * New Recursive Target: clean-allReid Spencer2004-11-021-11/+19
* Eliminate redundant variable definition. Rename Configuration -> BuildModeReid Spencer2004-11-011-50/+44
* When compiling a file, indicate what build it is forChris Lattner2004-11-011-14/+19
* Get the shared library extension right on all platforms, regardless of whatReid Spencer2004-10-311-1/+1
* Fix output for building shared libraries per Chris' requirementsReid Spencer2004-10-311-1/+1
* Actually use the correct variable name for building bytecode files.Reid Spencer2004-10-311-2/+2
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-414/+493
* Don't modify user vars because they will get passed down (modified) toReid Spencer2004-10-291-42/+47
* Make the list of automatic Makefile* files updated explicit instead ofReid Spencer2004-10-291-2/+2
* This line breaks FreeBSD and apparently isn't useful anymore.Chris Lattner2004-10-291-1/+0
* Bug Fixes:Reid Spencer2004-10-281-49/+34
* Make parallel "install" and "uninstall" targets not step on itself.Reid Spencer2004-10-281-47/+20
* Bug Fixes:Reid Spencer2004-10-281-9/+7
* Fix auto-reconfigure bug: make sure we actually reconfigure not justReid Spencer2004-10-271-0/+1
* Get the *.inc files to depend on tblgen so if tblgen gets fixed, all theReid Spencer2004-10-271-3/+4
* Make sure that Makefile.rules and Makefile.config.in are not candidates forReid Spencer2004-10-261-8/+10
* Cleanup/Fixes:Reid Spencer2004-10-261-71/+99
* Unless someone seriously objects, I don't think we really need this. SorryChris Lattner2004-10-261-8/+0
* * Implement the "dist-check" target that verifies the contents of a zippedReid Spencer2004-10-261-82/+138
* Give a useful hintChris Lattner2004-10-261-1/+1
* New Makefile Features:Reid Spencer2004-10-251-57/+180
* Fix uninstall from rebuilding everything (wrong dependency)Reid Spencer2004-10-241-20/+13
* Implemented New Features:Reid Spencer2004-10-241-37/+180
* Make the $(OBJDIR) go away on clean-local.Reid Spencer2004-10-241-0/+1
* Several Changes:Reid Spencer2004-10-231-241/+239
* * Actually ignore build errors in optional directoriesReid Spencer2004-10-231-4/+4
* Make sure that we don't set up a circular dependency if OBJDIR == SRCDIRReid Spencer2004-10-221-0/+2
* Pull in Target.td using absolute path from source root instead of relative path;Misha Brukman2004-10-221-1/+1
* Shorten the rules, speed it up, correct library contruction, add *.td rulesReid Spencer2004-10-221-539/+421
* Fix grammarMisha Brukman2004-10-111-1/+1
* Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries.Chris Lattner2004-10-071-2/+2
* Provide support for auto-detection and use of compression libraries.Reid Spencer2004-10-041-6/+14
* Corrected spelling of Makefile variable, thereby re-enabling profileJohn Criswell2004-09-281-1/+1
* Missed one $*.a -> $@ conversion for the Release build.Reid Spencer2004-09-231-1/+1
* Correct the rules for making shared libraries per libtool 1.5.10Reid Spencer2004-09-231-9/+10
* libtool's name is now back to mklib.Reid Spencer2004-09-201-1/+1
* Add dependencies so that project tools are recompiled if LLVM librariesJohn Criswell2004-09-161-3/+8
* Use libtool, not mklib (which somehow doesn't get generated anymore)Brian Gaeke2004-09-071-1/+1
* Add LLVMC as a supported tool.Reid Spencer2004-09-051-0/+1
* Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhereReid Spencer2004-09-031-3/+0
* Remove even the slightest chance of a race condition occurring :)Reid Spencer2004-08-201-2/+2
* Added a set of rules for installing configuration files. You can now sayReid Spencer2004-08-201-0/+16
* * Uncomment rule for location of LLI (formerly commented out: typo?)Misha Brukman2004-07-211-10/+11
* Move LLVM tool definitions to Makefile.rulesBrian Gaeke2004-07-211-2/+15
* Really, it is not necessary to recompile all files in a profile build everyChris Lattner2004-07-081-0/+1
* Explicitly specify libtool tag "CXX" so that if you setenv CXX to somethingBrian Gaeke2004-06-081-3/+3