mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
13 lines
345 B
Makefile
13 lines
345 B
Makefile
# $PostgreSQL: pgsql/contrib/earthdistance/Makefile,v 1.13 2003/11/29 19:51:35 pgsql Exp $
|
|
|
|
subdir = contrib/earthdistance
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = earthdistance
|
|
DATA_built = earthdistance.sql
|
|
DOCS = README.earthdistance
|
|
REGRESS = earthdistance
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|