summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Changing gmake to $(MAKE)allen2000-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1626 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated version number to beta 8.goodale2000-04-20
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1613 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Pass WARN flag through to second gmake when PROMPT=noallen2000-04-19
| | | | | | | Need to add other flags here as well, but probably a better way to do this git-svn-id: http://svn.cactuscode.org/flesh/trunk@1590 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fixing bug in gmake <config>-configallen2000-04-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1571 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing typo.goodale2000-04-18
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1569 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing some ! which the shell on jalapeno didn't like.goodale2000-04-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1561 17b73243-c579-4c4c-a9d2-2d5706c11dac
* This and the last commit to Makefile are the fix for PR 305. Now should get agoodale2000-04-17
| | | | | | | | | sensible error output when something goes wrong with the configure process. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1557 17b73243-c579-4c4c-a9d2-2d5706c11dac
* *** empty log message ***goodale2000-04-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1555 17b73243-c579-4c4c-a9d2-2d5706c11dac
* iallen2000-04-05
| | | | | | | Changes to Runtest option git-svn-id: http://svn.cactuscode.org/flesh/trunk@1528 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Copy parameter files to examples directory rather than thornparfilesallen2000-04-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1517 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Point out that gmake help existsallen2000-03-23
| | | | | | | Report on the thorn list name used if THORNLIST is used git-svn-id: http://svn.cactuscode.org/flesh/trunk@1484 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add help for cvsstatus and cvsdiffallen2000-03-14
| | | | | | | Cactus/273 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1468 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing typo in -config rule.goodale2000-03-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1458 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed spurious @.goodale2000-03-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1457 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug introduced in my last commit, whereby you never get a change to editallen2000-03-10
| | | | | | | the thornlist git-svn-id: http://svn.cactuscode.org/flesh/trunk@1455 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New option for gmakeallen2000-03-10
| | | | | | | | | | | | | | | | | | | | PROMPT=no using this at either configuration or compile time will run gmake until an executable is produced without giving further prompts. The default is PROMPT=yes This means that you can do gmake <config> THORNLIST=MyFavList PROMPT=no to get an executable. This is experimental at the moment, since I might change it so that PROMPT=no still requires you to do a separate configuation and compile step, and add a new option to run them together. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1454 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing typo in UsersGuide targetallen2000-03-07
| | | | | | | Changed WARNINGS to WARN git-svn-id: http://svn.cactuscode.org/flesh/trunk@1422 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Two new targets (experimental at the moment)allen2000-03-06
| | | | | | | | | | | | | | | | gmake cvsstatus - gives nicely formated output saying which files are out of date or modified gmake cvsdiff - does above, but also gives the differences with the files in the repository, so this can be used to easily see what changes other people have commited before you update git-svn-id: http://svn.cactuscode.org/flesh/trunk@1416 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing gmake doc which used to make UserGuide.ps toallen2000-03-05
| | | | | | | | | | | gmake UserGuide and gmake MaintGuide git-svn-id: http://svn.cactuscode.org/flesh/trunk@1413 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added OPTIMISE configure optionallen2000-02-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1397 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added configuration-time optiongoodale2000-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | DEBUG=yes This was there before, but now the known-architecture files can contain C_DEBUG_FLAGS CXX_DEBUG_FLAGS F77_DEBUG_FLAGS F90_DEBUG_FLAGS Also added compile-time option WARNINGS=yes which should switch on warning flags during compilation. The known-architecture files specifies these flags via C_WARN_FLAGS CXX_WARN_FLAGS F77_WARN_FLAGS F90_WARN_FLAGS Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1390 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Start of beta 7.goodale2000-02-08
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1374 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing strange bug introduced in 1.65.goodale2000-02-04
| | | | | | | | | Thanks Ed. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1359 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus/210allen2000-01-26
| | | | | | | Fixing typo git-svn-id: http://svn.cactuscode.org/flesh/trunk@1306 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changingallen2000-01-25
| | | | | | | | | | | | | ! test -n to a test -z because the alpha didn't like the first version git-svn-id: http://svn.cactuscode.org/flesh/trunk@1299 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Amendments to THORNLIST=....allen2000-01-18
| | | | | | | | | | | | Added THORNLIST_DIR which defaults to ".". So to configure with a ThornList MyFavList in directory ~/Lists do something like gmake <configname>-config THORNLIST=MyFavList THORNLIST_DIR=~/Lists git-svn-id: http://svn.cactuscode.org/flesh/trunk@1274 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Improved implementation of gmake THORNLIST=...allen2000-01-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1270 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tom's changes to add configuration optionallen2000-01-16
| | | | | | | | | | | | | | | | gmake <config>[-config] THORNLIST=<file name> to use a given file as the thorn list for that configuration. This needs to be tweaked to do something if the file to be copied doesn't exist, but I'm still wondering whether to exit with an error, prompt for another filename or do the default of making the thornlist from all the available thorns. Also, it might be useful to give a warning if it includes thorns which are not available, and also to still give you a chance to edit the file. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1261 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing gmake thorninfo so it no longer creates a file but just catsallen2000-01-04
| | | | | | | the info directly to screen git-svn-id: http://svn.cactuscode.org/flesh/trunk@1215 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cleaning up gmake help.allen2000-01-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1213 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new targetallen2000-01-03
| | | | | | | | | | | gmake thorninfo to give information about all thorns. At the moment this just prints the output from Build Active Thorns to screen, but means that you can easily see which thorn implements something. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1212 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed default answer for new configuration to yes instead of noallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1195 17b73243-c579-4c4c-a9d2-2d5706c11dac
* new gmake target: gmake <CONFIG>-sysinfo retruns some basic info on Cactus ↵lanfer1999-12-01
| | | | | | and the hardware git-svn-id: http://svn.cactuscode.org/flesh/trunk@1182 17b73243-c579-4c4c-a9d2-2d5706c11dac
* TAGS and tags now look at .cpp and .hpp files.goodale1999-11-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1159 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now on beta 6.goodale1999-11-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1158 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bug fix for gmake docallen1999-11-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1146 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated version to beta 5.goodale1999-11-01
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1126 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added -editthorns to allow you to edit your thornlist.goodale1999-10-26
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1104 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Started beta 4 development.goodale1999-10-24
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1097 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Version number change v1 -> v3allen1999-10-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1066 17b73243-c579-4c4c-a9d2-2d5706c11dac
* gmake doc now gets the cactus on the front pageallen1999-09-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1004 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added target thornparfilesallen1999-09-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@995 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a target to copy the example parameter files from thorns toallen1999-09-14
| | | | | | | thornparfiles in the Cactus directory git-svn-id: http://svn.cactuscode.org/flesh/trunk@914 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Final changes to make filesallen1999-07-31
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@848 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Dot removedallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@845 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now "packages" are called "arrangements"allen1999-07-30
| | | | | | | Everything should work again (!) git-svn-id: http://svn.cactuscode.org/flesh/trunk@839 17b73243-c579-4c4c-a9d2-2d5706c11dac
* beta1jmasso1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@835 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some cleaning, info calls, banners, etc.jmasso1999-07-29
| | | | | | | | | | and changing the default of PUGH::padding_active to "no". This obscure thingy is in principle only useful on the T3E... - Joan git-svn-id: http://svn.cactuscode.org/flesh/trunk@819 17b73243-c579-4c4c-a9d2-2d5706c11dac
* DEBUGjmasso1999-07-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@811 17b73243-c579-4c4c-a9d2-2d5706c11dac
* cosmetic changeallen1999-07-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@803 17b73243-c579-4c4c-a9d2-2d5706c11dac