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