X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Fmeta%2FMakefile;fp=helm%2Fhbugs%2Fmeta%2FMakefile;h=0000000000000000000000000000000000000000;hb=c7514aaa249a96c5fdd39b1123fbdb38d92f20b6;hp=4d855ef54f33b24fa679ba1e5561f97ee81df870;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;p=helm.git diff --git a/helm/hbugs/meta/Makefile b/helm/hbugs/meta/Makefile deleted file mode 100644 index 4d855ef54..000000000 --- a/helm/hbugs/meta/Makefile +++ /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