src/Tools/WWW_Find/IsaMakefile
author krauss
Mon, 30 May 2011 17:07:48 +0200
changeset 43075 6fde0c323c15
parent 43073 a4c985fe015d
child 45026 5c0b0d67f9b1
permissions -rw-r--r--
added experimental yxml_find_theorems web service (but no client yet)

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


## clean

clean:
	@rm -f $(LOGFILE)