]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/configuration/Makefile.in
Using autoconf
[helm.git] / helm / configuration / Makefile.in
diff --git a/helm/configuration/Makefile.in b/helm/configuration/Makefile.in
new file mode 100644 (file)
index 0000000..597add5
--- /dev/null
@@ -0,0 +1,8 @@
+HELM_LIB_DIR=@HELM_LIB_DIR@
+HELM_ETC_DIR=@HELM_ETC_DIR@
+
+install:
+       cp lib/configuration.pl $(HELM_LIB_DIR)
+       cp etc/* $(HELM_ETC_DIR)
+
+.PHONY: install