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