From: Stefano Zacchiroli Date: Wed, 19 Feb 2003 13:36:28 +0000 (+0000) Subject: added hbugs-common and hbugs-thread_safe X-Git-Tag: V_0_0_4_1~38 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e0c0da6600b0a3a7e20801405b3714d1fcb6ff36;p=helm.git added hbugs-common and hbugs-thread_safe --- diff --git a/helm/hbugs/meta/Makefile b/helm/hbugs/meta/Makefile index 51b974ced..4d855ef54 100644 --- a/helm/hbugs/meta/Makefile +++ b/helm/hbugs/meta/Makefile @@ -1,6 +1,12 @@ -META = META.hbugs-common META.hbugs-thread-safe +META = META.hbugs-common META.hbugs-thread-safe META.hbugs-client all: $(META) -META.%: META.%.in +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