summaryrefslogtreecommitdiff
path: root/lib/make/make.config.rules.in
Commit message (Expand)AuthorAge
* 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
* Fix to the dependencies. These were broken when we went togoodale1999-10-07
* Change to allow files with the same basename but differnt languages to begoodale1999-09-10
* Made apths to c_file processor relative to CCTK_HOME.goodale1999-09-03
* Added simple support for compiling with DEBUG.jmasso1999-07-29
* Added preprocessing (copying) treatment for .f and .f77 files.allen1999-07-22
* Added F_DEPEND and F77_DEPEND for consistency with C and CXX.goodale1999-07-15
* Fixed bug in F77 compilation rule. Thanks Ryoji for finding this.goodale1999-07-06
* Added a bit of postprocessing for fortran files, to replace __FORTRANFILE__allen1999-07-03
* Latest changes for the NT. Still fails at linking, but this isgoodale1999-06-28
* Lots more changes to get things working under NT.goodale1999-06-25
* Use $(CXX) instead of $(CC) to create dependencies for *.cc and *.C filestradke1999-06-14
* Most compilers use -c -o for compile only and put object file in agoodale1999-04-08
* Changed configuration stuff to find the standalone CPP.goodale1999-04-06
* Added an extra comment to point out the reason why we cd to a scratchgoodale1999-03-25
* Some preprocessors remove C++ comments which start //allen1999-03-24
* Preprocessed f90 files get a lowercase f.goodale1999-02-16