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

« back to all changes in this revision

Viewing changes to plugins/example/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-12-14 23:14:35 UTC
  • Revision ID: james.westby@ubuntu.com-20051214231435-pfuy6q97dms34ii2
Tags: 0.7.4-2
* Build libqgis0 as separate package to conform to policy (Closes: #339254)
* Rename qgis-dev to libqgis0-dev
* Build-dep on libmysqlclient14-dev
* Acknowledge binary NMU (Closes: #345148)

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
ETAGS = etags
90
90
CTAGS = ctags
91
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92
 
ACLOCAL = ${SHELL} /home/pere/src/debian/gis/qgis-0.7.4/missing --run aclocal-1.8
 
92
ACLOCAL = ${SHELL} /home/steve/projects/qgis/debian/qgis-0.7.4/missing --run aclocal-1.8
93
93
AMDEP_FALSE = #
94
94
AMDEP_TRUE = 
95
 
AMTAR = ${SHELL} /home/pere/src/debian/gis/qgis-0.7.4/missing --run tar
 
95
AMTAR = ${SHELL} /home/steve/projects/qgis/debian/qgis-0.7.4/missing --run tar
96
96
AR = ar
97
 
AUTOCONF = ${SHELL} /home/pere/src/debian/gis/qgis-0.7.4/missing --run autoconf
98
 
AUTOHEADER = ${SHELL} /home/pere/src/debian/gis/qgis-0.7.4/missing --run autoheader
99
 
AUTOMAKE = ${SHELL} /home/pere/src/debian/gis/qgis-0.7.4/missing --run automake-1.8
 
97
AUTOCONF = ${SHELL} /home/steve/projects/qgis/debian/qgis-0.7.4/missing --run autoconf
 
98
AUTOHEADER = ${SHELL} /home/steve/projects/qgis/debian/qgis-0.7.4/missing --run autoheader
 
99
AUTOMAKE = ${SHELL} /home/steve/projects/qgis/debian/qgis-0.7.4/missing --run automake-1.8
100
100
AWK = gawk
101
 
CC = i486-linux-gnu-gcc
 
101
CC = ccache gcc
102
102
CCDEPMODE = depmode=gcc3
103
103
CFLAGS = -Wall -g -O2
104
 
CPP = i486-linux-gnu-gcc -E
 
104
CPP = ccache gcc -E
105
105
CPPFLAGS = 
106
 
CXX = i486-linux-gnu-g++
107
 
CXXCPP = i486-linux-gnu-g++ -E
 
106
CXX = ccache g++
 
107
CXXCPP = ccache g++ -E
108
108
CXXDEPMODE = depmode=gcc3
109
109
CXXFLAGS = -g -O2
110
110
CYGPATH_W = echo
157
157
LN_S = ln -s
158
158
LTLIBOBJS = 
159
159
MAJOR_VERSION = 0
160
 
MAKEINFO = ${SHELL} /home/pere/src/debian/gis/qgis-0.7.4/missing --run makeinfo
 
160
MAKEINFO = ${SHELL} /home/steve/projects/qgis/debian/qgis-0.7.4/missing --run makeinfo
161
161
MICRO_VERSION = 4
162
162
MINOR_VERSION = 7
163
163
MOC = moc
219
219
host_vendor = pc
220
220
includedir = ${prefix}/include
221
221
infodir = ${prefix}/share/info
222
 
install_sh = /home/pere/src/debian/gis/qgis-0.7.4/install-sh
 
222
install_sh = /home/steve/projects/qgis/debian/qgis-0.7.4/install-sh
223
223
libdir = ${exec_prefix}/lib
224
224
libexecdir = ${exec_prefix}/libexec
225
225
localstatedir = ${prefix}/var