summaryrefslogtreecommitdiff
path: root/setup
Commit message (Collapse)AuthorAge
* Changes \ and / characters in a configuration name to _ .goodale1999-01-29
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@150 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put @s in front of all ehos in the makefile.goodale1999-01-18
| | | | | | | | | | | | | | | | | | | Added a few more comments, like to ignore the error message at the end of new-setup ! Added new last resort target - make <unknown-configuration> will run setup on the configuration Fixed bug in setup. Make cheese now works ! 8-) Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@64 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New make system.goodale1999-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To build a configuration <conf> do make <conf> if <conf> doesn't exist you'll get a complaint make by itself will list existing configurations, or run the setup perl script if there are none. make config will make a new configuration make help should list all options make tags will create a Vi style tags file make TAGS will create an Emacs style TAGS file make distclean will nuke your build directory. When setting up a configuration the make system creates the following directories $(CCTK_HOME)/build $(CCTK_HOME)/build/$(config) $(CCTK_HOME)/build/$(config)/config-data $(CCTK_HOME)/build/$(config)/lib $(CCTK_HOME)/build/$(config)/build and runs autoconf in the config-data directory. You then need to create a file make.thornlist containing one line of the form THORNS=toolkit1/thorn1 toolkit3/thorn45 ... in the config-data directory. (This will be automatically created from ActiveThorns later.) At that point you should be fine for making the system. Note that it doesn't preprocess the files yet, nor in fact touch any of the ccl scripts. This is coming to a make system near you soon... Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@62 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now creates the directories for a configuration and calls thegoodale1999-01-08
| | | | | | | | | configure script. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@40 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Started writing the setup stuff. Committing to synchronisegoodale1998-12-12
portable and afs account. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@37 17b73243-c579-4c4c-a9d2-2d5706c11dac