Makefile revision b10267ae0a6523b73113fc2dee9ea628266fce60
2230N/A# Author: (c) Klaus L�ttich, Christian Maeder, Uni Bremen 2002-2004 2230N/A# This Makefile will compile the new hetcats system and provides also 2230N/A# targets for test programs during implementation phases. 2230N/A# !!! Note: This makefile is written for GNU make !!! 2230N/A# (gmake on solaris ; make on linux) 2230N/A#################################################################### 2230N/A## Some varibles, which control the compilation 2230N/A## set ghc imports properly for your system ### Profiling and Warnings (only for debugging) ### Attention every module must be compiled with profiling or the linker ### cannot link the various .o files properly. So after switching on ### Profiling, do an 'gmake clean; gmake' ### If you need Profiling comment out the following line #HC_PROF = -prof -auto-all ### list of directories to run checks in #################################################################### ## 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 # index for prelude is missing -t
'hets -- a heterogenous Specification (CASL) tool set'############################### ############################# ### ATC DrIFT-rule generation ### removes *.hi and *.o in all include directories (cd $$p ; $(RM) *.hi *.o) ;
done ### additonally removes *.d (dependency files) in every include directory ### also delete *.d.bak (dependency file backups) ### remove files also in own libraries (cd $$p ; $(RM) *.hi *.d *.o) ;
done ### 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 #################################################################### ## rules for inlineAxioms ## 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