summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Allow configuration files to be themselves configured and found in theReid Spencer2004-11-23
* Duh, put tools in *bin* directory, not *tools* directory as perReid Spencer2004-11-18
* Fix PR456:\Reid Spencer2004-11-18
* Fix PR458:Reid Spencer2004-11-17
* Add a command for using llvm-ar correctly.Reid Spencer2004-11-14
* * Clean up all the shared library output on uninstallReid Spencer2004-11-12
* Implement and document the TOOL_VERBOSE option that asks each tool invokedReid Spencer2004-11-08
* * New Recursive Target: clean-all. This target will recursively descend theReid Spencer2004-11-02
* * New Recursive Target: clean-allReid Spencer2004-11-02
* Eliminate redundant variable definition. Rename Configuration -> BuildModeReid Spencer2004-11-01
* When compiling a file, indicate what build it is forChris Lattner2004-11-01
* Get the shared library extension right on all platforms, regardless of whatReid Spencer2004-10-31
* Fix output for building shared libraries per Chris' requirementsReid Spencer2004-10-31
* Actually use the correct variable name for building bytecode files.Reid Spencer2004-10-31
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-30
* Don't modify user vars because they will get passed down (modified) toReid Spencer2004-10-29
* Make the list of automatic Makefile* files updated explicit instead ofReid Spencer2004-10-29
* This line breaks FreeBSD and apparently isn't useful anymore.Chris Lattner2004-10-29
* Bug Fixes:Reid Spencer2004-10-28
* Make parallel "install" and "uninstall" targets not step on itself.Reid Spencer2004-10-28
* Bug Fixes:Reid Spencer2004-10-28
* Fix auto-reconfigure bug: make sure we actually reconfigure not justReid Spencer2004-10-27
* Get the *.inc files to depend on tblgen so if tblgen gets fixed, all theReid Spencer2004-10-27
* Make sure that Makefile.rules and Makefile.config.in are not candidates forReid Spencer2004-10-26
* Cleanup/Fixes:Reid Spencer2004-10-26
* Unless someone seriously objects, I don't think we really need this. SorryChris Lattner2004-10-26
* * Implement the "dist-check" target that verifies the contents of a zippedReid Spencer2004-10-26
* Give a useful hintChris Lattner2004-10-26
* New Makefile Features:Reid Spencer2004-10-25
* Fix uninstall from rebuilding everything (wrong dependency)Reid Spencer2004-10-24
* Implemented New Features:Reid Spencer2004-10-24
* Make the $(OBJDIR) go away on clean-local.Reid Spencer2004-10-24
* Several Changes:Reid Spencer2004-10-23
* * Actually ignore build errors in optional directoriesReid Spencer2004-10-23
* Make sure that we don't set up a circular dependency if OBJDIR == SRCDIRReid Spencer2004-10-22
* Pull in Target.td using absolute path from source root instead of relative path;Misha Brukman2004-10-22
* Shorten the rules, speed it up, correct library contruction, add *.td rulesReid Spencer2004-10-22
* Fix grammarMisha Brukman2004-10-11
* Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries.Chris Lattner2004-10-07
* Provide support for auto-detection and use of compression libraries.Reid Spencer2004-10-04
* Corrected spelling of Makefile variable, thereby re-enabling profileJohn Criswell2004-09-28
* Missed one $*.a -> $@ conversion for the Release build.Reid Spencer2004-09-23
* Correct the rules for making shared libraries per libtool 1.5.10Reid Spencer2004-09-23
* libtool's name is now back to mklib.Reid Spencer2004-09-20
* Add dependencies so that project tools are recompiled if LLVM librariesJohn Criswell2004-09-16
* Use libtool, not mklib (which somehow doesn't get generated anymore)Brian Gaeke2004-09-07
* Add LLVMC as a supported tool.Reid Spencer2004-09-05
* Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhereReid Spencer2004-09-03
* Remove even the slightest chance of a race condition occurring :)Reid Spencer2004-08-20
* Added a set of rules for installing configuration files. You can now sayReid Spencer2004-08-20