summaryrefslogtreecommitdiff
path: root/lib/make/make.config.rules.in
Commit message (Expand)AuthorAge
* Switch from yasm to nasm.HEADmasterAnton Khirnov2020-06-17
* make.config.rules: add support for yasm filesAnton Khirnov2016-02-27
* reintroduce dependency fixup to avoid full compile when thornlist changesrhaas2012-08-11
* Correct dependency calculation for CUDAeschnett2012-07-24
* Correct error in determining dependencieseschnett2012-07-15
* Changes for ticket #768sbrandt2012-06-18
* Support OpenCL source code (.cl files)eschnett2012-05-02
* - fix several issues with recent VERBOSE changeknarf2011-10-04
* fix issue #586: bashisms, and uppercase VERBOSE=YES, as well as a couple of m...knarf2011-09-28
* remove bashisms and unnecessary curly bracesknarf2011-09-28
* Replace the SILENT option with a VERBOSE option (of opposite meaning). Defaultknarf2011-09-27
* Reorder CUDA makefile ruleseschnett2011-04-22
* patch from Jian Tao: The configuration option to specify the CUDA C compiler ...knarf2011-02-26
* add CUDA support to the fleshknarf2011-02-07
* make Cactus add include paths to the compiler options such that fortran modul...knarf2010-11-23
* Take F90_SUFFIX into account when "preprocessing" .f90 files. This isschnetter2007-02-16
* Change a regex to work around a bug in the perl on RHEL. Also transferredgoodale2004-08-12
* Use CPPFLAGS in addition to CFLAGS and CXXFLAGS when compiling.schnetter2004-06-28
* Changed to using the cygwin version of Perl under cygwin. This hasgoodale2004-05-19
* Catch the case where a Fortran compiler has been set to "none",schnetter2004-04-14
* #define F90CODE when preprocessing Fortran 90 code.schnetter2004-03-31
* Changing to use perl rather than sed, as under irix sed has line-sizegoodale2004-02-20
* Fixed equals operator in string comparisons.tradke2004-01-21
* Fix file name extensions for Fortran source file module dependencyschnetter2004-01-21
* Look for Fortran inter-module dependencies also in files that are notschnetter2004-01-21
* Provide line number information not only from compilers, but also fromschnetter2004-01-21
* Make error messages and debug information point to the real sourceschnetter2004-01-19
* Add (incomplete) Fortran 90 bindings for the flesh functions.schnetter2004-01-19
* Protect the // concatenation operator in Fortran againschnetter2004-01-19
* Add FPP and FPPFLAGS configuration variables. These are used forschnetter2004-01-19
* Set the preprocessor flag F90CODE for Fortran 90 source files.schnetter2004-01-19
* Output the dividers during the build stage after each step instead before,schnetter2003-10-13
* Use echo "" > file to create files rather than touch file.allen2002-08-20
* Spelling correction.goodale2001-06-20
* Changing name used to replace __FORTRANFILE__ to F77 for F77 files.goodale2001-04-16
* Cactus/569allen2001-04-14
* Activate output of source file name preprocessor directive to preprocessedgoodale2001-01-14
* Add F90_SUFFIX make variable for freeformat f90 suffix. This shouldgoodale2000-12-17
* Fixed Cactus/302allen2000-04-16
* Addedgoodale2000-03-07
* Added yet another thing which can be set by the known-architecture stuff:goodale2000-03-06
* Removing flags which were repeated for OPTIMISE and DEBUGallen2000-03-05
* Added configuration-time optionallen2000-02-19
* Merged in Erik's free-format f90 stuff. Until we have a standardgoodale1999-11-24
* Attempt to exclude certain files from the dependency lists to preventgoodale1999-11-04
* Escape double quotes around filenameallen1999-11-01
* Use Perl rather than sed to do some substitutions for Fortran files.goodale1999-10-26
* The dependency fixer uses perl inline editing. This doesn't workgoodale1999-10-20
* Support for .cpp and .cxx extensions for C++ . This hasn't been tested.goodale1999-10-20
* Fix for PR 118 - dependencies should (I hope) work properly now.goodale1999-10-07