X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2FDEVEL%2Focaml-http%2Fexamples%2FMakefile;h=453776c6104fa2092bb5e73c429e5e2954f2566d;hb=0c6a5aadb1a7746681a8e26fc0b009f847c10557;hp=674f8f9ebfaf275af5b6cd8eb70b214907230b56;hpb=35f37db99fe63041c06cd98984de9a7ca0f9b388;p=helm.git diff --git a/helm/DEVEL/ocaml-http/examples/Makefile b/helm/DEVEL/ocaml-http/examples/Makefile index 674f8f9eb..453776c61 100644 --- a/helm/DEVEL/ocaml-http/examples/Makefile +++ b/helm/DEVEL/ocaml-http/examples/Makefile @@ -5,9 +5,21 @@ OBJS_MT = ../http_mt.cma OBJS_MT_OPT = ../http_mt.cmxa EXAMPLES_FLAGS = -I .. -linkpkg -EXAMPLES = \ - always_ok_daemon webfsd obj_foo dump_args timeout dont_fork \ - threads chdir damned_recursion oo_daemon client_address highlander +EXAMPLES := \ + always_ok_daemon.ml \ + basic_auth.ml \ + chdir.ml \ + client_address.ml \ + damned_recursion.ml \ + dont_fork.ml \ + dump_args.ml \ + highlander.ml \ + obj_foo.ml \ + oo_daemon.ml \ + threads.ml \ + timeout.ml \ + webfsd.ml +EXAMPLES := $(patsubst %.ml,%,$(EXAMPLES)) all: $(EXAMPLES) opt: $(patsubst %,%.opt,$(EXAMPLES))