summaryrefslogtreecommitdiff
path: root/lib/make/make.config.rules.in
Commit message (Expand)AuthorAge
...
* 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
* Removed passing of -D flags to fortran compilation, as this stuff is onlygoodale1999-02-16
* Added rules for C++ files with .C extensions, and fortran files withgoodale1999-02-12
* Created make variables for the perl scripts - these variables are rungoodale1999-02-06
* Fixed preprocessing for f77 files, changed some CCODEs to FCODEs inallen1999-02-03
* Fixed problems with fortran with preprocessingallen1999-01-29
* Send output of preprocessor through the f_file_processor for fortran files.goodale1999-01-22
* Preprocesses c++ and fortran files in the same way as c files.goodale1999-01-22
* Now preprocesses c files into the appropriate build directory, thengoodale1999-01-22
* Added dependencies for the source files.goodale1999-01-22
* Now passes through defines to the preprocessor to allow the parameters to work.goodale1999-01-22
* New make system.goodale1999-01-17