2006-02-27 07:54:39 -05:00
|
|
|
# $PostgreSQL: pgsql/contrib/earthdistance/Makefile,v 1.17 2006/02/27 12:54:38 petere Exp $
|
1998-06-15 23:55:15 -04:00
|
|
|
|
2001-09-06 06:49:30 -04:00
|
|
|
MODULES = earthdistance
|
|
|
|
|
DATA_built = earthdistance.sql
|
2006-02-27 07:54:39 -05:00
|
|
|
DATA = uninstall_earthdistance.sql
|
2001-09-06 06:49:30 -04:00
|
|
|
DOCS = README.earthdistance
|
2002-09-19 23:47:22 -04:00
|
|
|
REGRESS = earthdistance
|
1998-06-15 23:55:15 -04:00
|
|
|
|
2005-07-24 19:30:10 -04:00
|
|
|
SHLIB_LINK += $(filter -lm, $(LIBS))
|
|
|
|
|
|
2004-08-20 16:13:10 -04:00
|
|
|
ifdef USE_PGXS
|
2005-09-27 13:13:14 -04:00
|
|
|
PGXS := $(shell pg_config --pgxs)
|
2004-08-20 16:13:10 -04:00
|
|
|
include $(PGXS)
|
|
|
|
|
else
|
|
|
|
|
subdir = contrib/earthdistance
|
|
|
|
|
top_builddir = ../..
|
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
2001-09-06 06:49:30 -04:00
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|
2004-08-20 16:13:10 -04:00
|
|
|
endif
|