Makefile revision c208973c890b8f993297720fd0247bc7481d4304
970N/A# Author: (c) Klaus Luettich, Christian Maeder, Uni Bremen 2002-2009 1072N/A# This Makefile will compile the hets system and provides also 970N/A# targets for test programs during implementation phases. 970N/A# !!! Note: This makefile is written for GNU make !!! 970N/A# the 'replacing spaces' example was taken from the (GNU) Make info manual 970N/A# the list of logics that need ShATermConvertible instances 970N/A### list of directories to run checks in 970N/A echo "of programatica package found";
else \
970N/A echo "{-# OPTIONS -w #-}" > $@
970N/A## rule for appendHaskellPreludeString 970N/A#Ti_Haskell_files = TiTypes TiKinds TiDecorate TiInstanceDB 970N/A## rule for ATC generation 1105N/A# unset this variable from var.mk because the programatica sources 970N/A# are needed to created our sources! 970N/A# uncomment HC_PROF for profiling (and comment out packages in var.mk) 1057N/A# call resulting binary with a final +RTS -p to get a file <binary>.prof 970N/A# HC_PROF = -prof -auto-all -osuf p_o +RTS -K100m -RTS 970N/A# -ddump-minimal-imports 1132N/A# uncomment the above line to generate .imports files for displayDependencyGraph 1132N/A# files to extract data types from to generate ShATermConvertible instances 1132N/A# files generated by genRules as input for DriFT 970N/A# ATC files for every logic 970N/A# ATC DrIFT-rule generation for logics 970N/A# the final ATC target files created by DriFT 1130N/A# all sources that need to be created before ghc can be called 1130N/A#################################################################### 970N/A# Documentation via haddock 970N/A -t
'Hets - the Heterogeneous Tool Set' \
# "-package hssource" for ghc-5.04.2 @
echo "please copy the file manually to Common"### removes all *.o, *.hi and *.p_o files in all subdirectories ### additionally removes the library files ### additionally removes generated files not in the CVS tree ### build only, don't link ### Haskell to Isabelle-HOLCF translation ### HasCASL to Haskell translation ### test program to check the known provers ### run tests in other directories ## Preparing the version of Hets ## two hardcoded dependencies for a correct generation of Version.hs ## two dependencies to avoid circular prerequisites echo "{-# OPTIONS -w #-}" > $@
## rule for cpp and haddock ## compiling rules for object and interface files ## compiling rules for dependencies ## Rule to generate hs files from glade files. Needed for GTK ## generate the inline file for the predefined CASL_DL sign # Warning: Don't change the order of the depencies!! # directory for installers # prepare installer creation # check out java parts for OWL