]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile.common
- we completed the text parser fixing the syntactic shortcuts
[helm.git] / helm / software / lambda-delta / Makefile.common
index 1af0e3abbd6ca9232e385809898b6ecf026aa74d..3322009493713faf1d7871f07e0c0eed37895572 100644 (file)
@@ -1,5 +1,10 @@
 H=@
 
+LDDLURL = http://helm.cs.unibo.it/lambda-delta/static/lddl
+LDDLDIR = /projects/helm/public_html/lambda-delta/static/lddl
+DOWNDIR = /projects/helm/public_html/lambda-delta/download
+XMLDIR  = /projects/helm/public_html/lambda-delta/xml
+
 DIRECTORIES = $(shell cat Make)
 
 INCLUDES = $(DIRECTORIES:%=-I %) 
@@ -9,7 +14,8 @@ OCAMLOPT  = ocamlfind opt -linkpkg -package "$(REQUIRES)" $(INCLUDES)
 OCAMLLEX  = ocamllex.opt
 OCAMLYACC = ocamlyacc -v
 XMLLINT   = xmllint --noout
-TAR       = tar -czf $(MAIN:%=%.tgz)
+XSLT      = xsltproc
+TAR       = tar -czf etc/$(MAIN:%=%.tgz)
 
 define DIR_TEMPLATE
    MODULES += $$(addprefix $(1)/,$$(shell cat $(1)/Make))