Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 92f6ee87e3a50ce4a3f33063bb42b917 > files > 31

ocaml-orm-sqlite-devel-0.2-1mdv2010.0.i586.rpm

OCAMLMAKEFILE = ../OCamlMakefile

ANNOTATE = yes
export ANNOTATE
DEBUG = yes
export DEBUG

OCAMLRUNPARAM=b
export OCAMLRUNPARAM

SOURCES=foreign.mli foreign.ml ormtest.mli ormtest.ml test.ml
THREADS=yes
RESULT=ormtest
PACKS=unix sqlite3 ounit
LIBDIRS=/opt/local/lib
DOC_FILES=ormtest.mli

TRASH=test.db

PP=./camlp4find $(PACKS)
export PP

.PHONY: all
all: dnc htdoc
	@ :

include $(OCAMLMAKEFILE)