Makefile revision e593b89bfd4952698dc37feced21cefe869d87a2
1185N/A# Author: (c) Klaus L�ttich, Christian Maeder, Uni Bremen 2002-2004 1185N/A# This Makefile will compile the new hetcats system and provides also 1185N/A# targets for test programs during implementation phases. 1185N/A# !!! Note: This makefile is written for GNU make !!! 1185N/A# (gmake on solaris ; make on linux) 1185N/A#################################################################### 1185N/A## Some varibles, which control the compilation 1185N/A## set ghc imports properly for your system 1194N/A### Profiling and Warnings (only for debugging) 1185N/A### Attention every module must be compiled with profiling or the linker 1185N/A### cannot link the various .o files properly. So after switching on 1367N/A### Profiling, do an 'gmake clean; gmake' 1185N/A### If you need Profiling comment out the following line 1185N/A### list of directories to run checks in 1185N/A#################################################################### 1185N/A## sources for hetcats (semi - manually produced with a perl script) 1185N/A# this variable holds the modules that should be documented 1185N/A# the imported parsec library is not included! 1190N/A#################################################################### 1185N/A############################### 1388N/A# load them with "M-x" "visit-tags-table" from 1185N/A# use "M-." to search for a tag 1388N/A# !!Beware this is somewhat instable, because it uses an absolute path!! 1465N/A############################### 1465N/A### Documentation via haddock 1465N/A# index for prelude is missing 1469N/A -t
'hets -- a heterogenous Specification (CASL) tool set' 1226N/A############################### 1465N/A############################# 1465N/A### ATC DrIFT-rule generation 1185N/A### removes *.hi and *.o in all include directories 1185N/A### additonally removes *.d (dependency files) in every include directory 1185N/A### remove files also in own libraries 1473N/A### additionally removes the files that define the sources-variable 1473N/A### additionally removes files not in CVS tree 1474N/A#################################################################### 1474N/A#################################################################### 1474N/A### a parser to test annotation parser and Id parsers 1185N/A### run tests in other directories 1185N/A#################################################################### 1185N/A## Preparing the version of HetCATS 1185N/A#################################################################### 1185N/A## compiling rules for object and interface files 1185N/A## compiling rules for dependencies 1185N/A#################################################################### 1185N/A## Setting a global search path (for dependency files) 1185N/A## include every .d file in INCLUDE_PATH