Makefile revision df29370ae8d8b41587957f6bcdcb43a3f1927e47
250f44a274d4fa44b7cb64f140fd7df7a664bdbbSatyen Desai# Author: (c) Klaus L�ttich, Christian Maeder, Uni Bremen 2002-2005
250f44a274d4fa44b7cb64f140fd7df7a664bdbbSatyen Desai# This Makefile will compile the new hets system and provides also
250f44a274d4fa44b7cb64f140fd7df7a664bdbbSatyen Desai# targets for test programs during implementation phases.
250f44a274d4fa44b7cb64f140fd7df7a664bdbbSatyen Desai# !!! Note: This makefile is written for GNU make !!!
250f44a274d4fa44b7cb64f140fd7df7a664bdbbSatyen Desai# (gmake on solaris)
CLEAN_PATH = . \
empty =
DRIFT_ENV = \
INSTALLDIR = \
HC_FLAGS = \
# flags also come in via ../uni/uni-package.conf
$@.hs -o $@
strip $@
$(APPENDPRELUDESTRING) < $< > $@
#Ti_Prop_files = property/TI/TiPropDecorate property/syntax/PropSyntaxRec
$(GENRULECALL) -o $@ $<
$(GENRULECALL) -o $@ $<
$(GENRULECALL) -o $@ $<
$(GENRULECALL) -o $@ $<
$(wildcard utils/GenerateRules/*.hs) \
$(wildcard utils/InlineAxioms/*.hs) \
$(RM) $@
cgi:
# "HetCATS/hetcats.TAGS"
@$(PERL) -e \
$(sources) >> $@
(cd utils/GenerateRules; \
GenerateRules.hs -o ../genRules && strip ../genRules)
if [ -d ../programatica ] ; then \
./clean.sh; \
-o $@ $(OWL_DL_files)
### ATerm.Lib test system
$(RM) $@
## two hardcoded dependencies for a correct generation of Version.hs
.SUFFIXES:
%: %.hs
%.hs: %.y
$(RM) $@
$(RM) $@
$(INLINEAXIOMS) $< > $@
%.d : %.hs
%.d : %.lhs
$(RM) $@
$(RM) $@
$(PERL) $+ > $@
## rule for Modal/ModalSystems.hs needed for ModalLogic Translation
# uses intransparently utils/outlineAxioms
$(RM) $@