~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to plugins/maplayer/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-04-14 11:03:20 UTC
  • Revision ID: james.westby@ubuntu.com-20050414110320-44gldzn82v2283dq
Tags: 0.6.0-2
* Depend on xerces26 instead of xerces21 (Closes: #301709)
* Apply patch for PostGis 1.0 (Closes: #303743)
* Added note about setting QTDIR=/usr/share/qt3 (Closes: #281910)
* Patch for crash loading shapefiles exposed by gdal 1.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
AUTOHEADER = ${SHELL} /home/steve/projects/qgis/debian/qgis-0.6.0/missing --run autoheader
97
97
AUTOMAKE = ${SHELL} /home/steve/projects/qgis/debian/qgis-0.6.0/missing --run automake-1.8
98
98
AWK = gawk
99
 
CC = i386-linux-gcc
 
99
CC = ccache gcc
100
100
CCDEPMODE = depmode=gcc3
101
101
CFLAGS = -Wall -g -O2
102
 
CPP = i386-linux-gcc -E
 
102
CPP = ccache gcc -E
103
103
CPPFLAGS = 
104
 
CXX = i386-linux-g++
105
 
CXXCPP = i386-linux-g++ -E
 
104
CXX = ccache g++
 
105
CXXCPP = ccache g++ -E
106
106
CXXDEPMODE = depmode=gcc3
107
107
CXXFLAGS = -g -O2
108
108
CYGPATH_W = echo
121
121
GDAL_CFLAGS = -I/usr/include
122
122
GDAL_CONFIG = /usr/bin/gdal-config
123
123
GDAL_LDADD = -L/usr/lib -lgdal
124
 
GEOS_CFLAGS = -Wall -g -O2 -I/usr/include
 
124
GEOS_CFLAGS = -I/usr/include
125
125
GEOS_CONFIG = /usr/bin/geos-config
126
126
GEOS_LDADD = -L/usr/lib -lgeos
127
127
GRASS_INC =