moved html templates to a separate module, making their awkward signatures explicit
#
# IsaMakefile for WWW_Find
#
# Provides static compile check for ML files only.
## targets
default: Pure-WWW_Find
images:
test: Pure-WWW_Find
all: images test
smlnj: all
## global settings
SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
## Pure-WWW_Find
LOGFILE = $(LOG)/Pure-WWW_Find.gz
Pure-WWW_Find: Pure $(LOGFILE)
Pure:
@cd $(SRC)/Pure; $(ISABELLE_TOOL) make Pure
$(LOGFILE): $(OUT)/Pure echo.ML find_theorems.ML html_unicode.ML \
html_templates.ML http_status.ML http_util.ML mime.ML scgi_req.ML \
scgi_server.ML socket_util.ML unicode_symbols.ML xhtml.ML ROOT.ML
@cd ..; $(ISABELLE_TOOL) usedir Pure WWW_Find
## clean
clean:
@rm -f $(LOGFILE)