# see: http://www.ocaml.info/home/ocaml_sources.html#toc16

# put here the names of your source files (in the right order)
SOURCES += utils.ml graph.ml main.ml

# the name of the resulting executable
RESULT  = main

# generate type information (.annot files)
ANNOTATE = yes

INCDIRS =	/usr/lib/ocaml/lablgtk2 /usr/lib/ocaml/cairo /usr/lib/ocaml/3.11.2/plplot /usr/lib/ocaml/3.11.2/plcairo
LIBS =		lablgtk cairo cairo_lablgtk plcairo plplot
PACKS =		extlib
THREADS =	yes
# RESULTDEPS = gtkInit

# make target (see manual) : byte-code, debug-code, native-code, ...
all: native-code 

include OCamlMakefile
