Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / Makefile
CommitLineData
f147efc8
AC
1FILES = /usr/include/postgresql/libpq-fe.h
2H = LibpqH.libh
3D = FFI
4HF = ../libpq-h.sml
5CF = libpq.h.cm
6
7$(D)/$(CF): $(FILES)
8 ml-nlffigen -include $(HF) -libhandle $(H) -dir $(D) -cmfile $(CF) $^