]> matita.cs.unibo.it Git - helm.git/commitdiff
added -thread switch and dependency on lablgtk2.glade
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 22 Jan 2004 16:24:49 +0000 (16:24 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 22 Jan 2004 16:24:49 +0000 (16:24 +0000)
helm/hbugs/broker/Makefile
helm/hbugs/client/Makefile
helm/hbugs/common/Makefile
helm/hbugs/meta/META.hbugs-client.in

index fe1bf71e95ca0c8db7612101d1f11a81f562061d..e4cb57236b0328f6df9bc34116fd0fc189fc4f12 100644 (file)
@@ -1,10 +1,10 @@
 NAME = hbugs_broker
 METADIR = ../meta
-REQUIRES = http threads hbugs-common hbugs-thread-safe
+REQUIRES = http threads hbugs-common hbugs-thread-safe threads
 COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o
 OCAMLFIND = ocamlfind
-OCAMLC = $(OCAMLFIND) ocamlc $(COMMONOPTS)
-OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMONOPTS)
+OCAMLC = $(OCAMLFIND) ocamlc -thread $(COMMONOPTS)
+OCAMLOPT = $(OCAMLFIND) ocamlopt -thread $(COMMONOPTS)
 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMONOPTS)
 MODULES = hbugs_broker_registry
 OCAMLDOC =     \
index 186931e98211309178083c2fe98fc4cc52dd29c7..a802caf3fd28ea1f703d881be039c41f62356a1e 100644 (file)
@@ -3,8 +3,8 @@ METADIR = ../meta
 REQUIRES = lablgtk2 threads hbugs-common
 PREDICATES = glade init
 COMMONOPTS = -package "$(REQUIRES)" -predicates "$(PREDICATES)"
-OCAMLC = OCAMLPATH="$(METADIR)" ocamlfind ocamlc $(COMMONOPTS)
-OCAMLOPT = OCAMLPATH="$(METADIR)" ocamlfind ocamlopt $(COMMONOPTS)
+OCAMLC = OCAMLPATH="$(METADIR)" ocamlfind ocamlc -thread $(COMMONOPTS)
+OCAMLOPT = OCAMLPATH="$(METADIR)" ocamlfind ocamlopt -thread $(COMMONOPTS)
 OCAMLFIND = ocamlfind
 
 DEPS = $(shell $(OCAMLFIND) query -recursive -predicates byte -format "%d/%a" $(REQUIRES))
index 94c354f044a880981bc56b95ac2a524ae18e43eb..ca95aae243384c12e66c724c1cd5385fcc43f60e 100644 (file)
@@ -1,8 +1,8 @@
 REQUIRES = helm-xml helm-pxp pcre pxp http
 COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o
 OCAMLFIND = ocamlfind
-OCAMLC = $(OCAMLFIND) ocamlc $(COMMONOPTS)
-OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMONOPTS)
+OCAMLC = $(OCAMLFIND) ocamlc -thread $(COMMONOPTS)
+OCAMLOPT = $(OCAMLFIND) ocamlopt -thread $(COMMONOPTS)
 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMONOPTS)
 OCAMLDOC =     \
        ocamldoc        \
index b7308ea619f65a5a65387bbd3fbbf85cde58c5d8..5b82251cd31ff2065de7133842b694f8e7b981a3 100644 (file)
@@ -1,4 +1,4 @@
-requires="pcre pxp http hbugs-common"
+requires="pcre pxp http hbugs-common lablgtk2.glade"
 directory="@HBUGS_CLIENT_DIR@"
 archive(byte) = "hbugs_client_gui.cmo hbugs_client.cmo"
 archive(native) = "hbugs_client_gui.cmx hbugs_client.cmx"