]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hbugs/meta/Makefile
- added/moved METAs in meta/ dir
[helm.git] / helm / hbugs / meta / Makefile
diff --git a/helm/hbugs/meta/Makefile b/helm/hbugs/meta/Makefile
new file mode 100644 (file)
index 0000000..51b974c
--- /dev/null
@@ -0,0 +1,6 @@
+META = META.hbugs-common META.hbugs-thread-safe
+all: $(META)
+META.%: META.%.in
+       sed 's%@HBUGS_COMMON_DIR@%$(CURDIR)/../common%' < $< > $@
+clean:
+       rm -f $(META)