~ubuntu-branches/ubuntu/utopic/geany/utopic

« back to all changes in this revision

Viewing changes to tagmanager/include/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-12-10 07:43:26 UTC
  • mfrom: (3.3.7 sid)
  • Revision ID: package-import@ubuntu.com-20111210074326-s8yqbew5i20h33tf
Tags: 0.21-1ubuntu1
* Merge from Debian Unstable, remaining changes:
  - debian/patches/20_use_evince_viewer.patch:
     + use evince as viewer for pdf and dvi files
  - debian/patches/20_use_x_terminal_emulator.patch:
     + use x-terminal-emulator as terminal
  - debian/control
     + Add breaks on geany-plugins-common << 0.20
* Also fixes bugs:
  - Filter for MATLAB/Octave files filters everythign (LP: 885505)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 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,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
42
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
AM_V_GEN = $(am__v_GEN_$(V))
 
49
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
50
am__v_GEN_0 = @echo "  GEN   " $@;
 
51
AM_V_at = $(am__v_at_$(V))
 
52
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
53
am__v_at_0 = @
45
54
SOURCES =
46
55
DIST_SOURCES =
47
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50
59
    *) f=$$p;; \
51
60
  esac;
52
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
53
77
am__installdirs = "$(DESTDIR)$(tagmanager_includedir)"
54
 
tagmanager_includeHEADERS_INSTALL = $(INSTALL_HEADER)
55
78
HEADERS = $(noinst_HEADERS) $(tagmanager_include_HEADERS)
56
79
ETAGS = etags
57
80
CTAGS = ctags
59
82
ACLOCAL = @ACLOCAL@
60
83
ALL_LINGUAS = @ALL_LINGUAS@
61
84
AMTAR = @AMTAR@
 
85
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
62
86
AR = @AR@
63
87
AUTOCONF = @AUTOCONF@
64
88
AUTOHEADER = @AUTOHEADER@
79
103
DATADIRNAME = @DATADIRNAME@
80
104
DEFS = @DEFS@
81
105
DEPDIR = @DEPDIR@
82
 
ECHO = @ECHO@
 
106
DLLTOOL = @DLLTOOL@
 
107
DSYMUTIL = @DSYMUTIL@
 
108
DUMPBIN = @DUMPBIN@
83
109
ECHO_C = @ECHO_C@
84
110
ECHO_N = @ECHO_N@
85
111
ECHO_T = @ECHO_T@
86
112
EGREP = @EGREP@
87
113
EXEEXT = @EXEEXT@
88
 
F77 = @F77@
89
 
FFLAGS = @FFLAGS@
 
114
FGREP = @FGREP@
90
115
GEANY_DATA_DIR = @GEANY_DATA_DIR@
91
116
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
92
 
GIO_CFLAGS = @GIO_CFLAGS@
93
 
GIO_LIBS = @GIO_LIBS@
94
117
GMOFILES = @GMOFILES@
95
118
GMSGFMT = @GMSGFMT@
96
119
GREP = @GREP@
 
120
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
121
GTHREAD_LIBS = @GTHREAD_LIBS@
97
122
GTK_CFLAGS = @GTK_CFLAGS@
98
123
GTK_LIBS = @GTK_LIBS@
99
124
INSTALL = @INSTALL@
103
128
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104
129
INSTOBJEXT = @INSTOBJEXT@
105
130
INTLLIBS = @INTLLIBS@
106
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
107
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
108
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
109
131
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
110
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
111
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
112
132
INTLTOOL_MERGE = @INTLTOOL_MERGE@
113
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
114
133
INTLTOOL_PERL = @INTLTOOL_PERL@
115
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
116
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
117
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
118
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
119
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
120
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
121
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
122
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
123
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
124
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
125
134
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
126
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
127
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
128
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
135
LD = @LD@
129
136
LDFLAGS = @LDFLAGS@
130
137
LIBOBJS = @LIBOBJS@
131
138
LIBS = @LIBS@
132
139
LIBTOOL = @LIBTOOL@
 
140
LIPO = @LIPO@
133
141
LN_S = @LN_S@
134
142
LTLIBOBJS = @LTLIBOBJS@
135
143
MAKEINFO = @MAKEINFO@
 
144
MANIFEST_TOOL = @MANIFEST_TOOL@
136
145
MKDIR_P = @MKDIR_P@
137
146
MKINSTALLDIRS = @MKINSTALLDIRS@
138
147
MSGFMT = @MSGFMT@
139
148
MSGFMT_OPTS = @MSGFMT_OPTS@
 
