- Sep 07, 2004
-
-
Brian Gaeke authored
llvm-svn: 16243
-
- Sep 05, 2004
-
-
Reid Spencer authored
llvm-svn: 16183
-
- Sep 04, 2004
-
-
Reid Spencer authored
in the LLVM source base. llvm-svn: 16162
-
- Aug 20, 2004
-
-
Reid Spencer authored
llvm-svn: 15951
-
Reid Spencer authored
CONFIG_FILES=a b c in a Makefile and when you "make install" the files a b and c will get installed into the $prefix/etc directory. llvm-svn: 15948
-
- Jul 21, 2004
-
-
Misha Brukman authored
* Add space between VAR and `=' llvm-svn: 15074
-
Brian Gaeke authored
llvm-svn: 15049
-
- Jul 08, 2004
-
-
Chris Lattner authored
time! llvm-svn: 14680
-
- Jun 08, 2004
-
-
Brian Gaeke authored
libtool can't parse, e.g., "/path/to/g++ -some-funny-options", then it will still be able to compile and link. llvm-svn: 14072
-
- Jun 01, 2004
-
-
Chris Lattner authored
tools, but is required for rules that depend on the executables, e.g.: a: b $(LLVMAS) llvm-svn: 13926
-
- May 22, 2004
-
-
Misha Brukman authored
llvm-svn: 13623
-
- May 21, 2004
-
-
Misha Brukman authored
llvm-svn: 13616
-
- May 20, 2004
-
-
Alkis Evlogimenos authored
java constants. llvm-svn: 13611
-
- Apr 24, 2004
-
-
Misha Brukman authored
llvm-svn: 13143
-
- Mar 10, 2004
-
-
Brian Gaeke authored
bytecode-libs. llvm-svn: 12268
-
- Feb 13, 2004
-
-
Alkis Evlogimenos authored
declarations. llvm-svn: 11391
-
- Feb 09, 2004
-
-
Brian Gaeke authored
llvm-svn: 11236
-
- Feb 04, 2004
-
-
Brian Gaeke authored
slightly slower, but I think we can handle it, especially if it means BytecodeLibs are correctly regenerated. llvm-svn: 11122
-
- Jan 22, 2004
-
-
Brian Gaeke authored
lives near the other installation dirs (like libdir, bindir, etc.). Move the rule for making bytecode_libdir out of the ifdef LIBRARYNAME...endif. llvm-svn: 10964
-
Brian Gaeke authored
it's only used in the top-level directory. llvm-svn: 10960
-
Brian Gaeke authored
called bytecode_libdir. Make install-bytecode-library depend on the existence of that directory, and add a rule for creating it if it does not exist by calling mkinstalldirs. llvm-svn: 10946
-
- Jan 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 10940
-
Brian Gaeke authored
w.r.t. SHLIBEXT starting with a dot. :-) llvm-svn: 10939
-
Brian Gaeke authored
llvm-svn: 10936
-
Brian Gaeke authored
llvm-svn: 10935
-
- Jan 16, 2004
-
-
Brian Gaeke authored
llvm-svn: 10899
-
Brian Gaeke authored
llvm-svn: 10897
-
- Dec 29, 2003
-
-
John Criswell authored
test suite to compile. llvm-svn: 10644
-
- Dec 18, 2003
-
-
Brian Gaeke authored
llvm-svn: 10519
-
- Dec 10, 2003
-
-
Brian Gaeke authored
llvm-svn: 10351
-
- Dec 06, 2003
-
-
Chris Lattner authored
llvm-svn: 10296
-
- Dec 01, 2003
-
-
Chris Lattner authored
llvm-svn: 10283
-
- Nov 29, 2003
-
-
Chris Lattner authored
Move LGCCLDPROG from test/Makefile.tests llvm-svn: 10256
-
- Nov 25, 2003
-
-
John Criswell authored
Directory targets no longer check for existance of the directory in the object tree; if the Makefile doesn't exist, we will re-create the directory. This seems to be a pretty good assumption and saves us from checking directory existance each time. llvm-svn: 10211
-
John Criswell authored
object tree if it is missing. This means that new Makefiles should get picked up automagically, requiring less bothersome re-configuring after updates. llvm-svn: 10209
-
- Nov 24, 2003
-
-
John Criswell authored
not necessary. llvm-svn: 10199
-
- Nov 11, 2003
-
-
Misha Brukman authored
llvm-svn: 9874
-
- Nov 09, 2003
-
-
Misha Brukman authored
tree. llvm-svn: 9836
-
- Nov 08, 2003
-
-
Chris Lattner authored
llvm-svn: 9810
-
- Nov 07, 2003
-
-
Chris Lattner authored
Thanks to Reid Spencer for figuring this out! :) llvm-svn: 9763
-