Makefile revision ba904a15082557e939db689fcfba0c68c9a4f740
366N/A# This Makefile will compile the new hetcats system and provides also 919N/A# targets for test programs during implementation phases. 919N/A# !!! Note: This makefile is written for GNU make !!! 919N/A# (gmake on solaris ; make on linux) 919N/A#################################################################### 919N/A## Some varibles, which control the compilation 366N/A### Profiling and Warnings (only for debugging) 851N/A### Attention every module must be compiled with profiling or the linker 366N/A### cannot link the various .o files properly. So after switching on 911N/A### Profiling, do an 'gmake clean; gmake' 911N/A### If you need Profiling comment out the following line 911N/A#HC_PROF = -prof -auto-all -Wall 366N/A### list of directories to run checks in 366N/A#################################################################### 366N/A## sources for hetcats (semi - manually produced with a perl script) # this variable holds the modules that should be documented # the imported parsec library is not included! #################################################################### ############################### ### TAGS files for (x)emacs # load them with "M-x" "visit-tags-table" from # use "M-." to search for a tag # !!Beware this is somewhat instable, because it uses an absolute path!! ############################### ### Documentation via haddock -t
'HetCATS -- a heterogenous CASL tool set'### removes *.hi and *.o in all include directories ### additionally removes binaries ### additonally removes *.d (dependency files) in every include directory ### also delete *.d.bak (dependency file backups) ### additionally removes the files that define the sources-variable ### additionally removes files not in CVS tree #################################################################### #################################################################### ### a parser to test annotation parser and Id parsers ### HetCASL with dev graph ### run tests in other directories #################################################################### ## Preparing the version of HetCATS ## two hardcoded dependencies for a correct generation of Version.hs #################################################################### ## compiling rules for object and interface files ## compiling rules for dependencies #################################################################### ## Setting a global search path (for dependency files) ## include every .d file in INCLUDE_PATH