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