Makefile revision 5afff1a0f62394414c33b06141175b3ab0b117a5
0N/A# Author: (c) Klaus Luettich, Christian Maeder, Uni Bremen 2002-2009 0N/A# This Makefile will compile the hets system and provides also 2362N/A# targets for test programs during implementation phases. 2362N/A# !!! Note: This makefile is written for GNU make !!! 0N/A# the 'replacing spaces' example was taken from the (GNU) Make info manual # the list of logics that need ShATermConvertible instances ### list of directories to run checks in echo "of programatica package found";
else \
echo "{-# OPTIONS -w #-}" > $@
## rule for appendHaskellPreludeString #Ti_Haskell_files = TiTypes TiKinds TiDecorate TiInstanceDB ## rule for ATC generation # unset this variable from var.mk because the programatica sources # are needed to created our sources! # end of programatica stuff # uncomment HC_PROF for profiling (and comment out packages in var.mk) # call resulting binary with a final +RTS -p to get a file <binary>.prof # HC_PROF = -prof -auto-all -osuf p_o +RTS -K100m -RTS # 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