postgresql/contrib/earthdistance/Makefile

20 lines
432 B
Makefile
Raw Normal View History

2010-09-20 22:08:53 +02:00
# contrib/earthdistance/Makefile
1998-06-16 05:55:15 +02:00
MODULES = earthdistance
DATA_built = earthdistance.sql
DATA = uninstall_earthdistance.sql
REGRESS = earthdistance
1998-06-16 05:55:15 +02:00
LDFLAGS_SL += $(filter -lm, $(LIBS))
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/earthdistance
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif