# Makefile for helper functions to set/get values in the %_SHARED hash. DATA = tools.sql REGRESS = tools_test PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) all: @echo "Run make install to install the functions"