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

« back to all changes in this revision

Viewing changes to icons/scalable/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
41
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
 
47
AM_V_GEN = $(am__v_GEN_$(V))
 
48
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
am__v_GEN_0 = @echo "  GEN   " $@;
 
50
AM_V_at = $(am__v_at_$(V))
 
51
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_at_0 = @
44
53
SOURCES =
45
54
DIST_SOURCES =
46
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
58
    *) f=$$p;; \
50
59
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
60
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
61
am__install_max = 40
 
62
am__nobase_strip_setup = \
 
63
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
64
am__nobase_strip = \
 
65
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
66
am__nobase_list = $(am__nobase_strip_setup); \
 
67
  for p in $$list; do echo "$$p $$p"; done | \
 
68
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
69
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
70
    if (++n[$$2] == $(am__install_max)) \
 
71
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
72
    END { for (dir in files) print dir, files[dir] }'
 
73
am__base_list = \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
52
76
am__installdirs = "$(DESTDIR)$(iconsdir)"
53
 
iconsDATA_INSTALL = $(INSTALL_DATA)
54
77
DATA = $(icons_DATA)
55
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56
79
ACLOCAL = @ACLOCAL@
57
80
ALL_LINGUAS = @ALL_LINGUAS@
58
81
AMTAR = @AMTAR@
 
82
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
59
83
AR = @AR@
60
84
AUTOCONF = @AUTOCONF@
61
85
AUTOHEADER = @AUTOHEADER@
76
100
DATADIRNAME = @DATADIRNAME@
77
101
DEFS = @DEFS@
78
102
DEPDIR = @DEPDIR@
79
 
ECHO = @ECHO@
 
103
DLLTOOL = @DLLTOOL@
 
104
DSYMUTIL = @DSYMUTIL@
 
105
DUMPBIN = @DUMPBIN@
80
106
ECHO_C = @ECHO_C@
81
107
ECHO_N = @ECHO_N@
82
108
ECHO_T = @ECHO_T@
83
109
EGREP = @EGREP@
84
110
EXEEXT = @EXEEXT@
85
 
F77 = @F77@
86
 
FFLAGS = @FFLAGS@
 
111
FGREP = @FGREP@
87
112
GEANY_DATA_DIR = @GEANY_DATA_DIR@
88
113
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
89
 
GIO_CFLAGS = @GIO_CFLAGS@
90
 
GIO_LIBS = @GIO_LIBS@
91
114
GMOFILES = @GMOFILES@
92
115
GMSGFMT = @GMSGFMT@
93
116
GREP = @GREP@
 
117
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
118
GTHREAD_LIBS = @GTHREAD_LIBS@
94
119
GTK_CFLAGS = @GTK_CFLAGS@
95
120
GTK_LIBS = @GTK_LIBS@
96
121
INSTALL = @INSTALL@
100
125
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
101
126
INSTOBJEXT = @INSTOBJEXT@
102
127
INTLLIBS = @INTLLIBS@
103
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
104
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
105
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
106
128
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
107
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
108
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
109
129
INTLTOOL_MERGE = @INTLTOOL_MERGE@
110
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
111
130
INTLTOOL_PERL = @INTLTOOL_PERL@
112
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
113
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
114
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
115
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
116
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
117
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
118
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
119
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
120
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
121
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
122
131
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
123
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
124
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
125
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
132
LD = @LD@
126
133
LDFLAGS = @LDFLAGS@
127
134
LIBOBJS = @LIBOBJS@
128
135
LIBS = @LIBS@
129
136
LIBTOOL = @LIBTOOL@
 
137
LIPO = @LIPO@
130
138
LN_S = @LN_S@
131
139
LTLIBOBJS = @LTLIBOBJS@
132
140
MAKEINFO = @MAKEINFO@
 
141
MANIFEST_TOOL = @MANIFEST_TOOL@
133
142
MKDIR_P = @MKDIR_P@
134
143
MKINSTALLDIRS = @MKINSTALLDIRS@
135
144
MSGFMT = @MSGFMT@
136
145
MSGFMT_OPTS = @MSGFMT_OPTS@
 
146
MSGMERGE = @MSGMERGE@
 
147
NM = @NM@
 
148
NMEDIT = @NMEDIT@
 
149
OBJDUMP = @OBJDUMP@
137
150
OBJEXT = @OBJEXT@
 
151
OTOOL = @OTOOL@
 
152
OTOOL64 = @OTOOL64@
138
153
PACKAGE = @PACKAGE@
139
154
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140
155
PACKAGE_NAME = @PACKAGE_NAME@
141
156
PACKAGE_STRING = @PACKAGE_STRING@
142
157
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
158
PACKAGE_URL = @PACKAGE_URL@
143
159
PACKAGE_VERSION = @PACKAGE_VERSION@
144
160
PATH_SEPARATOR = @PATH_SEPARATOR@
145
161
PKG_CONFIG = @PKG_CONFIG@
 
