summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* 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
* Simplify some rulesChris Lattner2003-11-29
* All directory targets now install the Makefile only if it is missing.John Criswell2003-11-25
* Added a pseudo-hack: The Makefile now copies Makefiles from source tree toJohn Criswell2003-11-25
* Modified directory building rules so that using the cd program/alias isJohn Criswell2003-11-24
* Shorten the "updating Makefile" status print-out.Misha Brukman2003-11-11
* If the source tree's Makefile is more up-to-date, copy it over into the buildMisha Brukman2003-11-09
* Fix broken makefile dependency generationChris Lattner2003-11-08
* Fix a really bad build problem for users who have .o in their build directory!Chris Lattner2003-11-07
* Output only the .y filename, not the full path to it for ease of reading.Misha Brukman2003-11-05
* Modified build rules so that a messages appears before and after linking.John Criswell2003-11-03
* Fixed LinkO, LinkP error in TOOLLINKOPTSBDinakar Dhurjati2003-10-29
* Added TOOLLINKOPTSB to pass options to the linker (e.g. adding searchDinakar Dhurjati2003-10-29
* Add __STDC_LIMIT_MACROS here.Brian Gaeke2003-10-28
* When linking the runtime libraries, do not link -lc and -lgcc into the librariesChris Lattner2003-10-21
* Added LLVM copyright notice.John Criswell2003-10-21
* Added autoconf support for the sample project.John Criswell2003-10-16
* Print out just the filename being compiled/linked, not the full path to it.Misha Brukman2003-10-10
* Make the message stand out moreChris Lattner2003-10-10
* Depend on config.status instead of config.h, because config.h timestamp may notMisha Brukman2003-10-07
* Added targets that force users to re-run autoconf when the script has beenJohn Criswell2003-10-07
* Fixed the conditional targets for postscript files and tags.John Criswell2003-10-02
* Changed the empty rule for .h files. The rule needs an empty command so thatJohn Criswell2003-09-18
* Put llvm .bc files into the BytecodeObj subdirectory instead of the BytecodeChris Lattner2003-09-15
* Allow specifying a file with symbols to exportChris Lattner2003-09-15
* Wrap long lines at 80 colsChris Lattner2003-09-15
* Make sure to #include the OBJROOT config.h file, not the SRCROOT config.h file!Chris Lattner2003-09-15
* Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell2003-09-11
* Removed the aposthrophes endings and the elipses suffixes from build output.John Criswell2003-09-11
* Avoid dumping runtime library bytecode files into lib/Bytecode if buildingChris Lattner2003-09-10
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-09
* Checkin of autoconf-style object root.John Criswell2003-09-06
* Slightly simplify make logicChris Lattner2003-08-29
* Start using `llvm-as' instead of `as'.Misha Brukman2003-08-28
* Refactor code slightly. Make code compiled with llvmgcc use the warning optionsChris Lattner2003-08-27
* Fix typeoChris Lattner2003-08-23
* Remove last remenants of cleandepsChris Lattner2003-08-22
* Ugh, really fix it now... :(Chris Lattner2003-08-22
* Fix computation of LLVM_OBJ_ROOT for non-projects :(Chris Lattner2003-08-22
* Include the top-level Makefile.config from the LLVM tree for projectsChris Lattner2003-08-21
* Projects no longer need to specify LLVM_OBJ_ROOT. Also, for the prdirs targe...Chris Lattner2003-08-21
* The word `dependence' and its derivatives have no `a'.Misha Brukman2003-08-21
* Make the tags rule tolerate lack of one of the standard directoriesChris Lattner2003-08-21
* * Remove cleandeps targetChris Lattner2003-08-21
* fix dependencyChris Lattner2003-08-21
* Point to the correct cc1/cc1plus binariesChris Lattner2003-08-20