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