projects
/
hstore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[hstore.git]
/
Makefile
1
subdir = contrib/hstore
2
top_builddir = ../..
3
include $(top_builddir)/src/Makefile.global
4
5
6
override CPPFLAGS := -I. $(CPPFLAGS)
7
8
MODULE_big = hstore
9
OBJS = hstore_io.o hstore_op.o hstore_gist.o crc32.o
10
11
DATA_built = hstore.sql
12
DOCS = README.hstore
13
REGRESS = hstore
14
15
include $(top_srcdir)/contrib/contrib-global.mk
16
# DO NOT DELETE
17