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
6 OBJS = data_types_examples.o warn_me.o my_factorial.o hello_world.o
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