Plasma GitLab Archive
Projects Blog Knowledge

# Makefile.conf is written by "configure". This is an example.

# The WDialog version
VERSION = 2.0

# The packages to build in the right order:
PKGLIST = wdialog wdialog-p4

# Whether the OS needs an .exe suffix for executables:
EXEC_SUFFIX = $exec_suffix

# Required packages (findlib):
REQUIRES = unix,pcre

# Included directories (-I dir, or -I +pkg, or -package pkg):
INCLUDES = -I +pcre

# additional options only for ocamlc
OCAMLC_OPTIONS =

# additional options only for ocamlopt
OCAMLOPT_OPTIONS =

# Where WDialog is to be installed (non-findlib):
LIBDIR = /usr/local/lib/ocaml/wdialog

# Method of installation: (conventional or findlib)
INSTMETHOD = conventional

# Method of compilation:
# Either "" (non-findlib), or "$(OCAMLFIND)"
USE_OCAMLFIND =


This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml