summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* 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
* Move support for building tags database from Makefile.rules to Makefile, becauseBrian Gaeke2004-01-22
* Give the ".../llvm-gcc/bytecode-libs" directory a variable of its own,Brian Gaeke2004-01-21
* Add DESTDIR support for installation, to support RPM etc.Brian Gaeke2004-01-21
* Maybe Misha isn't so buggy after all. He caught the rest of my huge thinkoBrian Gaeke2004-01-21
* Remember, SHLIBEXT begins with a period.Brian Gaeke2004-01-21
* Modified version of patch from mkahl@apple.com to stop hardcoding ".so".Brian Gaeke2004-01-21
* Take settings of LCC and LCC1XX from configure.Brian Gaeke2004-01-16
* I'm fairly certain this was just a typo.Brian Gaeke2004-01-16
* Allow C++ programs to end in .cc. This allows C++ test programs in theJohn Criswell2003-12-29
* Add install target for libraries.Brian Gaeke2003-12-18
* Add support for installing tool executables.Brian Gaeke2003-12-10
* Stop using the -fshort-enum compile optionChris Lattner2003-12-06
* Make stripped-bytecode a recursive targetChris Lattner2003-12-01