summaryrefslogtreecommitdiff
path: root/lib/make/acconfig.h
Commit message (Collapse)AuthorAge
* Double -> CCTK_REALallen1999-06-15
| | | | | | | | | | | | | REAL -> CCTK_REAL POINTER -> CCTK_POINTER VARIABLE_REAL -> CCTK_VARIABLE_REAL (etc) GH->iteration is now an int (not an unsigned long int) git-svn-id: http://svn.cactuscode.org/flesh/trunk@551 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added determination of the size of a pointer.goodale1999-01-22
| | | | | | | | | | | | | | | | | Now have #define POINTER integer*SIZEOF_CHAR_P and #define CCTK_STRING POINTER in config.h . Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@112 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added definition of Double to headers.goodale1999-01-20
| | | | | | | | | Link libCactus.a after libCactusBindings. as well as before. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@95 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Lots more stuff for the new make system -goodale1999-01-17
configure and config.h.in are generated by running autoconf and autoheader respectively. The resulting configure file can then be run to produce make.config.defn config.h fortran_name.pl You must set an environment variable with the name of the executable first. It should be run from the config-data directory of a configuration - e.g setenv EXE cctk $(CCTK_HOME)/lib/make/configure Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@61 17b73243-c579-4c4c-a9d2-2d5706c11dac