aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make tool names end with .exe on windows. This isn't needed to run theChris Lattner2004-06-011-4/+4
* Pass the Makefile flags to recursive makes in {PARALLEL,OPTIONAL}_DIRS targets.Misha Brukman2004-05-211-2/+2
* Pass given flags on to recursive sub-makes.Misha Brukman2004-05-211-1/+1
* Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with someAlkis Evlogimenos2004-05-201-1/+1
* Standardize header comments of top-level Makefiles.Misha Brukman2004-04-241-3/+3
* Add support for 'install-bytecode' target, used for ONLY installingBrian Gaeke2004-03-101-3/+8
* Define DEPRECATED so that it can be used in function and variableAlkis Evlogimenos2004-02-131-0/+3
* Fix bug in installation process: MKDIR must respect DESTDIR.Brian Gaeke2004-02-091-4/+4
* Always replace instead of appending when creating archive files. It may beBrian Gaeke2004-02-041-1/+1
* Move bytecode_libdir def'n to Makefile.config.in from Makefile.rules, so itBrian Gaeke2004-01-221-4/+5
* Move support for building tags database from Makefile.rules to Makefile, becauseBrian Gaeke2004-01-221-17/+0
* Give the ".../llvm-gcc/bytecode-libs" directory a variable of its own,Brian Gaeke2004-01-211-2/+6
* Add DESTDIR support for installation, to support RPM etc.Brian Gaeke2004-01-211-6/+6
* Maybe Misha isn't so buggy after all. He caught the rest of my huge thinkoBrian Gaeke2004-01-211-5/+5
* Remember, SHLIBEXT begins with a period.Brian Gaeke2004-01-211-1/+1
* Modified version of patch from mkahl@apple.com to stop hardcoding ".so".Brian Gaeke2004-01-211-7/+10
* Take settings of LCC and LCC1XX from configure.Brian Gaeke2004-01-161-2/+0
* I'm fairly certain this was just a typo.Brian Gaeke2004-01-161-1/+1