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

« back to all changes in this revision

Viewing changes to geanylatex/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Evgeni Golov, Chow Loong Jin, Evgeni Golov
  • Date: 2010-09-04 23:05:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100904230500-4n99m507u6drouv5
Tags: 0.19-1
[ Chow Loong Jin ]
* New upstream release
  + Builds against geany 0.19 (Closes: #590346, #587141)
* debian/control, debian/rules:
  + Shift geany dependency to geany-plugins-common instead, since it's a
    common dependency for all plugins
* debian/control:
  + Add new packages for codenav, extrasel, gendoc, insertnum,
    prettyprinter and treebrowser plugins
  + Update build-deps:
    - Bump geany dependency to 0.19. (Closes: #573318)
    - Add libctpl-dev and python-docutils for geanygendoc
    - Add libxml2-dev for prettyprinter
  + No-change bump of Standards-Version from 3.8.3 to 3.9.0
  + Tighten dependency on geany-plugins-common (= instead of >=)
  + Add a Breaks on all geany-plugin-* packages prior to this version to
    ensure geany-plugins-common and geany-plugin-* versions match
* debian/geany-plugin-codenav.{docs,install},
  debian/geany-plugin-extrasel.{docs,install},
  geany-plugin-gendoc.{docs,install},
  geany-plugin-insertnum.{docs,install},
  geany-plugin-prettyprinter.install
  geany-plugin-treebrowser.{docs,install}:
  + Install plugin files into individual packages

[ Evgeni Golov ]
* debian/control:
  + Disable the new plugins for now.
    If you want to build them localy, just uncomment them.
  + Don't D-B on libctpl-dev (it's not in Debian yet).
  + Add myself to Uploaders.
  + Standards-Version: 3.9.1
* debian/copyright:
  + Update to include latest plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
39
39
subdir = geanylatex/src
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
41
am__aclocal_m4_deps = $(top_srcdir)/build/addons.m4 \
 
42
        $(top_srcdir)/build/codenav.m4 \
42
43
        $(top_srcdir)/build/expansions.m4 $(top_srcdir)/build/geany.m4 \
43
44
        $(top_srcdir)/build/geanydoc.m4 \
 
45
        $(top_srcdir)/build/geanyextrasel.m4 \
44
46
        $(top_srcdir)/build/geanygdb.m4 \
 
47
        $(top_srcdir)/build/geanygendoc.m4 \
 
48
        $(top_srcdir)/build/geanyinsertnum.m4 \
45
49
        $(top_srcdir)/build/geanylatex.m4 \
46
50
        $(top_srcdir)/build/geanylipsum.m4 \
47
51
        $(top_srcdir)/build/geanylua.m4 \
48
52
        $(top_srcdir)/build/geanyprj.m4 \
49
53
        $(top_srcdir)/build/geanysendmail.m4 \
50
54
        $(top_srcdir)/build/geanyvc.m4 $(top_srcdir)/build/i18n.m4 \
 
55
        $(top_srcdir)/build/pretty-printer.m4 \
51
56
        $(top_srcdir)/build/shiftcolumn.m4 \
52
57
        $(top_srcdir)/build/spellcheck.m4 \
53
 
        $(top_srcdir)/build/status.m4 $(top_srcdir)/build/unittests.m4 \
 
58
        $(top_srcdir)/build/status.m4 \
 
59
        $(top_srcdir)/build/treebrowser.m4 \
 
60
        $(top_srcdir)/build/unittests.m4 \
54
61
        $(top_srcdir)/build/cache/glib-gettext.m4 \
55
62
        $(top_srcdir)/build/cache/intltool.m4 \
56
63
        $(top_srcdir)/build/cache/libtool.m4 \
92
99
am__DEPENDENCIES_1 =
93
100
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
94
101
geanylatex_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
95
 
am_geanylatex_la_OBJECTS = geanylatex.lo latexencodings.lo bibtex.lo \
96
 
        bibtexlabels.lo latexutils.lo formatpatterns.lo \
97
 
        latexenvironments.lo letters.lo latexkeybindings.lo reftex.lo \
98
 
        formatutils.lo
 
102
am_geanylatex_la_OBJECTS = bibtex.lo geanylatex.lo reftex.lo \
 
103
        latexstructure.lo bibtexlabels.lo latexencodings.lo \
 
104
        templates.lo latexutils.lo formatpatterns.lo \
 
105
        latexenvironments.lo formatutils.lo letters.lo \
 
106
        latexkeybindings.lo
99
107
geanylatex_la_OBJECTS = $(am_geanylatex_la_OBJECTS)
100
108
AM_V_lt = $(am__v_lt_$(V))
101
109
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
149
157
CHECK_LIBS = @CHECK_LIBS@
150
158
CPP = @CPP@
151
159
CPPFLAGS = @CPPFLAGS@
 
160
CTPL_CFLAGS = @CTPL_CFLAGS@
 
161
CTPL_LIBS = @CTPL_LIBS@
152
162
CYGPATH_W = @CYGPATH_W@
153
163
DATADIRNAME = @DATADIRNAME@
154
164
DEFS = @DEFS@
166
176
GEANY_CFLAGS = @GEANY_CFLAGS@
167
177
GEANY_LIBS = @GEANY_LIBS@
168
178
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
179
GIO_CFLAGS = @GIO_CFLAGS@
 
180
GIO_LIBS = @GIO_LIBS@
 
181
GLIB_CFLAGS = @GLIB_CFLAGS@
 
182
GLIB_LIBS = @GLIB_LIBS@
169
183
GMOFILES = @GMOFILES@
170
184
GMSGFMT = @GMSGFMT@
171
185
GREP = @GREP@
172
186
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
173
187
GTKSPELL_LIBS = @GTKSPELL_LIBS@
 
188
GTK_CFLAGS = @GTK_CFLAGS@
 
189
GTK_LIBS = @GTK_LIBS@
174
190
INSTALL = @INSTALL@
175
191
INSTALL_DATA = @INSTALL_DATA@
176
192
INSTALL_PROGRAM = @INSTALL_PROGRAM@
187
203
LIBOBJS = @LIBOBJS@
188
204
LIBS = @LIBS@
189
205
LIBTOOL = @LIBTOOL@
 
206
LIBXML_CFLAGS = @LIBXML_CFLAGS@
 
207
LIBXML_LIBS = @LIBXML_LIBS@
190
208
LIPO = @LIPO@
191
209
LN_S = @LN_S@
192
210
LOCALEDIR = @LOCALEDIR@
219
237
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
220
238
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
221
239
RANLIB = @RANLIB@
 
240
RST2HTML = @RST2HTML@
222
241
SED = @SED@
223
242
SET_MAKE = @SET_MAKE@
224
243
SHELL = @SHELL@
283
302
        -DLOCALEDIR=\""$(LOCALEDIR)"\" \
284
303
        -DPREFIX=\""$(prefix)"\" \
285
304
        -DDOCDIR=\""$(docdir)"\" \
286
 
        -DDATADIR=\""$(datadir)"\" \
 
305
        -DGEANYPLUGINS_DATADIR=\""$(datadir)"\" \
 
306
        -DPKGDATADIR=\""$(pkgdatadir)"\" \
287
307
        -DLIBDIR=\""$(libdir)"\" \
 
308
        -DPKGLIBDIR=\""$(pkglibdir)"\" \
288
309
        $(GEANY_CFLAGS)
289
310
 
290
311
AM_LDFLAGS = -module -avoid-version
294
315
 
295
316
geanyplugins_LTLIBRARIES = geanylatex.la
296
317
geanylatex_la_SOURCES = \
297
 
        letters.h \
298
 
        latexutils.h \
299
 
        formatutils.h \
300
 
        latexencodings.h \
 
318
        bibtex.c \
 
319
        geanylatex.c \
301
320
        latexkeybindings.h \
302
 
        datatypes.h \
 
321
        reftex.c \
 
322
        bibtex.h \
303
323
        geanylatex.h \
 
324
        latexstructure.c \
304
325
        reftex.h \
305
 
        bibtex.h \
306
 
        latexenvironments.h \
307
 
        geanylatex.c \
 
326
        bibtexlabels.c \
308
327
        latexencodings.c \
309
 
        bibtex.c \
310
 
        bibtexlabels.c \
 
328
        latexstructure.h \
 
329
        templates.c \
 
330
        datatypes.h \
 
331
        latexencodings.h \
311
332
        latexutils.c \
 
333
        templates.h \
312
334
        formatpatterns.c \
313
335
        latexenvironments.c \
 
336
        latexutils.h \
 
337
        formatutils.c \
 
338
        latexenvironments.h \
314
339
        letters.c \
 
340
        formatutils.h \
315
341
        latexkeybindings.c \
316
 
        reftex.c \
317
 
        formatutils.c
 
342
        letters.h
318
343
 
319
344
geanylatex_la_LIBADD = $(COMMONLIBS)
320
345
all: all-am
399
424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latexencodings.Plo@am__quote@
400
425
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latexenvironments.Plo@am__quote@
401
426
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latexkeybindings.Plo@am__quote@
 
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latexstructure.Plo@am__quote@
402
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latexutils.Plo@am__quote@
403
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/letters.Plo@am__quote@
404
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reftex.Plo@am__quote@
 
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/templates.Plo@am__quote@
405
432
 
406
433
.c.o:
407
434
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<