pgLatLon

annotate GNUmakefile @ 45:10640afbe2ea

Use the term "numerical integration" instead of "Monte Carlo simulation" in documentation and comments (since no real randomness is involved)
author jbe
date Tue Oct 25 22:15:17 2016 +0200 (2016-10-25)
parents 3293906ea6a0
children 3cbce515387f
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@43 2 DATA = latlon--0.9.sql
jbe@43 3 MODULES = latlon-v0008
jbe@0 4
jbe@0 5 PG_CONFIG = pg_config
jbe@0 6 PGXS := $(shell $(PG_CONFIG) --pgxs)
jbe@0 7 include $(PGXS)

Impressum / About Us