149
MSGMERGE = @MSGMERGE@
 
150
NM = @NM@
 
151
NMEDIT = @NMEDIT@
 
152
OBJDUMP = @OBJDUMP@
140
153
OBJEXT = @OBJEXT@
 
154
OTOOL = @OTOOL@
 
155
OTOOL64 = @OTOOL64@
141
156
PACKAGE = @PACKAGE@
142
157
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
143
158
PACKAGE_NAME = @PACKAGE_NAME@
144
159
PACKAGE_STRING = @PACKAGE_STRING@
145
160
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
161
PACKAGE_URL = @PACKAGE_URL@
146
162
PACKAGE_VERSION = @PACKAGE_VERSION@
147
163
PATH_SEPARATOR = @PATH_SEPARATOR@
148
164
PKG_CONFIG = @PKG_CONFIG@
 
165
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
166
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
149
167
POFILES = @POFILES@
150
168
POSUB = @POSUB@
151
169
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
162
180
abs_srcdir = @abs_srcdir@
163
181
abs_top_builddir = @abs_top_builddir@
164
182
abs_top_srcdir = @abs_top_srcdir@
 
183
ac_ct_AR = @ac_ct_AR@
165
184
ac_ct_CC = @ac_ct_CC@
166
185
ac_ct_CXX = @ac_ct_CXX@
167
 
ac_ct_F77 = @ac_ct_F77@
 
186
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
168
187
am__include = @am__include@
169
188
am__leading_dot = @am__leading_dot@
170
189
am__quote = @am__quote@
207
226
srcdir = @srcdir@
208
227
sysconfdir = @sysconfdir@
209
228
target_alias = @target_alias@
 
229
top_build_prefix = @top_build_prefix@
210
230
top_builddir = @top_builddir@
211
231
top_srcdir = @top_srcdir@
212
232
noinst_HEADERS = \
230
250
        @for dep in $?; do \
231
251
          case '$(am__configure_deps)' in \
232
252
            *$$dep*) \
233
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
234
 
                && exit 0; \
 
253
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
254
                && { if test -f $@; then exit 0; else break; fi; }; \
235
255
              exit 1;; \
236
256
          esac; \
237
257
        done; \
238
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tagmanager/include/Makefile'; \
239
 
        cd $(top_srcdir) && \
240
 
          $(AUTOMAKE) --gnu  tagmanager/include/Makefile
 
258
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tagmanager/include/Makefile'; \
 
259
        $(am__cd) $(top_srcdir) && \
 
260
          $(AUTOMAKE) --gnu tagmanager/include/Makefile
241
261
.PRECIOUS: Makefile
242
262
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243
263
        @case '$?' in \
255
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
276
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
257
277
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
278
$(am__aclocal_m4_deps):
258
279
 
259
280
mostlyclean-libtool:
260
281
        -rm -f *.lo
264
285
install-tagmanager_includeHEADERS: $(tagmanager_include_HEADERS)
265
286
        @$(NORMAL_INSTALL)
266
287
        test -z "$(tagmanager_includedir)" || $(MKDIR_P) "$(DESTDIR)$(tagmanager_includedir)"
267
 
        @list='$(tagmanager_include_HEADERS)'; for p in $$list; do \
 
288
        @list='$(tagmanager_include_HEADERS)'; test -n "$(tagmanager_includedir)" || list=; \
 
289
        for p in $$list; do \
268
290
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
269
 
          f=$(am__strip_dir) \
270
 
          echo " $(tagmanager_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(tagmanager_includedir)/$$f'"; \
271
 
          $(tagmanager_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(tagmanager_includedir)/$$f"; \
 
291
          echo "$$d$$p"; \
 
292
        done | $(am__base_list) | \
 
293
        while read files; do \
 
294
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(tagmanager_includedir)'"; \
 
295
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(tagmanager_includedir)" || exit $$?; \
272
296
        done
273
297
 
274
298
uninstall-tagmanager_includeHEADERS:
275
299
        @$(NORMAL_UNINSTALL)
276
 
        @list='$(tagmanager_include_HEADERS)'; for p in $$list; do \
277
 
          f=$(am__strip_dir) \
278
 
          echo " rm -f '$(DESTDIR)$(tagmanager_includedir)/$$f'"; \
279
 
          rm -f "$(DESTDIR)$(tagmanager_includedir)/$$f"; \
280
 
        done
 
300
        @list='$(tagmanager_include_HEADERS)'; test -n "$(tagmanager_includedir)" || list=; \
 
301
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
302
        test -n "$$files" || exit 0; \
 
303
        echo " ( cd '$(DESTDIR)$(tagmanager_includedir)' && rm -f" $$files ")"; \
 
304
        cd "$(DESTDIR)$(tagmanager_includedir)" && rm -f $$files
281
305
 
282
306
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
283
307
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
284
308
        unique=`for i in $$list; do \
285
309
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286
310
          done | \
287
 
          $(AWK) '    { files[$$0] = 1; } \
288
 
               END { for (i in files) print i; }'`; \
 
311
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
312
              END { if (nonempty) { for (i in files) print i; }; }'`; \
289
313
        mkid -fID $$unique
290
314
tags: TAGS
291
315
 
292
316
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
293
317
                $(TAGS_FILES) $(LISP)
294
 
        tags=; \
 
318
        set x; \
295
319
        here=`pwd`; \
296
320
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
297
321
        unique=`for i in $$list; do \
298
322
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299
323
          done | \
300
 
          $(AWK) '    { files[$$0] = 1; } \
301
 
               END { for (i in files) print i; }'`; \
302
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
324
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
325
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
326
        shift; \
 
327
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
303
328
          test -n "$$unique" || unique=$$empty_fix; \
304
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
305
 
            $$tags $$unique; \
 
329
          if test $$# -gt 0; then \
 
330
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
331
              "$$@" $$unique; \
 
332
          else \
 
333
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
334
              $$unique; \
 
335
          fi; \
306
336
        fi
307
337
ctags: CTAGS
308
338
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309
339
                $(TAGS_FILES) $(LISP)
310
 
        tags=; \
311
 
        here=`pwd`; \
312
340
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313
341
        unique=`for i in $$list; do \
314
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
343
          done | \
316
 
          $(AWK) '    { files[$$0] = 1; } \
317
 
               END { for (i in files) print i; }'`; \
318
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
344
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
345
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
346
        test -z "$(CTAGS_ARGS)$$unique" \
319
347
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
320
 
             $$tags $$unique
 
348
             $$unique
321
349
 
322
350
GTAGS:
323
351
        here=`$(am__cd) $(top_builddir) && pwd` \
324
 
          && cd $(top_srcdir) \
325
 
          && gtags -i $(GTAGS_ARGS) $$here
 
352
          && $(am__cd) $(top_srcdir) \
 
353
          && gtags -i $(GTAGS_ARGS) "$$here"
326
354
 
327
355
distclean-tags:
328
356
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
343
371
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
344
372
          if test -d $$d/$$file; then \
345
373
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
374
            if test -d "$(distdir)/$$file"; then \
 
375
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
376
            fi; \
346
377
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
347
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
378
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
379
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
348
380
            fi; \
349
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
381
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
350
382
          else \
351
 
            test -f $(distdir)/$$file \
352
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
383
            test -f "$(distdir)/$$file" \
 
384
            || cp -p $$d/$$file "$(distdir)/$$file" \
353
385
            || exit 1; \
354
386
          fi; \
355
387
        done
380
412
 
381
413
distclean-generic:
382
414
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
415
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
383
416
 
384
417
maintainer-clean-generic:
385
418
        @echo "This command is intended for maintainers to use"
398
431
 
399
432
html: html-am
400
433
 
 
434
html-am:
 
435
 
401
436
info: info-am
402
437
 
403
438
info-am:
406
441
 
407
442
install-dvi: install-dvi-am
408
443
 
 
444
install-dvi-am:
 
445
 
409
446
install-exec-am:
410
447
 
411
448
install-html: install-html-am
412
449
 
 
450
install-html-am:
 
451
 
413
452
install-info: install-info-am
414
453
 
 
454
install-info-am:
 
455
 
415
456
install-man:
416
457
 
417
458
install-pdf: install-pdf-am
418
459
 
 
460
install-pdf-am:
 
461
 
419
462
install-ps: install-ps-am
420
463
 
 
464
install-ps-am:
 
465
 
421
466
installcheck-am:
422
467
 
423
468
maintainer-clean: maintainer-clean-am
454
499
        ps ps-am tags uninstall uninstall-am \
455
500
        uninstall-tagmanager_includeHEADERS
456
501
 
 
502
 
457
503
# Tell versions [3.59,3.63) of GNU make to not export all variables.
458
504
# Otherwise a system limit (for SysV at least) may be exceeded.
459
505
.NOEXPORT: