doc-src/Locales/IsaMakefile
author huffman
Thu, 26 May 2005 02:23:27 +0200
changeset 16081 81a4b4a245b0
parent 14586 7b8d56b4ac60
child 16168 adb83939177f
permissions -rw-r--r--
cleaned up, added cpair_less and cpair_eq_pair, removed some obsolete stuff


## targets

default: Locales
images:
test: Locales

all: images test


## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
USEDIR = $(ISATOOL) usedir -i true -d "" -D generated


## Locales

Locales: $(LOG)/HOL-Locales.gz

HOL:
	@cd $(SRC)/HOL; $(ISATOOL) make HOL

$(LOG)/HOL-Locales.gz: $(OUT)/HOL Locales/ROOT.ML Locales/Locales.thy
	@$(USEDIR) $(OUT)/HOL Locales


## clean

clean:
	@rm -f $(LOG)/HOL-Locales.gz