]> matita.cs.unibo.it Git - helm.git/commitdiff
removed Makefile.overrides
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 3 Feb 2005 22:19:48 +0000 (22:19 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 3 Feb 2005 22:19:48 +0000 (22:19 +0000)
helm/DEVEL/ocaml-http/Makefile
helm/DEVEL/ocaml-http/Makefile.defs

index adc4627d8b86dbcc962304c1657bf8d0904f9e82..3930ea14eb6b8a304bd757783e38450cbe4119c6 100644 (file)
@@ -1,7 +1,7 @@
 include Makefile.defs
 
 MODULES = \
-       http_types http_constants http_parser_sanity http_misc http_common \
+       http_constants http_types http_parser_sanity http_misc http_common \
        http_tcp_server http_parser http_message http_request http_daemon \
        http_response http_user_agent
 
@@ -9,10 +9,14 @@ THREADED_SRV = http_threaded_tcp_server
 MODULES_MT = $(patsubst http_tcp_server, mt/$(THREADED_SRV) http_tcp_server, $(MODULES))
 MODULES_NON_MT = $(patsubst http_tcp_server, non_mt/$(THREADED_SRV) http_tcp_server, $(MODULES))
 PUBLIC_MODULES = \
-       http_common http_message http_request http_daemon http_response \
+       http_types      \
+       http_common     \
+       http_message    \
+       http_request    \
+       http_daemon     \
+       http_response   \
        http_user_agent
-PUBLIC_IMPL = http_types
-OCAMLDOC_STUFF = *.mli $(patsubst %, %.ml, $(PUBLIC_IMPL))
+OCAMLDOC_STUFF = *.mli
 DOCDIR = doc/html
 DOTDIR = doc/dot
 TEXDIR = doc/latex
@@ -50,7 +54,6 @@ depend:
        $(OCAMLC) -c $<
 %.cmx: %.ml %.cmi
        $(OCAMLOPT) -c $<
-include Makefile.overrides
 
 non_mt/$(THREADED_SRV).cmo: non_mt/$(THREADED_SRV).ml $(THREADED_SRV).cmi
        cp $(THREADED_SRV).{cmi,mli} non_mt/
@@ -115,9 +118,7 @@ deb: docclean distreal
 install: META
        $(OCAMLFIND) install -destdir $(DESTDIR) $(PKGNAME)     \
                $(patsubst %, %.mli, $(PUBLIC_MODULES)) \
-               $(patsubst %, %.ml, $(PUBLIC_IMPL))     \
                $(patsubst %, %.cmi, $(PUBLIC_MODULES)) \
-               $(patsubst %, %.cmi, $(PUBLIC_IMPL))    \
                http{,_mt}.cm{,x}a http{,_mt}.a META
 
 .PHONY:        \
index 6fd4b75f8999db82eecdaa2d4be88c27cc80cf2a..a8dfd5fe2efdf948ea4c41978e2a24f61934e544 100644 (file)
@@ -19,7 +19,6 @@ DOT = dot
 DISTNAME = ocaml-http
 DISTDIR = $(DISTNAME)-$(DISTVERSION)
 EXTRA_DIST =   \
-       INSTALL LICENSE README META.in Makefile Makefile.defs Makefile.overrides        \
-       .depend tophttp doc
-
+       INSTALL LICENSE README META.in Makefile Makefile.defs   \
+       .depend doc