Makefile revision c70ef4c3b3a62764f715510c9fd67dde3acfe454
838N/AINSTALLDIR = \
926N/A (cd ../programatica/tools; \
1050N/A $(APPENDPRELUDESTRING) < $< > $@
1050N/A#Ti_Prop_files = property/TI/TiPropDecorate property/syntax/PropSyntaxRec
1027N/A $(GENRULECALL) -o $@ $<
565N/A $(GENRULECALL) -o $@ $<
1027N/A $(GENRULECALL) -o $@ $<
1027N/A $(GENRULECALL) -o $@ $<
565N/A $(GENRULECALL) -o $@ $<
1051N/A (cd utils/GenerateRules; \
1051N/A -i../.. -o $(INLINEAXIOMS)
941N/A if [ -d ../programatica ] ; then \
941N/A### Common/LaTeX_maps.hs generation
1053N/A @echo -n "Generating pretty/LaTeX_maps.hs ... "
926N/A## two hardcoded dependencies for a correct generation of Version.hs
926N/A $(INLINEAXIOMS) $< > $@
926N/A## rule for Modal/ModalSystems.hs needed for ModalLogic Translation
926N/A# uses intransparently utils/outlineAxioms
926N/A @if [ -d $(INSTALLER_DIR) ] ; then \
926N/A sed "s/^\(SPASS_DIR_MAC=\).*/\1`ls utils/SPASS-ppc-mac/ | grep SPASS`/" Makefile.inst > Makefile.inst2 ;\