File: Makefile

package info (click to toggle)
tablelog 0.6.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: ansic: 1,284; sql: 708; makefile: 12; sh: 2
file content (13 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
MODULES = table_log
EXTENSION = table_log
DATA = table_log--0.6.1.sql table_log--unpackaged--0.6.1.sql table_log--0.5--0.6.1.sql table_log--0.6--0.6.1.sql
## keep it for non-EXTENSION installations
## DATA_built = table_log.sql uninstall_table_log.sql
DOCS = table_log.md
REGRESS = table_log
ifndef PG_CONFIG
PG_CONFIG = pg_config
endif

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