src/Tools/WWW_Find/IsaMakefile
author haftmann
Tue, 21 Feb 2012 08:15:42 +0100
changeset 46557 ae926869a311
parent 45860 93eda35a8377
permissions -rw-r--r--
reverting changesets from 5d33a3269029 on: change of order of declaration of classical rules makes serious problems

#
# 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
full: all
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		\
  yxml_find_theorems.ML ROOT.ML
	@cd ..; $(ISABELLE_TOOL) usedir Pure WWW_Find


## clean

clean:
	@rm -f $(LOGFILE)