src/Tools/WWW_Find/IsaMakefile
author wenzelm
Wed, 02 Dec 2009 12:04:07 +0100
changeset 33930 6a973bd43949
parent 33822 e332b08bf0f3
child 42157 99e359a9db27
permissions -rw-r--r--
slightly less ambitious settings, to avoid potential out-of-memory problem;

#
# 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


## 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 \
  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)