2020-10-24 19:14:04 +02:00
|
|
|
MODULES = iban
|
2016-03-01 16:56:02 +01:00
|
|
|
|
2020-10-24 19:14:04 +02:00
|
|
|
EXTENSION = iban
|
|
|
|
DATA = iban--1.0.0.sql
|
|
|
|
PGFILEDESC = "iban - IBAN datatype and functions"
|
2016-03-01 16:56:02 +01:00
|
|
|
|
2020-10-24 19:14:04 +02:00
|
|
|
PG_CXXFLAGS = -std=c++14 -fPIC
|
2016-03-01 19:42:19 +01:00
|
|
|
|
2020-10-24 19:14:04 +02:00
|
|
|
PG_LDFLAGS = -lstdc++
|
|
|
|
|
|
|
|
PG_CONFIG = pg_config
|
|
|
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
|
|
|
include $(PGXS)
|