Makefile revision 49d647f58ec5bf482da541eec62f531848c49036
98N/A# Author: (c) Klaus Luettich, Christian Maeder, Uni Bremen 2002-2009 908N/A# This Makefile will compile the hets system and provides also 733N/A# targets for test programs during implementation phases. 98N/A# !!! Note: This makefile is written for GNU make !!! 98N/A# (gmake on solaris) 98N/A# the 'replacing spaces' example was taken from the (GNU) Make info manual 98N/A# the list of logics that need ShATermConvertible instances 98N/A### list of directories to run checks in 851N/A echo "of programatica package found";
else \
910N/A echo "{-# OPTIONS -w #-}" > $@
111N/A## rule for appendHaskellPreludeString 733N/A#Ti_Haskell_files = TiTypes TiKinds TiDecorate TiInstanceDB 851N/A## rule for ATC generation 98N/A# unset this variable from var.mk because the programatica sources 98N/A# are needed to created our sources! 98N/A# end of programatica stuff 908N/A# uncomment HC_PROF for profiling (and comment out packages in var.mk) 908N/A# call resulting binary with a final +RTS -p to get a file <binary>.prof 908N/A# HC_PROF = -prof -auto-all -osuf p_o +RTS -K100m -RTS 908N/A# -ddump-minimal-imports 908N/A# uncomment the above line to generate .imports files for displayDependencyGraph # files generated by DriFT # files to extract data types from to generate ShATermConvertible instances # files generated by genRules as input for DriFT # the rules to create ATC .der.hs file for DriFT # ATC files for every logic # ATC DrIFT-rule generation for logics # all ATC .der.hs files for all logics # a rule to create all .der.hs files # the final ATC target files created by DriFT # all sources that need to be created before ghc can be called #################################################################### # Documentation via haddock -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