~ubuntu-branches/ubuntu/oneiric/gedit-plugins/oneiric-201108032011

« back to all changes in this revision

Viewing changes to plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2008-12-08 19:14:58 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20081208191458-6z6bilhfmi2yltdm
Tags: 2.25.1-0ubuntu1
* New upstream release. (LP: #306374)
 - Use vte api to set cursor shape and blink mode in 
   terminal (Paolo Borelli)
 - Ported to GIO and gtkbuilder (Ignacio Casal Quinteiro)
 - New implementation of drawspaces plugin (Paolo Borelli, 
   Ignacio Casal Quinteiro)
 - Misc bugfixes.
* debian/control:
 - Bump Build-depends for libgtk2.0-dev to (>= 2.13.0),
   libgtksourceview2.0-dev to (>= 2.4.0), gedit-dev to 
   (>= 2.24.0), and python-gtk2-dev to (>= 2.12.0)
 - Drop deprecated Build-depends on libglade2-dev and 
   libgnomevfs2-dev
 - Make gconf2 Build-depend versionized on (>= 1.1.11)
 - Bump Depends for python-gobject to (>= 2.15.4), python-gtk2 
   to (>= 2.12.0), python-gtksourceview2 to (>= 2.2.0), and 
   gedit to (>= 2.24.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
16
18
VPATH = @srcdir@
17
19
pkgdatadir = $(datadir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = ..
20
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
21
25
install_sh_DATA = $(install_sh) -c -m 644
22
26
install_sh_PROGRAM = $(install_sh) -c
23
27
install_sh_SCRIPT = $(install_sh) -c
36
40
        $(srcdir)/Makefile.in $(srcdir)/gpdefs.py.in
37
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
42
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
39
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/python.m4 \
40
 
        $(top_srcdir)/configure.ac
 
43
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
44
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
45
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
46
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
41
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
48
        $(ACLOCAL_M4)
43
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
53
DIST_SOURCES =
48
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
49
55
        html-recursive info-recursive install-data-recursive \
50
 
        install-dvi-recursive install-exec-recursive \
51
 
        install-html-recursive install-info-recursive \
52
 
        install-pdf-recursive install-ps-recursive install-recursive \
53
 
        installcheck-recursive installdirs-recursive pdf-recursive \
54
 
        ps-recursive uninstall-recursive
 
56
        install-exec-recursive install-info-recursive \
 
57
        install-recursive installcheck-recursive installdirs-recursive \
 
58
        pdf-recursive ps-recursive uninstall-info-recursive \
 
59
        uninstall-recursive
55
60
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
61
am__vpath_adj = case $$p in \
57
62
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61
66
am__installdirs = "$(DESTDIR)$(plugindir)"
62
67
pluginPYTHON_INSTALL = $(INSTALL_DATA)
63
68
py_compile = $(top_srcdir)/py-compile
64
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
 
  distclean-recursive maintainer-clean-recursive
66
69
ETAGS = etags
67
70
CTAGS = ctags
68
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69
72
ACLOCAL = @ACLOCAL@
70
73
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
71
74
ALL_LINGUAS = @ALL_LINGUAS@
 
75
AMDEP_FALSE = @AMDEP_FALSE@
 
76
AMDEP_TRUE = @AMDEP_TRUE@
72
77
AMTAR = @AMTAR@
73
78
AR = @AR@
74
79
AUTOCONF = @AUTOCONF@
83
88
CFLAGS = @CFLAGS@
84
89
CPP = @CPP@
85
90
CPPFLAGS = @CPPFLAGS@
86
 
CXX = @CXX@
87
 
CXXCPP = @CXXCPP@
88
 
CXXDEPMODE = @CXXDEPMODE@
89
 
CXXFLAGS = @CXXFLAGS@
90
91
CYGPATH_W = @CYGPATH_W@
91
92
DATADIRNAME = @DATADIRNAME@
92
93
DEFS = @DEFS@
96
97
DIST_PLUGINS = @DIST_PLUGINS@
97
98
DOC_USER_FORMATS = @DOC_USER_FORMATS@
98
99
DSYMUTIL = @DSYMUTIL@
99
 
ECHO = @ECHO@
 
100
DUMPBIN = @DUMPBIN@
100
101
ECHO_C = @ECHO_C@
101
102
ECHO_N = @ECHO_N@
102
103
ECHO_T = @ECHO_T@
103
104
EGREP = @EGREP@
 
105
ENABLE_PYTHON_FALSE = @ENABLE_PYTHON_FALSE@
 
106
ENABLE_PYTHON_TRUE = @ENABLE_PYTHON_TRUE@
 
107
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
 
108
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
104
109
EXEEXT = @EXEEXT@
105
 
F77 = @F77@
106
 
FFLAGS = @FFLAGS@
 
110
FGREP = @FGREP@
107
111
GCONFTOOL = @GCONFTOOL@
 
112
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
 
113
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
108
114
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
109
115
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
110
116
GEDIT_CFLAGS = @GEDIT_CFLAGS@
116
122
GREP = @GREP@
117
123
GUCHARMAP_CFLAGS = @GUCHARMAP_CFLAGS@
118
124
GUCHARMAP_LIBS = @GUCHARMAP_LIBS@
 
125
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
 
126
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
119
127
HELP_DIR = @HELP_DIR@
120
 
INSTALL = @INSTALL@
121
128
INSTALL_DATA = @INSTALL_DATA@
122
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
123
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
154
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
148
155
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
149
156
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
157
LD = @LD@
150
158
LDFLAGS = @LDFLAGS@
151
159
LIBOBJS = @LIBOBJS@
152
160
LIBS = @LIBS@
153
161
LIBTOOL = @LIBTOOL@
 
162
LIPO = @LIPO@
154
163
LN_S = @LN_S@
155
164
LTLIBOBJS = @LTLIBOBJS@
156
165
MAINT = @MAINT@
 
166
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
167
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
157
168
MAKEINFO = @MAKEINFO@
158
 
MKDIR_P = @MKDIR_P@
159
169
MKINSTALLDIRS = @MKINSTALLDIRS@
160
170
MSGFMT = @MSGFMT@
161
171
MSGFMT_OPTS = @MSGFMT_OPTS@
162
172
MSGMERGE = @MSGMERGE@
 
173
NM = @NM@
163
174
NMEDIT = @NMEDIT@
164
175
NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
165
176
OBJEXT = @OBJEXT@
166
177
OMF_DIR = @OMF_DIR@
 
178
OTOOL = @OTOOL@
 
179
OTOOL64 = @OTOOL64@
167
180
PACKAGE = @PACKAGE@
168
181
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169
182
PACKAGE_NAME = @PACKAGE_NAME@
172
185
PACKAGE_VERSION = @PACKAGE_VERSION@
173
186
PATH_SEPARATOR = @PATH_SEPARATOR@
174
187
PKG_CONFIG = @PKG_CONFIG@
 
188
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
 
189
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
175
190
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
176
191
POFILES = @POFILES@
177
192
POSUB = @POSUB@
200
215
USE_NLS = @USE_NLS@
201
216
VERSION = @VERSION@
202
217
XGETTEXT = @XGETTEXT@
203
 
abs_builddir = @abs_builddir@
204
 
abs_srcdir = @abs_srcdir@
205
 
abs_top_builddir = @abs_top_builddir@
206
 
abs_top_srcdir = @abs_top_srcdir@
207
218
ac_ct_CC = @ac_ct_CC@
208
 
ac_ct_CXX = @ac_ct_CXX@
209
 
ac_ct_F77 = @ac_ct_F77@
 
219
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
210
220
ac_prefix_program = @ac_prefix_program@
 
221
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
222
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
211
223
am__include = @am__include@
212
224
am__leading_dot = @am__leading_dot@
213
225
am__quote = @am__quote@
219
231
build_cpu = @build_cpu@
220
232
build_os = @build_os@
221
233
build_vendor = @build_vendor@
222
 
builddir = @builddir@
223
234
datadir = @datadir@
224
235
datarootdir = @datarootdir@
225
236
docdir = @docdir@
238
249
libexecdir = @libexecdir@
239
250
localedir = @localedir@
240
251
localstatedir = @localstatedir@
 
252
lt_ECHO = @lt_ECHO@
241
253
mandir = @mandir@
242
254
mkdir_p = @mkdir_p@
243
255
oldincludedir = @oldincludedir@
251
263
pythondir = @pythondir@
252
264
sbindir = @sbindir@
253
265
sharedstatedir = @sharedstatedir@
254
 
srcdir = @srcdir@
255
266
sysconfdir = @sysconfdir@
256
267
target_alias = @target_alias@
257
 
top_builddir = @top_builddir@
258
 
top_srcdir = @top_srcdir@
259
268
SUBDIRS = $(BUILD_PLUGINS)
260
269
DIST_SUBDIRS = $(DIST_PLUGINS)
261
270
plugindir = $(libdir)/gedit-2/plugins
308
317
 
309
318
clean-libtool:
310
319
        -rm -rf .libs _libs
 
320
 
 
321
distclean-libtool:
 
322
        -rm -f libtool
 
323
uninstall-info-am:
311
324
install-pluginPYTHON: $(plugin_PYTHON)
312
325
        @$(NORMAL_INSTALL)
313
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
326
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
314
327
        @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
315
328
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
316
329
          if test -f $$b$$p; then \
368
381
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
369
382
        fi; test -z "$$fail"
370
383
 
371
 
$(RECURSIVE_CLEAN_TARGETS):
 
384
mostlyclean-recursive clean-recursive distclean-recursive \
 
385
maintainer-clean-recursive:
372
386
        @failcom='exit 1'; \
373
387
        for f in x $$MAKEFLAGS; do \
374
388
          case $$f in \
412
426
        unique=`for i in $$list; do \
413
427
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414
428
          done | \
415
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
416
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
429
          $(AWK) '    { files[$$0] = 1; } \
 
430
               END { for (i in files) print i; }'`; \
417
431
        mkid -fID $$unique
418
432
tags: TAGS
419
433
 
438
452
        unique=`for i in $$list; do \
439
453
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
454
          done | \
441
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
455
          $(AWK) '    { files[$$0] = 1; } \
 
456
               END { for (i in files) print i; }'`; \
443
457
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
444
458
          test -n "$$unique" || unique=$$empty_fix; \
445
459
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449
463
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450
464
                $(TAGS_FILES) $(LISP)
451
465
        tags=; \
 
466
        here=`pwd`; \
452
467
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453
468
        unique=`for i in $$list; do \
454
469
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455
470
          done | \
456
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
471
          $(AWK) '    { files[$$0] = 1; } \
 
472
               END { for (i in files) print i; }'`; \
458
473
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
459
474
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460
475
             $$tags $$unique
468
483
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
469
484
 
470
485
distdir: $(DISTFILES)
471
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473
 
        list='$(DISTFILES)'; \
474
 
          dist_files=`for file in $$list; do echo $$file; done | \
475
 
          sed -e "s|^$$srcdirstrip/||;t" \
476
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
477
 
        case $$dist_files in \
478
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
479
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
480
 
                           sort -u` ;; \
481
 
        esac; \
482
 
        for file in $$dist_files; do \
 
486
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
487
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
488
        list='$(DISTFILES)'; for file in $$list; do \
 
489
          case $$file in \
 
490
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
491
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
492
          esac; \
483
493
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
494
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
495
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
496
            dir="/$$dir"; \
 
497
            $(mkdir_p) "$(distdir)$$dir"; \
 
498
          else \
 
499
            dir=''; \
 
500
          fi; \
484
501
          if test -d $$d/$$file; then \
485
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
486
502
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487
503
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
488
504
            fi; \
496
512
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
497
513
          if test "$$subdir" = .; then :; else \
498
514
            test -d "$(distdir)/$$subdir" \
499
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
515
            || $(mkdir_p) "$(distdir)/$$subdir" \
500
516
            || exit 1; \
501
517
            distdir=`$(am__cd) $(distdir) && pwd`; \
502
518
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
504
520
              $(MAKE) $(AM_MAKEFLAGS) \
505
521
                top_distdir="$$top_distdir" \
506
522
                distdir="$$distdir/$$subdir" \
507
 
                am__remove_distdir=: \
508
 
                am__skip_length_check=: \
509
523
                distdir) \
510
524
              || exit 1; \
511
525
          fi; \
516
530
installdirs: installdirs-recursive
517
531
installdirs-am:
518
532
        for dir in "$(DESTDIR)$(plugindir)"; do \
519
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
533
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
520
534
        done
521
535
install: install-recursive
522
536
install-exec: install-exec-recursive
549
563
 
550
564
distclean: distclean-recursive
551
565
        -rm -f Makefile
552
 
distclean-am: clean-am distclean-generic distclean-tags
 
566
distclean-am: clean-am distclean-generic distclean-libtool \
 
567
        distclean-tags
553
568
 
554
569
dvi: dvi-recursive
555
570
 
563
578
 
564
579
install-data-am: install-pluginPYTHON
565
580
 
566
 
install-dvi: install-dvi-recursive
567
 
 
568
581
install-exec-am:
569
582
 
570
 
install-html: install-html-recursive
571
 
 
572
583
install-info: install-info-recursive
573
584
 
574
585
install-man:
575
586
 
576
 
install-pdf: install-pdf-recursive
577
 
 
578
 
install-ps: install-ps-recursive
579
 
 
580
587
installcheck-am:
581
588
 
582
589
maintainer-clean: maintainer-clean-recursive
595
602
 
596
603
ps-am:
597
604
 
598
 
uninstall-am: uninstall-pluginPYTHON
599
 
 
600
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
601
 
        install-strip
602
 
 
603
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
604
 
        all all-am check check-am clean clean-generic clean-libtool \
605
 
        ctags ctags-recursive distclean distclean-generic \
606
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
605
uninstall-am: uninstall-info-am uninstall-pluginPYTHON
 
606
 
 
607
uninstall-info: uninstall-info-recursive
 
608
 
 
609
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
610
        clean clean-generic clean-libtool clean-recursive ctags \
 
611
        ctags-recursive distclean distclean-generic distclean-libtool \
 
612
        distclean-recursive distclean-tags distdir dvi dvi-am html \
607
613
        html-am info info-am install install-am install-data \
608
 
        install-data-am install-dvi install-dvi-am install-exec \
609
 
        install-exec-am install-html install-html-am install-info \
610
 
        install-info-am install-man install-pdf install-pdf-am \
611
 
        install-pluginPYTHON install-ps install-ps-am install-strip \
 
614
        install-data-am install-exec install-exec-am install-info \
 
615
        install-info-am install-man install-pluginPYTHON install-strip \
612
616
        installcheck installcheck-am installdirs installdirs-am \
613
 
        maintainer-clean maintainer-clean-generic mostlyclean \
614
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
615
 
        tags tags-recursive uninstall uninstall-am \
 
617
        maintainer-clean maintainer-clean-generic \
 
618
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
619
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
620
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
616
621
        uninstall-pluginPYTHON
617
622
 
618
623
# Tell versions [3.59,3.63) of GNU make to not export all variables.