aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.config.in
Commit message (Expand)AuthorAgeFilesLines
* Two changes:Reid Spencer2005-04-221-3/+5
* For PR528:Reid Spencer2005-02-241-4/+0
* Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer2005-02-161-1/+0
* Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might beReid Spencer2005-01-161-1/+1
* Several changes:Reid Spencer2005-01-161-87/+77
* For PR351:Reid Spencer2004-12-311-0/+4
* For PR432:Reid Spencer2004-12-221-7/+9
* Add CMP and CP configuration variables for the unix cmp and cp programs.Reid Spencer2004-12-161-0/+2
* More properly name bytecode_libdir cferuntime_libdir. This is only theReid Spencer2004-12-131-1/+1
* Remove last remnants of Python/QMTest supportReid Spencer2004-12-081-1/+0
* Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer2004-11-301-0/+1
* * Get additional configured values into the makefilesReid Spencer2004-11-291-31/+54
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-251-4/+0
* Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. ThisReid Spencer2004-11-071-0/+3
* Add TARGET_TRIPLEReid Spencer2004-11-071-0/+3
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-1/+1
* New Makefile Features:Reid Spencer2004-10-251-10/+16
* Remove the unused SourceDir variable (use BUILD_SRC_DIR)Reid Spencer2004-10-221-5/+0
* Fix typo in makefile variable name that prevents zlib from being recognizedReid Spencer2004-10-041-1/+1
* Provide support for auto-detection and use of compression libraries.Reid Spencer2004-10-041-0/+4
* PAPI is not used here.Brian Gaeke2004-09-071-4/+0
* Remove variables and tests that were specific to the now defunctReid Spencer2004-09-071-31/+0
* Set a variable so that we can find the python interpreter.John Criswell2004-08-021-0/+3
* Since the Great LLVM Tool Renaming(tm), we no longer have collisions between ourMisha Brukman2004-06-171-6/+1
* Added the EXEEXT variable so that Makefiles can figure out what extensionJohn Criswell2004-06-011-0/+3
* Standardize header comments of top-level Makefiles.Misha Brukman2004-04-241-2/+9
* Fix up a seriously outdated comment.Brian Gaeke2004-03-101-2/+2
* Fix typo. I wonder how this actually worked.Alkis Evlogimenos2004-02-251-1/+1
* Complete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT and USE_SPEC200 rename.Alkis Evlogimenos2004-02-251-6/+4
* Added the POVRAY_ROOT to locate Povray.John Criswell2004-02-201-0/+4
* Added check for target machine endian-ness and put the result intoJohn Criswell2004-02-131-0/+3
* Added support for configuring SPEC95.John Criswell2004-02-101-0/+2
* Move bytecode_libdir def'n to Makefile.config.in from Makefile.rules, so itBrian Gaeke2004-01-221-0/+1
* Get autoconf'd ETAGSFLAGS value from configure.Brian Gaeke2004-01-221-0/+1
* Get SHLIBEXT variable from configure script.Brian Gaeke2004-01-211-0/+3
* Remove some whitespace and fix up some comments.Brian Gaeke2004-01-161-69/+9
* Remove and/or shorten many comments in configure.ac.Brian Gaeke2004-01-131-17/+6
* The configure script now defines BISON as the name of the bison program andJohn Criswell2004-01-121-1/+2
* Add installation directories and commands, standardly provided by configure.Brian Gaeke2003-12-101-0/+20
* Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell2003-09-111-0/+7
* Checkin of autoconf-style object root.John Criswell2003-09-061-1/+65
* Updated to use files within the autoconf subdirectory.John Criswell2003-07-221-1/+1
* The word `open' was really intended to be `option'.Misha Brukman2003-07-021-1/+1
* Removed the --enable-profiling option.John Criswell2003-07-021-1/+0
* Removed the CPPFLAGS and CFLAGS variables since the -DHAVE_CONFIG_H messesJohn Criswell2003-07-021-2/+7
* Added the ARCH variable so that some of the Makefiles can perform actions basedJohn Criswell2003-07-011-0/+5
* The Makefile now adds autoconf information to the compiler and linker flagJohn Criswell2003-07-011-4/+4
* Fix verbose support bugChris Lattner2003-06-301-1/+0
* Removed the LIBS environment variable as it interferes with the tests andJohn Criswell2003-06-301-1/+5
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-0/+159