File: Makefile

package info (click to toggle)
postgresql-ocaml 1.7.0-3%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 308 kB
  • ctags: 537
  • sloc: ml: 1,129; ansic: 659; sh: 107; makefile: 98
file content (9 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
OCAMLMAKEFILE = ../../OCamlMakefile

SOURCES = dump.ml
INCDIRS = ../../lib
LIBDIRS = ../../lib
LIBS    = postgresql
RESULT  = dump

-include $(OCAMLMAKEFILE)