~ubuntu-branches/debian/sid/geany-plugins/sid

« back to all changes in this revision

Viewing changes to geanygdb/tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov, Evgeni Golov
  • Date: 2011-11-17 20:03:24 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111117200324-8qmu6tuwjtfpv3n7
Tags: 0.21.1-1
[ Evgeni Golov ]
* [f4007f2] Imported Upstream version 0.21.1
* [5ff622d] install plugins from/to /usr/lib/<arch-triplet>/geany
* [75411d7] bump build-dep to geany 0.21
* [db92155] depend on the virtual geany-abi-XX package
* [dd84769] switch to 3.0 (quilt)
* [3ab76d7] drop readme.source
* [233d44c] refresh patch against 0.21.1
* [030bec1] add lintian override for
            documentation-package-not-architecture-independent
* [aba43d7] use debhelper compat level 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
subdir = geanygdb/tests
42
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/build/addons.m4 \
 
44
am__aclocal_m4_deps = $(top_srcdir)/build/bundled/gpgme.m4 \
 
45
        $(top_srcdir)/build/addons.m4 $(top_srcdir)/build/cflags.m4 \
45
46
        $(top_srcdir)/build/codenav.m4 $(top_srcdir)/build/common.m4 \
 
47
        $(top_srcdir)/build/cppcheck.m4 \
 
48
        $(top_srcdir)/build/debugger.m4 $(top_srcdir)/build/devhelp.m4 \
46
49
        $(top_srcdir)/build/expansions.m4 $(top_srcdir)/build/geany.m4 \
47
50
        $(top_srcdir)/build/geanydoc.m4 \
48
51
        $(top_srcdir)/build/geanyextrasel.m4 \
52
55
        $(top_srcdir)/build/geanylatex.m4 \
53
56
        $(top_srcdir)/build/geanylipsum.m4 \
54
57
        $(top_srcdir)/build/geanylua.m4 \
55
 
        $(top_srcdir)/build/geanyprj.m4 \
 
58
        $(top_srcdir)/build/geanymacro.m4 \
 
59
        $(top_srcdir)/build/geanynumberedbookmarks.m4 \
 
60
        $(top_srcdir)/build/geanypg.m4 $(top_srcdir)/build/geanyprj.m4 \
56
61
        $(top_srcdir)/build/geanysendmail.m4 \
57
 
        $(top_srcdir)/build/geanyvc.m4 $(top_srcdir)/build/i18n.m4 \
 
62
        $(top_srcdir)/build/geanyvc.m4 $(top_srcdir)/build/gproject.m4 \
 
63
        $(top_srcdir)/build/i18n.m4 \
58
64
        $(top_srcdir)/build/pretty-printer.m4 \
59
65
        $(top_srcdir)/build/shiftcolumn.m4 \
60
66
        $(top_srcdir)/build/spellcheck.m4 \
61
67
        $(top_srcdir)/build/status.m4 \
 
68
        $(top_srcdir)/build/tableconvert.m4 \
62
69
        $(top_srcdir)/build/treebrowser.m4 \
63
70
        $(top_srcdir)/build/unittests.m4 \
64
71
        $(top_srcdir)/build/updatechecker.m4 \
65
72
        $(top_srcdir)/build/webhelper.m4 \
 
73
        $(top_srcdir)/build/xmlsnippets.m4 \
66
74
        $(top_srcdir)/build/cache/glib-gettext.m4 \
67
75
        $(top_srcdir)/build/cache/intltool.m4 \
68
76
        $(top_srcdir)/build/cache/libtool.m4 \
137
145
CHECK_CFLAGS = @CHECK_CFLAGS@
138
146
CHECK_LIBS = @CHECK_LIBS@
139
147
CPP = @CPP@
 
148
CPPCHECK = @CPPCHECK@
140
149
CPPFLAGS = @CPPFLAGS@
141
150
CYGPATH_W = @CYGPATH_W@
142
151
DATADIRNAME = @DATADIRNAME@
143
152
DEFS = @DEFS@
144
153
DEPDIR = @DEPDIR@
 
154
DEVHELP_CFLAGS = @DEVHELP_CFLAGS@
 
155
DEVHELP_LIBS = @DEVHELP_LIBS@
 
156
DLLTOOL = @DLLTOOL@
145
157
DSYMUTIL = @DSYMUTIL@
146
158
DUMPBIN = @DUMPBIN@
147
159
ECHO_C = @ECHO_C@
163
175
GLIB_MKENUMS = @GLIB_MKENUMS@
164
176
GMOFILES = @GMOFILES@
165
177
GMSGFMT = @GMSGFMT@
 
178
GPGME_CFLAGS = @GPGME_CFLAGS@
 
179
GPGME_CONFIG = @GPGME_CONFIG@
 
180
GPGME_LIBS = @GPGME_LIBS@
 
181
GP_CFLAGS = @GP_CFLAGS@
166
182
GREP = @GREP@
167
183
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
168
184
GTKSPELL_LIBS = @GTKSPELL_LIBS@
191
207
LUA_CFLAGS = @LUA_CFLAGS@
192
208
LUA_LIBS = @LUA_LIBS@
193
209
MAKEINFO = @MAKEINFO@
 
210
MANIFEST_TOOL = @MANIFEST_TOOL@
194
211
MKDIR_P = @MKDIR_P@
195
212
MKINSTALLDIRS = @MKINSTALLDIRS@
196
213
MSGFMT = @MSGFMT@
227
244
UPDATECHECKER_LIBS = @UPDATECHECKER_LIBS@
228
245
USE_NLS = @USE_NLS@
229
246
VERSION = @VERSION@
 
247
VTE_CFLAGS = @VTE_CFLAGS@
 
248
VTE_LIBS = @VTE_LIBS@
230
249
WEBHELPER_CFLAGS = @WEBHELPER_CFLAGS@
231
250
WEBHELPER_LIBS = @WEBHELPER_LIBS@
232
251
XGETTEXT = @XGETTEXT@
234
253
abs_srcdir = @abs_srcdir@
235
254
abs_top_builddir = @abs_top_builddir@
236
255
abs_top_srcdir = @abs_top_srcdir@
 
256
ac_ct_AR = @ac_ct_AR@
237
257
ac_ct_CC = @ac_ct_CC@
238
258
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
239
259
am__include = @am__include@
267
287
libexecdir = @libexecdir@
268
288
localedir = @localedir@
269
289
localstatedir = @localstatedir@
270
 
lt_ECHO = @lt_ECHO@
271
290
mandir = @mandir@
272
291
mkdir_p = @mkdir_p@
273
292
oldincludedir = @oldincludedir@