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