OCaml makefile template comments

From: David Mentré (David.Mentre@irisa.fr)
Date: Wed Nov 24 1999 - 11:12:07 MET


To: caml-list@inria.fr
Subject: OCaml makefile template comments
From: David.Mentre@irisa.fr (David =?iso-8859-1?q?Mentré?=)
Date: 24 Nov 1999 11:12:07 +0100

I've used the generic OCaml Makfile (at:
http://caml.inria.fr/pub/old_caml_site/FAQ/Makefile_ocaml.tpl) and I have 2 comments:

 1. target $(EXEC).opt

$(EXEC).opt: $(OPTOBJS)
        $(CAMLOPT) -o $(EXEC) $(LIBS:.cma=.cmxa) $(OPTOBJS)
                      ^^^^^^I think it is $(EXEC).opt here, no?

 2. Makefile with subdirectories. This makefile is not made to allow
    subdirectories. I've managed to use it for a subdir by adding a '-I
    subdir' option to $(CAMLC) and $(CAMLOPT) and modifying targets
    depend:, .depend: (to add -I option) and clean:.

    Does anybody know a good makefile model to compile in subdirs
    (without recursive makefile) for OCaml?

Best regards,
david

-- 
 David.Mentre@irisa.fr -- http://www.irisa.fr/prive/dmentre/
 Opinions expressed here are only mine.



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:28 MET