summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2004-07-21* Uncomment rule for location of LLI (formerly commented out: typo?)Misha Brukman1-10/+11
2004-07-21Move LLVM tool definitions to Makefile.rulesBrian Gaeke1-2/+15
2004-07-08Really, it is not necessary to recompile all files in a profile build everyChris Lattner1-0/+1
2004-06-08Explicitly specify libtool tag "CXX" so that if you setenv CXX to somethingBrian Gaeke1-3/+3
2004-06-01Make tool names end with .exe on windows. This isn't needed to run theChris Lattner1-4/+4
2004-05-21Pass the Makefile flags to recursive makes in {PARALLEL,OPTIONAL}_DIRS targets.Misha Brukman1-2/+2
2004-05-21Pass given flags on to recursive sub-makes.Misha Brukman1-1/+1
2004-05-20Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with someAlkis Evlogimenos1-1/+1
2004-04-24Standardize header comments of top-level Makefiles.Misha Brukman1-3/+3
2004-03-10Add support for 'install-bytecode' target, used for ONLY installingBrian Gaeke1-3/+8
2004-02-13Define DEPRECATED so that it can be used in function and variableAlkis Evlogimenos1-0/+3
2004-02-09Fix bug in installation process: MKDIR must respect DESTDIR.Brian Gaeke1-4/+4
2004-02-04Always replace instead of appending when creating archive files. It may beBrian Gaeke1-1/+1
2004-01-22Move bytecode_libdir def'n to Makefile.config.in from Makefile.rules, so itBrian Gaeke1-4/+5
2004-01-22Move support for building tags database from Makefile.rules to Makefile, becauseBrian Gaeke1-17/+0
2004-01-21Give the ".../llvm-gcc/bytecode-libs" directory a variable of its own,Brian Gaeke1-2/+6
2004-01-21Add DESTDIR support for installation, to support RPM etc.Brian Gaeke1-6/+6
2004-01-21Maybe Misha isn't so buggy after all. He caught the rest of my huge thinkoBrian Gaeke1-5/+5
2004-01-21Remember, SHLIBEXT begins with a period.Brian Gaeke1-1/+1
2004-01-21Modified version of patch from mkahl@apple.com to stop hardcoding ".so".Brian Gaeke1-7/+10
2004-01-16Take settings of LCC and LCC1XX from configure.Brian Gaeke1-2/+0
2004-01-16I'm fairly certain this was just a typo.Brian Gaeke1-1/+1
2003-12-29Allow C++ programs to end in .cc. This allows C++ test programs in theJohn Criswell1-1/+2
2003-12-18Add install target for libraries.Brian Gaeke1-6/+24
2003-12-10Add support for installing tool executables.Brian Gaeke1-4/+4
2003-12-06Stop using the -fshort-enum compile optionChris Lattner1-4/+3
2003-12-01Make stripped-bytecode a recursive targetChris Lattner1-3/+4
2003-11-29Simplify some rulesChris Lattner1-8/+8
2003-11-25All directory targets now install the Makefile only if it is missing.John Criswell1-3/+9
2003-11-25Added a pseudo-hack: The Makefile now copies Makefiles from source tree toJohn Criswell1-2/+12
2003-11-24Modified directory building rules so that using the cd program/alias isJohn Criswell1-3/+3
2003-11-11Shorten the "updating Makefile" status print-out.Misha Brukman1-1/+1
2003-11-09If the source tree's Makefile is more up-to-date, copy it over into the buildMisha Brukman1-0/+6
2003-11-08Fix broken makefile dependency generationChris Lattner1-2/+2
2003-11-07Fix a really bad build problem for users who have .o in their build directory!Chris Lattner1-2/+2
2003-11-05Output only the .y filename, not the full path to it for ease of reading.Misha Brukman1-1/+1
2003-11-03Modified build rules so that a messages appears before and after linking.John Criswell1-10/+20
2003-10-29Fixed LinkO, LinkP error in TOOLLINKOPTSBDinakar Dhurjati1-2/+2
2003-10-29Added TOOLLINKOPTSB to pass options to the linker (e.g. adding searchDinakar Dhurjati1-0/+10
2003-10-28Add __STDC_LIMIT_MACROS here.Brian Gaeke1-1/+3
2003-10-21When linking the runtime libraries, do not link -lc and -lgcc into the librariesChris Lattner1-1/+1
2003-10-21Added LLVM copyright notice.John Criswell1-0/+7
2003-10-16Added autoconf support for the sample project.John Criswell1-32/+32
2003-10-10Print out just the filename being compiled/linked, not the full path to it.Misha Brukman1-12/+12
2003-10-10Make the message stand out moreChris Lattner1-2/+4
2003-10-07Depend on config.status instead of config.h, because config.h timestamp may notMisha Brukman1-2/+2
2003-10-07Added targets that force users to re-run autoconf when the script has beenJohn Criswell1-0/+11
2003-10-02Fixed the conditional targets for postscript files and tags.John Criswell1-2/+2
2003-09-18Changed the empty rule for .h files. The rule needs an empty command so thatJohn Criswell1-1/+1
2003-09-15Put llvm .bc files into the BytecodeObj subdirectory instead of the BytecodeChris Lattner1-6/+6