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