- Nov 07, 2004
-
-
Reid Spencer authored
llvm-svn: 17581
-
- Oct 30, 2004
-
-
Reid Spencer authored
llvm-svn: 17359
-
- Oct 25, 2004
-
-
Reid Spencer authored
* "dist" target now builds tar.gz, tar.bz2, and zip files suitable for distribution. "dist" can only be run from $(BUILD_OBJ_ROOT) and implies a "check". * made the preconditions not do a recursive make and ensured that they are executed sequentially. * made the messages output by the makefile be prefixed with "llvm" and the make level (e.g. llvm[1]: ) in the same way that make does so that the messages are uniform and more readable. * Fixed the tags target so that tags depends on TAGS which contains the rules to build a file named TAGS * Implemented the EXTRA_DIST feature in a few directories to make sure it works. llvm-svn: 17210
-
- Oct 22, 2004
-
-
Reid Spencer authored
llvm-svn: 17165
-
- Oct 04, 2004
-
-
Reid Spencer authored
llvm-svn: 16656
-
Reid Spencer authored
llvm-svn: 16643
-
- Sep 07, 2004
-
-
Brian Gaeke authored
llvm-svn: 16236
-
Reid Spencer authored
test/Programs. These have been moved to llvm-test/autoconf/configure.ac and llvm-test/Makefile.config.in llvm-svn: 16231
-
- Aug 03, 2004
-
-
John Criswell authored
llvm-svn: 15424
-
- Jun 17, 2004
-
-
Misha Brukman authored
assembler/linker and the system equivalents. llvm-svn: 14197
-
- Jun 01, 2004
-
-
John Criswell authored
to put on executable files. llvm-svn: 13925
-
- Apr 24, 2004
-
-
Misha Brukman authored
llvm-svn: 13143
-
- Mar 10, 2004
-
-
Brian Gaeke authored
llvm-svn: 12267
-
- Feb 26, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 11854
-
Alkis Evlogimenos authored
llvm-svn: 11853
-
- Feb 20, 2004
-
-
John Criswell authored
llvm-svn: 11681
-
- Feb 13, 2004
-
-
John Criswell authored
Makefile.config (ENDIAN variable is set to big or little). llvm-svn: 11398
-
- Feb 10, 2004
-
-
John Criswell authored
llvm-svn: 11295
-
- 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
llvm-svn: 10961
-
- Jan 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 10933
-
- Jan 16, 2004
-
-
Brian Gaeke authored
Take settings of LCC and LCC1XX from configure. llvm-svn: 10902
-
- Jan 13, 2004
-
-
Brian Gaeke authored
Remove checks for many common Unix programs. Our build process currently assumes they are there and makes no provisions for any other world-views. (We can add some of these checks back at some later time if it should prove useful, but right now, we do not need to check to see whether "rm" exists.) Remove checks for many common standard C headers and functions. We assume ISO/ANSI C++, and we always use the <cfoo> versions of ANSI C's <foo.h> headers, so these checks will not help anything. Edit configure's warning messages for clarity and content. Change checks for "optional" programs to default to using "true" instead of "false", so that a failure to find, e.g., etags, will be less likely to result in make failing. No longer shall we check for --enable-purify or --with-purify options. No longer shall we propagate these to the Makefiles. configure regenerated using autoconf-2.57. Please feel free to send me any questions or comments you have. :-) llvm-svn: 10814
-
- Jan 12, 2004
-
-
John Criswell authored
YACC as bison -y. In this way, we ensure that bison is being used, but the Makefiles have macros for using bison itself and for getting bison to act like it is traditional yacc. llvm-svn: 10774
-
- Dec 10, 2003
-
-
Brian Gaeke authored
llvm-svn: 10350
-
- Sep 11, 2003
-
-
John Criswell authored
directory. Added Makefile.spec to the list of files to copy to the object directory. Moved the configuration of $SourceDir to Makefile.config and corrected the conditional that surrounds it. This allows SPEC to reset it and get the correct VPATH. llvm-svn: 8475
-
- Sep 06, 2003
-
-
John Criswell authored
Moved Makefile.common to Makefile.rules. This makes project Makefiles easier to support, and allows for easier overriding of default configuration values that used to be in Makefile.common. Modified Makefile.config.in to determine paths for directories (like LLVM_SRC_ROOT) and to use the pwd binary as opposed to the shell builtin (this works better for symbolic links). llvm-svn: 8377
-
- Jul 22, 2003
-
-
John Criswell authored
llvm-svn: 7234
-
- Jul 02, 2003
-
-
Misha Brukman authored
llvm-svn: 7080
-
John Criswell authored
llvm-svn: 7079
-
John Criswell authored
up the test suite. Since all the LLVM software assumes that config.h exists, we can just do away with it for now. llvm-svn: 7069
-
John Criswell authored
upon the target hardware architecture (as opposed to always checking the OS). llvm-svn: 7050
-
- Jul 01, 2003
-
-
John Criswell authored
variables instead of overwriting those variables. This makes it more flexible and keeps some of the test Makefiles from breaking. llvm-svn: 7025
-
Chris Lattner authored
llvm-svn: 7023
-
John Criswell authored
is currently unused. llvm-svn: 7022
-
- Jun 30, 2003
-
-
John Criswell authored
system. llvm-svn: 7014
-
- Jun 11, 2003
-
-
John Criswell authored
of the llvm source directory. The main modification was to add new environment variables: one set for llvm entities and another set for source entities current being compiled. This should make the Makefile more flexible and easier to understand as each environment variable only does one thing. llvm-svn: 6679
-
- May 30, 2003
-
-
John Criswell authored
llvm-svn: 6432
-
- May 29, 2003
-
-
Chris Lattner authored
llvm-svn: 6407
-
John Criswell authored
configuration options like CC and CXX. Updated LLVMGCCDIR so that it refers to the valid LLVM gcc code. Added pathnames and flags to be used by some of the tests. Moved configuration options from Makefile.common to here since they should all be in one place. llvm-svn: 6404
-