HCoop
/
hcoop
/
smlsql.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Typo\!
[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
) $
^