summaryrefslogtreecommitdiff
path: root/lib/make/make.thornlib
Commit message (Expand)AuthorAge
* Add configuration options allowing moving all object files into the executableeschnett2012-10-28
* Move MPI support from flesh to a thorneschnett2012-07-21
* Changes for ticket #768sbrandt2012-06-18
* - fix several issues with recent VERBOSE changeknarf2011-10-04
* fix issue #586: bashisms, and uppercase VERBOSE=YES, as well as a couple of m...knarf2011-09-28
* remove bashisms and unnecessary curly bracesknarf2011-09-28
* Replace the SILENT option with a VERBOSE option (of opposite meaning). Defaultknarf2011-09-27
* Decrease the maximum linker command line length on AIX to 200,schnetter2008-04-09
* patch from Erik Schnetter to work around an 'argument list too long' problemtradke2008-01-22
* configuration.ccl fix. Please test and report if anything breaksyye002005-08-16
* Use $(BINDINGS_DIR) to point to a bindings configuration make.configuration.defntradke2004-05-17
* Implementation of configuration.ccl spec from Yaakoub Y El-Khamra.goodale2004-03-26
* Pass list of "used" (i.e. depending-on) thorns so that makeschnetter2004-01-19
* Remove /./ from make outputschnetter2004-01-11
* Output the dividers during the build stage after each step instead before,schnetter2003-10-13
* Delete some "Remove in beta 12" code.rideout2002-09-27
* Changing name of make variable used to pass make target to submakes to CCTK_T...goodale2001-06-13
* Several inter-twined changes: -goodale2001-05-21
* Tidying up some cruft.goodale2001-05-20
* Adding RANLIBFLAGS to pass arguments to ranlib. Default is "cs".goodale2001-05-14
* Fixing bug introduced by my previous commit whereby the object files forgoodale2001-05-13
* Added optional use of ranlib to create archoive indices.goodale2001-05-11
* Changed so that make.subdir is used for building all user-supplied files.goodale2001-05-09
* Only need to use dependencies for local objects in the rule, as the restgoodale2000-12-07
* Change to allow files with the same basename but differnt languages to begoodale1999-09-10
* Adding a couple of MKDIRFLAGS that I had missedallen1999-09-09
* Adding $MKDIRFLAGS needed for NTallen1999-09-07
* Now "packages" are called "arrangements"allen1999-07-30
* Protected the SUBDIRS variable against make.code.defn files in the subdirecto...goodale1999-04-10
* changed a mkdir to a $(MKDIR)allen1999-03-10
* Changed the way include files are handled slightly. This shouldgoodale1999-02-27
* Checks for the existence of a library before trying to delete it !goodale1999-02-04
* Now deletes an archive before updating it, as otherwise weirdgoodale1999-02-04
* 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
* Changed name of main library to libCactus.a .goodale1999-01-19
* Changed siniclude to -include, as older versions of gmake don't recognisegoodale1999-01-19
* Changed some include statement to sinclude to prevent extraneous warninggoodale1999-01-19
* Now make will recurse into subdirectories of a thorn.goodale1999-01-18
* Added rules to make make.thornlist and ActiveThornsgoodale1999-01-18
* New make system.goodale1999-01-17
* Start of the new make system.goodale1999-01-16