File: Makefile

package info (click to toggle)
pg-rational 0.0.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: ansic: 471; sql: 408; makefile: 12; sh: 1
file content (9 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
MODULES = pg_rational
EXTENSION = pg_rational
DATA = pg_rational--0.0.1.sql
REGRESS = pg_rational_test
PG_CPPFLAGS = -std=c99 -Wextra -Wpedantic

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