]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hbugs/meta/Makefile
This commit was manufactured by cvs2svn to create branch
[helm.git] / helm / hbugs / meta / Makefile
diff --git a/helm/hbugs/meta/Makefile b/helm/hbugs/meta/Makefile
deleted file mode 100644 (file)
index 4d855ef..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-META = META.hbugs-common META.hbugs-thread-safe META.hbugs-client
-all: $(META)
-opt:
-META.hbugs-common: META.hbugs-common.in
-       sed 's%@HBUGS_COMMON_DIR@%$(CURDIR)/../common%' < $< > $@
-META.hbugs-thread-safe: META.hbugs-thread-safe.in
-       sed 's%@HBUGS_COMMON_DIR@%$(CURDIR)/../common%' < $< > $@
-META.hbugs-client: META.hbugs-client.in
-       sed 's%@HBUGS_CLIENT_DIR@%$(CURDIR)/../client%' < $< > $@
-clean:
-       rm -f $(META)
-distclean: clean