2007-03-14 22:21:53 +08:00
|
|
|
# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.5 2007/03/14 14:21:52 teodor Exp $
|
2007-02-10 01:04:00 +08:00
|
|
|
|
2006-09-06 02:00:58 +08:00
|
|
|
subdir = contrib/hstore
|
|
|
|
top_builddir = ../..
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
|
|
|
|
MODULE_big = hstore
|
2007-03-14 22:21:53 +08:00
|
|
|
OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o crc32.o
|
2006-09-06 02:00:58 +08:00
|
|
|
|
|
|
|
DATA_built = hstore.sql
|
2006-09-13 00:11:44 +08:00
|
|
|
DATA = uninstall_hstore.sql
|
2006-09-06 02:00:58 +08:00
|
|
|
DOCS = README.hstore
|
|
|
|
REGRESS = hstore
|
|
|
|
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|