File: Makefile

package info (click to toggle)
pg-rewrite 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: ansic: 3,132; sql: 199; makefile: 17; sh: 2
file content (17 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PG_CONFIG ?= pg_config
MODULE_big = pg_rewrite
OBJS = pg_rewrite.o concurrent.o $(WIN32RES)
PGFILEDESC = "pg_rewrite - tools for maintenance that requires table rewriting."

EXTENSION = pg_rewrite
DATA = pg_rewrite--1.0.sql pg_rewrite--1.0--1.1.sql pg_rewrite--1.1--1.2.sql\
pg_rewrite--1.2--2.0.sql pg_rewrite--1.3--2.0.sql
DOCS = pg_rewrite.md

REGRESS = pg_rewrite generated
#ISOLATION = pg_rewrite_concurrent pg_rewrite_concurrent_partition \
pg_rewrite_concurrent_toast

PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)