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

« back to all changes in this revision

Viewing changes to pretty-printer/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:
38
38
subdir = pretty-printer
39
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/build/addons.m4 \
 
41
am__aclocal_m4_deps = $(top_srcdir)/build/bundled/gpgme.m4 \
 
42
        $(top_srcdir)/build/addons.m4 $(top_srcdir)/build/cflags.m4 \
42
43
        $(top_srcdir)/build/codenav.m4 $(top_srcdir)/build/common.m4 \
 
44
        $(top_srcdir)/build/cppcheck.m4 \
 
45
        $(top_srcdir)/build/debugger.m4 $(top_srcdir)/build/devhelp.m4 \
43
46
        $(top_srcdir)/build/expansions.m4 $(top_srcdir)/build/geany.m4 \
44
47
        $(top_srcdir)/build/geanydoc.m4 \
45
48
        $(top_srcdir)/build/geanyextrasel.m4 \
49
52
        $(top_srcdir)/build/geanylatex.m4 \
50
53
        $(top_srcdir)/build/geanylipsum.m4 \
51
54
        $(top_srcdir)/build/geanylua.m4 \
52
 
        $(top_srcdir)/build/geanyprj.m4 \
 
55
        $(top_srcdir)/build/geanymacro.m4 \
 
56
        $(top_srcdir)/build/geanynumberedbookmarks.m4 \
 
57
        $(top_srcdir)/build/geanypg.m4 $(top_srcdir)/build/geanyprj.m4 \
53
58
        $(top_srcdir)/build/geanysendmail.m4 \
54
 
        $(top_srcdir)/build/geanyvc.m4 $(top_srcdir)/build/i18n.m4 \
 
59
        $(top_srcdir)/build/geanyvc.m4 $(top_srcdir)/build/gproject.m4 \
 
60
        $(top_srcdir)/build/i18n.m4 \
55
61
        $(top_srcdir)/build/pretty-printer.m4 \
56
62
        $(top_srcdir)/build/shiftcolumn.m4 \
57
63
        $(top_srcdir)/build/spellcheck.m4 \
58
64
        $(top_srcdir)/build/status.m4 \
 
65
        $(top_srcdir)/build/tableconvert.m4 \
59
66
        $(top_srcdir)/build/treebrowser.m4 \
60
67
        $(top_srcdir)/build/unittests.m4 \
61
68
        $(top_srcdir)/build/updatechecker.m4 \
62
69
        $(top_srcdir)/build/webhelper.m4 \
 
70
        $(top_srcdir)/build/xmlsnippets.m4 \
63
71
        $(top_srcdir)/build/cache/glib-gettext.m4 \
64
72
        $(top_srcdir)/build/cache/intltool.m4 \
65
73
        $(top_srcdir)/build/cache/libtool.m4 \
141
149
CHECK_CFLAGS = @CHECK_CFLAGS@
142
150
CHECK_LIBS = @CHECK_LIBS@
143
151
CPP = @CPP@
 
152
CPPCHECK = @CPPCHECK@
144
153
CPPFLAGS = @CPPFLAGS@
145
154
CYGPATH_W = @CYGPATH_W@
146
155
DATADIRNAME = @DATADIRNAME@
147
156
DEFS = @DEFS@
148
157
DEPDIR = @DEPDIR@
 
158
DEVHELP_CFLAGS = @DEVHELP_CFLAGS@
 
159
DEVHELP_LIBS = @DEVHELP_LIBS@
 
160
DLLTOOL = @DLLTOOL@
149
161
DSYMUTIL = @DSYMUTIL@
150
162
DUMPBIN = @DUMPBIN@
151
163
ECHO_C = @ECHO_C@
167
179
GLIB_MKENUMS = @GLIB_MKENUMS@
168
180
GMOFILES = @GMOFILES@
169
181
GMSGFMT = @GMSGFMT@
 
182
GPGME_CFLAGS = @GPGME_CFLAGS@
 
183
GPGME_CONFIG = @GPGME_CONFIG@
 
184
GPGME_LIBS = @GPGME_LIBS@
 
185
GP_CFLAGS = @GP_CFLAGS@
170
186
GREP = @GREP@
171
187
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
172
188
GTKSPELL_LIBS = @GTKSPELL_LIBS@
195
211
LUA_CFLAGS = @LUA_CFLAGS@
196
212
LUA_LIBS = @LUA_LIBS@
197
213
MAKEINFO = @MAKEINFO@
 
214
MANIFEST_TOOL = @MANIFEST_TOOL@
198
215
MKDIR_P = @MKDIR_P@
199
216
MKINSTALLDIRS = @MKINSTALLDIRS@
200
217
MSGFMT = @MSGFMT@
231
248
UPDATECHECKER_LIBS = @UPDATECHECKER_LIBS@
232
249
USE_NLS = @USE_NLS@
233
250
VERSION = @VERSION@
 
251
VTE_CFLAGS = @VTE_CFLAGS@
 
252
VTE_LIBS = @VTE_LIBS@
234
253
WEBHELPER_CFLAGS = @WEBHELPER_CFLAGS@
235
254
WEBHELPER_LIBS = @WEBHELPER_LIBS@
236
255
XGETTEXT = @XGETTEXT@
238
257
abs_srcdir = @abs_srcdir@
239
258
abs_top_builddir = @abs_top_builddir@
240
259
abs_top_srcdir = @abs_top_srcdir@
 
260
ac_ct_AR = @ac_ct_AR@
241
261
ac_ct_CC = @ac_ct_CC@
242
262
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
243
263
am__include = @am__include@
271
291
libexecdir = @libexecdir@
272
292
localedir = @localedir@
273
293
localstatedir = @localstatedir@
274
 
lt_ECHO = @lt_ECHO@
275
294
mandir = @mandir@
276
295
mkdir_p = @mkdir_p@
277
296
oldincludedir = @oldincludedir@