]> granicus.if.org Git - postgis/commitdiff
Removed PGXS as per ticket #1370.
authorBborie Park <bkpark at ucdavis.edu>
Tue, 13 Dec 2011 14:14:57 +0000 (14:14 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 13 Dec 2011 14:14:57 +0000 (14:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8383 b70326c6-7e19-0410-871a-916f4a2858ee

raster/loader/Makefile.in

index 8303c6d658a006a9bb5c32a5204a1ca7a4c58dd9..445c249f090d98e69426500432e589f4c518a2b3 100644 (file)
 #
 #############################################################################
 
-# PGXS information
-#
-# Note that PGXS currently doesn't handle building FE executables, but we need
-# the DESTDIR variable so we can get the correct install paths. 
-# Hence we include the PGXS Makefile here, but ensure that we override the
-# 'all' and 'install' targets with the ones we really want to use below.
-PG_CONFIG = @PGCONFIG@
-PGXS := @PGXS@
-include $(PGXS)
-
-# Set CFLAGS afer PGXS, otherwise it will get overwritten with the PGXS
-# version which is not what we want. 
+# Set CFLAGS
 CC=@CC@
 CFLAGS=@CFLAGS@ @PICFLAGS@ @WARNFLAGS@ @PROJ_CPPFLAGS@
 top_builddir = @top_builddir@
@@ -59,7 +48,6 @@ LDFLAGS = \
        $(LIBLWGEOM_LDFLAGS) \
        $(LIBGDAL_LDFLAGS) \
        $(GEOS_LDFLAGS)
-       
 
 all: $(RASTER2PGSQL)