X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=DEVEL%2Focaml-http%2FMakefile;h=b3d74b10b865af68172f9a3d243d514ba4c91b09;hb=56bb56539a8103615544244f09ffe49d8bab2fa2;hp=540464f29320c0ba4fa449b6c8ac5dbf5709701c;hpb=f340ae8d0be1c480c6a496a11157a6ccfb367c13;p=helm.git diff --git a/DEVEL/ocaml-http/Makefile b/DEVEL/ocaml-http/Makefile index 540464f29..b3d74b10b 100644 --- a/DEVEL/ocaml-http/Makefile +++ b/DEVEL/ocaml-http/Makefile @@ -2,9 +2,20 @@ include Makefile.defs export SHELL=/bin/bash MODULES = \ - 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 + http_constants \ + http_types \ + http_parser_sanity \ + http_misc \ + http_common \ + http_tcp_server \ + cookie_lexer \ + http_parser \ + http_message \ + http_request \ + http_daemon \ + http_response \ + http_user_agent \ + $(NULL) THREADED_SRV = http_threaded_tcp_server MODULES_MT = $(patsubst http_tcp_server, mt/$(THREADED_SRV) http_tcp_server, $(MODULES)) @@ -55,6 +66,8 @@ include .depend depend: $(OCAMLDEP) *.ml *.mli > .depend +%.ml: %.mll + $(OCAMLLEX) $< %.cmi: %.mli $(OCAMLC) -c $< %.cmo: %.ml %.cmi