summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
...
* 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
* * Uncomment rule for location of LLI (formerly commented out: typo?)Misha Brukman2004-07-21
* Move LLVM tool definitions to Makefile.rulesBrian Gaeke2004-07-21
* Really, it is not necessary to recompile all files in a profile build everyChris Lattner2004-07-08
* Explicitly specify libtool tag "CXX" so that if you setenv CXX to somethingBrian Gaeke2004-06-08
* Make tool names end with .exe on windows. This isn't needed to run theChris Lattner2004-06-01
* Pass the Makefile flags to recursive makes in {PARALLEL,OPTIONAL}_DIRS targets.Misha Brukman2004-05-21
* Pass given flags on to recursive sub-makes.Misha Brukman2004-05-21
* Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with someAlkis Evlogimenos2004-05-20
* Standardize header comments of top-level Makefiles.Misha Brukman2004-04-24
* Add support for 'install-bytecode' target, used for ONLY installingBrian Gaeke2004-03-10
* Define DEPRECATED so that it can be used in function and variableAlkis Evlogimenos2004-02-13
* Fix bug in installation process: MKDIR must respect DESTDIR.Brian Gaeke2004-02-09
* Always replace instead of appending when creating archive files. It may beBrian Gaeke2004-02-04
* Move bytecode_libdir def'n to Makefile.config.in from Makefile.rules, so itBrian Gaeke2004-01-22