Random improvements
[hcoop/smlsql.git] / libpq / Makefile
1 FILES = /usr/include/postgresql/libpq-fe.h
2 H = LibpqH.libh
3 D = FFI
4 HF = ../libpq-h.sml
5 CF = libpq.h.cm
6
7 $(D)/$(CF): $(FILES)
8 ml-nlffigen -include $(HF) -libhandle $(H) -dir $(D) -cmfile $(CF) $^