]> Untitled Git - articles.git/blob
f3bc8f7f7acb09aa5cee973229b0a54ddc9ff01f
[articles.git] /
1 MODULE_big      = data_types_examples
2 EXTENSION = data_types_examples           # Name of the extension
3 DATA = data_types_examples--0.0.1.sql
4 # REGRESS = my_first_extension-main-test
5
6 OBJS = data_types_examples.o warn_me.o my_factorial.o
7
8
9 PG_CONFIG  ?= pg_config                  # Path to the pg_config executable
10 PGXS := $(shell $(PG_CONFIG) --pgxs)     # Get the PostgreSQL Extension Makefile from pg_config
11 include $(PGXS)                          # Include the PostgreSQL Extension Makefile
12
13