Makefile revision 470ca7a2797069ae4b27c34c1b71419f67be1f84
1450N/A# This Makefile will compile the new hetcats system and provides also 1450N/A# targets for test programs during implementation phases. 1450N/A# !!! Note: This makefile is written for GNU make !!! 1450N/A# (gmake on solaris ; make on linux) 1450N/A#################################################################### 1450N/A## Some varibles, which control the compilation 1450N/A### Profiling and Warnings (only for debugging) 1450N/A### Attention every module must be compiled with profiling or the linker 1450N/A### cannot link the various .o files properly. So after switching on 1450N/A### Profiling, do an 'gmake clean; gmake' 1450N/A### If you need Profiling comment out the following line 1450N/A#HC_PROF = -prof -auto-all -Wall 1450N/A### list of directories to run checks in 1450N/A#################################################################### 1450N/A## sources for hetcats (semi - manually produced with a perl script) 1450N/A# this variable holds the modules that should be documented 1450N/A# the imported parsec library is not included! 1450N/A#################################################################### 1450N/A############################### 1450N/A# load them with "M-x" "visit-tags-table" from 1450N/A# use "M-." to search for a tag 1450N/A# !!Beware this is somewhat instable, because it uses an absolute path!! 1450N/A############################### 1450N/A### Documentation via haddock 1450N/A -t
'HetCATS -- a heterogenous CASL tool set' 1450N/A### removes *.hi and *.o in all include directories 1450N/A### additionally removes binaries 1450N/A### additonally removes *.d (dependency files) in every include directory 1450N/A### additionally removes the files that define the sources-variable 1450N/A### additionally removes files not in CVS tree 1450N/A#################################################################### 1450N/A#################################################################### 1450N/A### 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