File: Makefile

package info (click to toggle)
postgresql-ocaml 1.5.4-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 320 kB
  • ctags: 536
  • sloc: ml: 1,143; ansic: 524; sh: 118; makefile: 99
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
OCAMLMAKEFILE = ../../OCamlMakefile

SOURCES = prompt.ml
INCDIRS = ../../lib
LIBDIRS = ../../lib
LIBS    = postgresql
THREADS = yes
RESULT  = prompt

-include $(OCAMLMAKEFILE)