# Ocaml-Cgi configuration -*- Makefile -*- # Copyright (C) Christophe TROESTLER # $Id: Makefile.config,v 1.1.1.1 2005/01/24 17:28:38 chris_77 Exp $ # # $(PKGNAME) and $(PKGVERSION) are defined. # OCAMLC, OCAMLOPT, OCAMLDEP, OCAMLDOC # The location of the OCaml compiler and tools. The defaults should be OK. # OCAMLC = /usr/local/bin/ocamlc OCAMLOPT = /usr/local/bin/ocamlopt OCAMLDEP = /usr/local/bin/ocamldep OCAMLDOC = /usr/local/bin/ocamldoc OCAMLMKLIB = /usr/local/bin/ocamlmklib # Caml header files OCAML_H = $(shell ocamlc -where)/caml # LIBMAGIC location MAGIC_H = /usr/include MAGIC_A = /usr/lib #PREFIX=/usr/local # OCAMLLIBDIR: location of OCaml's library files. The default should be OK. # OCAMLLIBDIR = $(PREFIX)/lib/ocaml/ # OCAMLLINSTUB: location of OCaml's stub files. # OCAMLLINSTUBS = $(OCAMLLIBDIR)/stublibs # DOCDIR: where we will install the documentation. # DOCDIR = /usr/local/share/doc/ocaml-magic # Utilities # COPY = cp #COPY = copy