aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow C++ programs to end in .cc. This allows C++ test programs in theJohn Criswell2003-12-291-1/+2
* Add install target for libraries.Brian Gaeke2003-12-181-6/+24
* Add support for installing tool executables.Brian Gaeke2003-12-101-4/+4
* Stop using the -fshort-enum compile optionChris Lattner2003-12-061-4/+3
* Make stripped-bytecode a recursive targetChris Lattner2003-12-011-3/+4
* Simplify some rulesChris Lattner2003-11-291-8/+8
* All directory targets now install the Makefile only if it is missing.John Criswell2003-11-251-3/+9
* Added a pseudo-hack: The Makefile now copies Makefiles from source tree toJohn Criswell2003-11-251-2/+12
* Modified directory building rules so that using the cd program/alias isJohn Criswell2003-11-241-3/+3
* Shorten the "updating Makefile" status print-out.Misha Brukman2003-11-111-1/+1
* If the source tree's Makefile is more up-to-date, copy it over into the buildMisha Brukman2003-11-091-0/+6
* Fix broken makefile dependency generationChris Lattner2003-11-081-2/+2
* Fix a really bad build problem for users who have .o in their build directory!Chris Lattner2003-11-071-2/+2
* Output only the .y filename, not the full path to it for ease of reading.Misha Brukman2003-11-051-1/+1
* Modified build rules so that a messages appears before and after linking.John Criswell2003-11-031-10/+20
* Fixed LinkO, LinkP error in TOOLLINKOPTSBDinakar Dhurjati2003-10-291-2/+2
* Added TOOLLINKOPTSB to pass options to the linker (e.g. adding searchDinakar Dhurjati2003-10-291-0/+10
* Add __STDC_LIMIT_MACROS here.Brian Gaeke2003-10-281-1/+3
* When linking the runtime libraries, do not link -lc and -lgcc into the librariesChris Lattner2003-10-211-1/+1
* Added LLVM copyright notice.John Criswell2003-10-211-0/+7
* Added autoconf support for the sample project.John Criswell2003-10-161-32/+32
* Print out just the filename being compiled/linked, not the full path to it.Misha Brukman2003-10-101-12/+12
* Make the message stand out moreChris Lattner2003-10-101-2/+4
* Depend on config.status instead of config.h, because config.h timestamp may notMisha Brukman2003-10-071-2/+2
* Added targets that force users to re-run autoconf when the script has beenJohn Criswell2003-10-071-0/+11
* Fixed the conditional targets for postscript files and tags.John Criswell2003-10-021-2/+2
* Changed the empty rule for .h files. The rule needs an empty command so thatJohn Criswell2003-09-181-1/+1
* Put llvm .bc files into the BytecodeObj subdirectory instead of the BytecodeChris Lattner2003-09-151-6/+6
* Allow specifying a file with symbols to exportChris Lattner2003-09-151-0/+4
* Wrap long lines at 80 colsChris Lattner2003-09-151-2/+5
* Make sure to #include the OBJROOT config.h file, not the SRCROOT config.h file!Chris Lattner2003-09-151-2/+2
* Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell2003-09-111-3/+1