Makefile revision 5b818f10e11fc79def1fdd5c8a080d64a6438d87
1N/A# Author: (c) Klaus L�ttich, Christian Maeder, Uni Bremen 2002-2004 1N/A# This Makefile will compile the new hetcats system and provides also 1N/A# targets for test programs during implementation phases. 1N/A# !!! Note: This makefile is written for GNU make !!! 1N/A# (gmake on solaris ; make on linux) 1N/A#################################################################### 1N/A## Some varibles, which control the compilation 1N/A## set ghc imports properly for your system 1N/A### Profiling and Warnings (only for debugging) 1N/A### Attention every module must be compiled with profiling or the linker 1N/A### cannot link the various .o files properly. So after switching on 1N/A### Profiling, do an 'gmake clean; gmake' 1N/A### If you need Profiling comment out the following line 1N/A#HC_PROF = -prof -auto-all 1N/A### list of directories to run checks in 1N/A#################################################################### 1N/A## sources for hetcats (semi - manually produced with a perl script) 1N/A# this variable holds the modules that should be documented 1N/A# the imported parsec library is not included! 1N/A#################################################################### 1N/A############################### 1N/A### TAGS files for (x)emacs 1N/A# load them with "M-x" "visit-tags-table" from 1N/A# use "M-." to search for a tag 1N/A# !!Beware this is somewhat instable, because it uses an absolute path!! 1N/A############################### 1N/A### Documentation via haddock 1N/A# index for prelude is missing 1N/A -t
'hets -- a heterogenous Specification (CASL) tool set' 1N/A############################### 1N/A### release management 1N/A############################# 1N/A### 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 #################################################################### ## 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