162
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
163
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
146
164
POFILES = @POFILES@
147
165
POSUB = @POSUB@
148
166
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
159
177
abs_srcdir = @abs_srcdir@
160
178
abs_top_builddir = @abs_top_builddir@
161
179
abs_top_srcdir = @abs_top_srcdir@
 
180
ac_ct_AR = @ac_ct_AR@
162
181
ac_ct_CC = @ac_ct_CC@
163
182
ac_ct_CXX = @ac_ct_CXX@
164
 
ac_ct_F77 = @ac_ct_F77@
 
183
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
165
184
am__include = @am__include@
166
185
am__leading_dot = @am__leading_dot@
167
186
am__quote = @am__quote@
204
223
srcdir = @srcdir@
205
224
sysconfdir = @sysconfdir@
206
225
target_alias = @target_alias@
 
226
top_build_prefix = @top_build_prefix@
207
227
top_builddir = @top_builddir@
208
228
top_srcdir = @top_srcdir@
209
229
iconsdir = $(datadir)/icons/hicolor/scalable/apps
216
236
        @for dep in $?; do \
217
237
          case '$(am__configure_deps)' in \
218
238
            *$$dep*) \
219
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
220
 
                && exit 0; \
 
239
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
240
                && { if test -f $@; then exit 0; else break; fi; }; \
221
241
              exit 1;; \
222
242
          esac; \
223
243
        done; \
224
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  icons/scalable/Makefile'; \
225
 
        cd $(top_srcdir) && \
226
 
          $(AUTOMAKE) --gnu  icons/scalable/Makefile
 
244
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/scalable/Makefile'; \
 
245
        $(am__cd) $(top_srcdir) && \
 
246
          $(AUTOMAKE) --gnu icons/scalable/Makefile
227
247
.PRECIOUS: Makefile
228
248
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229
249
        @case '$?' in \
241
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242
262
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
243
263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
264
$(am__aclocal_m4_deps):
244
265
 
245
266
mostlyclean-libtool:
246
267
        -rm -f *.lo
250
271
install-iconsDATA: $(icons_DATA)
251
272
        @$(NORMAL_INSTALL)
252
273
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
253
 
        @list='$(icons_DATA)'; for p in $$list; do \
 
274
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
275
        for p in $$list; do \
254
276
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
255
 
          f=$(am__strip_dir) \
256
 
          echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \
257
 
          $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \
 
277
          echo "$$d$$p"; \
 
278
        done | $(am__base_list) | \
 
279
        while read files; do \
 
280
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
 
281
          $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
258
282
        done
259
283
 
260
284
uninstall-iconsDATA:
261
285
        @$(NORMAL_UNINSTALL)
262
 
        @list='$(icons_DATA)'; for p in $$list; do \
263
 
          f=$(am__strip_dir) \
264
 
          echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \
265
 
          rm -f "$(DESTDIR)$(iconsdir)/$$f"; \
266
 
        done
 
286
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
287
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
288
        test -n "$$files" || exit 0; \
 
289
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
 
290
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
267
291
tags: TAGS
268
292
TAGS:
269
293
 
287
311
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
288
312
          if test -d $$d/$$file; then \
289
313
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
314
            if test -d "$(distdir)/$$file"; then \
 
315
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
316
            fi; \
290
317
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
291
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
318
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
319
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
292
320
            fi; \
293
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
321
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
294
322
          else \
295
 
            test -f $(distdir)/$$file \
296
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
323
            test -f "$(distdir)/$$file" \
 
324
            || cp -p $$d/$$file "$(distdir)/$$file" \
297
325
            || exit 1; \
298
326
          fi; \
299
327
        done
324
352
 
325
353
distclean-generic:
326
354
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
355
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
327
356
 
328
357
maintainer-clean-generic:
329
358
        @echo "This command is intended for maintainers to use"
342
371
 
343
372
html: html-am
344
373
 
 
374
html-am:
 
375
 
345
376
info: info-am
346
377
 
347
378
info-am:
350
381
 
351
382
install-dvi: install-dvi-am
352
383
 
 
384
install-dvi-am:
 
385
 
353
386
install-exec-am:
354
387
 
355
388
install-html: install-html-am
356
389
 
 
390
install-html-am:
 
391
 
357
392
install-info: install-info-am
358
393
 
 
394
install-info-am:
 
395
 
359
396
install-man:
360
397
 
361
398
install-pdf: install-pdf-am
362
399
 
 
400
install-pdf-am:
 
401
 
363
402
install-ps: install-ps-am
364
403
 
 
404
install-ps-am:
 
405
 
365
406
installcheck-am:
366
407
 
367
408
maintainer-clean: maintainer-clean-am
396
437
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
397
438
        uninstall uninstall-am uninstall-iconsDATA
398
439
 
 
440
 
399
441
# Tell versions [3.59,3.63) of GNU make to not export all variables.
400
442
# Otherwise a system limit (for SysV at least) may be exceeded.
401
443
.NOEXPORT: