~ubuntu-branches/ubuntu/wily/geany/wily

« back to all changes in this revision

Viewing changes to scintilla/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)$(scintilla_includedir)"
54
 
scintilla_includeHEADERS_INSTALL = $(INSTALL_HEADER)
55
78
HEADERS = $(noinst_HEADERS) $(scintilla_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 = \
213
 
        Accessor.h \
214
 
        KeyWords.h \
215
 
        Platform.h \
216
 
        PropSet.h \
217
 
        WindowAccessor.h \
218
 
        SString.h
 
233
        ILexer.h \
 
234
        Platform.h
219
235
 
220
236
scintilla_includedir = $(includedir)/geany/scintilla/
221
237
scintilla_include_HEADERS = \
231
247
        @for dep in $?; do \
232
248
          case '$(am__configure_deps)' in \
233
249
            *$$dep*) \
234
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
235
 
                && exit 0; \
 
250
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
251
                && { if test -f $@; then exit 0; else break; fi; }; \
236
252
              exit 1;; \
237
253
          esac; \
238
254
        done; \
239
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  scintilla/include/Makefile'; \
240
 
        cd $(top_srcdir) && \
241
 
          $(AUTOMAKE) --gnu  scintilla/include/Makefile
 
255
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scintilla/include/Makefile'; \
 
256
        $(am__cd) $(top_srcdir) && \
 
257
          $(AUTOMAKE) --gnu scintilla/include/Makefile
242
258
.PRECIOUS: Makefile
243
259
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244
260
        @case '$?' in \
256
272
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
273
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
258
274
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
275
$(am__aclocal_m4_deps):
259
276
 
260
277
mostlyclean-libtool:
261
278
        -rm -f *.lo
265
282
install-scintilla_includeHEADERS: $(scintilla_include_HEADERS)
266
283
        @$(NORMAL_INSTALL)
267
284
        test -z "$(scintilla_includedir)" || $(MKDIR_P) "$(DESTDIR)$(scintilla_includedir)"
268
 
        @list='$(scintilla_include_HEADERS)'; for p in $$list; do \
 
285
        @list='$(scintilla_include_HEADERS)'; test -n "$(scintilla_includedir)" || list=; \
 
286
        for p in $$list; do \
269
287
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
270
 
          f=$(am__strip_dir) \
271
 
          echo " $(scintilla_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(scintilla_includedir)/$$f'"; \
272
 
          $(scintilla_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(scintilla_includedir)/$$f"; \
 
288
          echo "$$d$$p"; \
 
289
        done | $(am__base_list) | \
 
290
        while read files; do \
 
291
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(scintilla_includedir)'"; \
 
292
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(scintilla_includedir)" || exit $$?; \
273
293
        done
274
294
 
275
295
uninstall-scintilla_includeHEADERS:
276
296
        @$(NORMAL_UNINSTALL)
277
 
        @list='$(scintilla_include_HEADERS)'; for p in $$list; do \
278
 
          f=$(am__strip_dir) \
279
 
          echo " rm -f '$(DESTDIR)$(scintilla_includedir)/$$f'"; \
280
 
          rm -f "$(DESTDIR)$(scintilla_includedir)/$$f"; \
281
 
        done
 
297
        @list='$(scintilla_include_HEADERS)'; test -n "$(scintilla_includedir)" || list=; \
 
298
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
299
        test -n "$$files" || exit 0; \
 
300
        echo " ( cd '$(DESTDIR)$(scintilla_includedir)' && rm -f" $$files ")"; \
 
301
        cd "$(DESTDIR)$(scintilla_includedir)" && rm -f $$files
282
302
 
283
303
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
284
304
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
285
305
        unique=`for i in $$list; do \
286
306
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287
307
          done | \
288
 
          $(AWK) '    { files[$$0] = 1; } \
289
 
               END { for (i in files) print i; }'`; \
 
308
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
309
              END { if (nonempty) { for (i in files) print i; }; }'`; \
290
310
        mkid -fID $$unique
291
311
tags: TAGS
292
312
 
293
313
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
294
314
                $(TAGS_FILES) $(LISP)
295
 
        tags=; \
 
315
        set x; \
296
316
        here=`pwd`; \
297
317
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
298
318
        unique=`for i in $$list; do \
299
319
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
300
320
          done | \
301
 
          $(AWK) '    { files[$$0] = 1; } \
302
 
               END { for (i in files) print i; }'`; \
303
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
321
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
322
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
323
        shift; \
 
324
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
304
325
          test -n "$$unique" || unique=$$empty_fix; \
305
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306
 
            $$tags $$unique; \
 
326
          if test $$# -gt 0; then \
 
327
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
328
              "$$@" $$unique; \
 
329
          else \
 
330
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
331
              $$unique; \
 
332
          fi; \
307
333
        fi
308
334
ctags: CTAGS
309
335
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
310
336
                $(TAGS_FILES) $(LISP)
311
 
        tags=; \
312
 
        here=`pwd`; \
313
337
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
314
338
        unique=`for i in $$list; do \
315
339
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316
340
          done | \
317
 
          $(AWK) '    { files[$$0] = 1; } \
318
 
               END { for (i in files) print i; }'`; \
319
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
341
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
342
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
343
        test -z "$(CTAGS_ARGS)$$unique" \
320
344
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
321
 
             $$tags $$unique
 
345
             $$unique
322
346
 
323
347
GTAGS:
324
348
        here=`$(am__cd) $(top_builddir) && pwd` \
325
 
          && cd $(top_srcdir) \
326
 
          && gtags -i $(GTAGS_ARGS) $$here
 
349
          && $(am__cd) $(top_srcdir) \
 
350
          && gtags -i $(GTAGS_ARGS) "$$here"
327
351
 
328
352
distclean-tags:
329
353
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
344
368
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
345
369
          if test -d $$d/$$file; then \
346
370
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
371
            if test -d "$(distdir)/$$file"; then \
 
372
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
373
            fi; \
347
374
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
348
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
375
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
376
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
349
377
            fi; \
350
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
378
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
351
379
          else \
352
 
            test -f $(distdir)/$$file \
353
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
380
            test -f "$(distdir)/$$file" \
 
381
            || cp -p $$d/$$file "$(distdir)/$$file" \
354
382
            || exit 1; \
355
383
          fi; \
356
384
        done
381
409
 
382
410
distclean-generic:
383
411
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
412
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
384
413
 
385
414
maintainer-clean-generic:
386
415
        @echo "This command is intended for maintainers to use"
399
428
 
400
429
html: html-am
401
430
 
 
431
html-am:
 
432
 
402
433
info: info-am
403
434
 
404
435
info-am:
407
438
 
408
439
install-dvi: install-dvi-am
409
440
 
 
441
install-dvi-am:
 
442
 
410
443
install-exec-am:
411
444
 
412
445
install-html: install-html-am
413
446
 
 
447
install-html-am:
 
448
 
414
449
install-info: install-info-am
415
450
 
 
451
install-info-am:
 
452
 
416
453
install-man:
417
454
 
418
455
install-pdf: install-pdf-am
419
456
 
 
457
install-pdf-am:
 
458
 
420
459
install-ps: install-ps-am
421
460
 
 
461
install-ps-am:
 
462
 
422
463
installcheck-am:
423
464
 
424
465
maintainer-clean: maintainer-clean-am
454
495
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
455
496
        tags uninstall uninstall-am uninstall-scintilla_includeHEADERS
456
497
 
 
498
 
457
499
# Tell versions [3.59,3.63) of GNU make to not export all variables.
458
500
# Otherwise a system limit (for SysV at least) may be exceeded.
459
501
.NOEXPORT: