~ubuntu-branches/ubuntu/quantal/file-roller/quantal

« back to all changes in this revision

Viewing changes to src/ui/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-06 13:13:15 UTC
  • mfrom: (1.2.102)
  • Revision ID: package-import@ubuntu.com-20120606131315-v6o9g8e0cq9olkq1
Tags: 3.5.1-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libgtk-3-dev
  - Replace build-depends on gnome-doc-utils with yelp-tools
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.12.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
VPATH = @srcdir@
 
17
am__make_dryrun = \
 
18
  { \
 
19
    am__dry=no; \
 
20
    case $$MAKEFLAGS in \
 
21
      *\\[\ \   ]*) \
 
22
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
23
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
24
      *) \
 
25
        for am__flg in $$MAKEFLAGS; do \
 
26
          case $$am__flg in \
 
27
            *=*|--*) ;; \
 
28
            *n*) am__dry=yes; break;; \
 
29
          esac; \
 
30
        done;; \
 
31
    esac; \
 
32
    test $$am__dry = yes; \
 
33
  }
 
34
pkgdatadir = $(datadir)/@PACKAGE@
 
35
pkgincludedir = $(includedir)/@PACKAGE@
 
36
pkglibdir = $(libdir)/@PACKAGE@
 
37
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
38
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
39
install_sh_DATA = $(install_sh) -c -m 644
 
40
install_sh_PROGRAM = $(install_sh) -c
 
41
install_sh_SCRIPT = $(install_sh) -c
 
42
INSTALL_HEADER = $(INSTALL_DATA)
 
43
transform = $(program_transform_name)
 
44
NORMAL_INSTALL = :
 
45
PRE_INSTALL = :
 
46
POST_INSTALL = :
 
47
NORMAL_UNINSTALL = :
 
48
PRE_UNINSTALL = :
 
49
POST_UNINSTALL = :
 
50
build_triplet = @build@
 
51
host_triplet = @host@
 
52
subdir = src/ui
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
55
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
56
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
57
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
58
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
60
        $(ACLOCAL_M4)
 
61
mkinstalldirs = $(install_sh) -d
 
62
CONFIG_HEADER = $(top_builddir)/config.h
 
63
CONFIG_CLEAN_FILES =
 
64
CONFIG_CLEAN_VPATH_FILES =
 
65
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
66
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
67
am__v_GEN_0 = @echo "  GEN     " $@;
 
68
AM_V_at = $(am__v_at_@AM_V@)
 
69
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
70
am__v_at_0 = @
 
71
SOURCES =
 
72
DIST_SOURCES =
 
73
am__can_run_installinfo = \
 
74
  case $$AM_UPDATE_INFO_DIR in \
 
75
    n|no|NO) false;; \
 
76
    *) (install-info --version) >/dev/null 2>&1;; \
 
77
  esac
 
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
79
ACLOCAL = @ACLOCAL@
 
80
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
81
ALL_LINGUAS = @ALL_LINGUAS@
 
82
AMTAR = @AMTAR@
 
83
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
84
AR = @AR@
 
85
AUTOCONF = @AUTOCONF@
 
86
AUTOHEADER = @AUTOHEADER@
 
87
AUTOMAKE = @AUTOMAKE@
 
88
AWK = @AWK@
 
89
CC = @CC@
 
90
CCDEPMODE = @CCDEPMODE@
 
91
CFLAGS = @CFLAGS@
 
92
CPP = @CPP@
 
93
CPPFLAGS = @CPPFLAGS@
 
94
CYGPATH_W = @CYGPATH_W@
 
95
DATADIRNAME = @DATADIRNAME@
 
96
DEFS = @DEFS@
 
97
DEPDIR = @DEPDIR@
 
98
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
99
DLLTOOL = @DLLTOOL@
 
100
DSYMUTIL = @DSYMUTIL@
 
101
DUMPBIN = @DUMPBIN@
 
102
ECHO_C = @ECHO_C@
 
103
ECHO_N = @ECHO_N@
 
104
ECHO_T = @ECHO_T@
 
105
EGREP = @EGREP@
 
106
EXEEXT = @EXEEXT@
 
107
FGREP = @FGREP@
 
108
FR_CFLAGS = @FR_CFLAGS@
 
109
FR_LIBS = @FR_LIBS@
 
110
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
111
GIO_REQUIRED = @GIO_REQUIRED@
 
112
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 
113
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
114
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
115
GLIB_MKENUMS = @GLIB_MKENUMS@
 
116
GLIB_REQUIRED = @GLIB_REQUIRED@
 
117
GMSGFMT = @GMSGFMT@
 
118
GREP = @GREP@
 
119
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
120
GTK_CFLAGS = @GTK_CFLAGS@
 
121
GTK_LIBS = @GTK_LIBS@
 
122
GTK_REQUIRED = @GTK_REQUIRED@
 
123
HELP_DIR = @HELP_DIR@
 
124
INSTALL = @INSTALL@
 
125
INSTALL_DATA = @INSTALL_DATA@
 
126
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
127
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
128
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
129
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
130
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
131
INTLTOOL_PERL = @INTLTOOL_PERL@
 
132
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
133
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
134
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
135
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
136
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
137
ITSTOOL = @ITSTOOL@
 
138
LD = @LD@
 
139
LDFLAGS = @LDFLAGS@
 
140
LIBOBJS = @LIBOBJS@
 
141
LIBS = @LIBS@
 
142
LIBTOOL = @LIBTOOL@
 
143
LIPO = @LIPO@
 
144
LN_S = @LN_S@
 
145
LTLIBOBJS = @LTLIBOBJS@
 
146
MAGIC_CFLAGS = @MAGIC_CFLAGS@
 
147
MAGIC_LIBS = @MAGIC_LIBS@
 
148
MAKEINFO = @MAKEINFO@
 
149
MANIFEST_TOOL = @MANIFEST_TOOL@
 
150
MKDIR_P = @MKDIR_P@
 
151
MSGFMT = @MSGFMT@
 
152
MSGMERGE = @MSGMERGE@
 
153
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
154
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
 
155
NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
156
NAUTILUS_REQUIRED = @NAUTILUS_REQUIRED@
 
157
NM = @NM@
 
158
NMEDIT = @NMEDIT@
 
159
OBJDUMP = @OBJDUMP@
 
160
OBJEXT = @OBJEXT@
 
161
OTOOL = @OTOOL@
 
162
OTOOL64 = @OTOOL64@
 
163
PACKAGE = @PACKAGE@
 
164
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
165
PACKAGE_NAME = @PACKAGE_NAME@
 
166
PACKAGE_STRING = @PACKAGE_STRING@
 
167
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
168
PACKAGE_URL = @PACKAGE_URL@
 
169
PACKAGE_VERSION = @PACKAGE_VERSION@
 
170
PATH_SEPARATOR = @PATH_SEPARATOR@
 
171
PKG_CONFIG = @PKG_CONFIG@
 
172
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
173
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
174
RANLIB = @RANLIB@
 
175
SED = @SED@
 
176
SET_MAKE = @SET_MAKE@
 
177
SHELL = @SHELL@
 
178
STRIP = @STRIP@
 
179
USE_NLS = @USE_NLS@
 
180
VERSION = @VERSION@
 
181
XGETTEXT = @XGETTEXT@
 
182
XMLLINT = @XMLLINT@
 
183
abs_builddir = @abs_builddir@
 
184
abs_srcdir = @abs_srcdir@
 
185
abs_top_builddir = @abs_top_builddir@
 
186
abs_top_srcdir = @abs_top_srcdir@
 
187
ac_ct_AR = @ac_ct_AR@
 
188
ac_ct_CC = @ac_ct_CC@
 
189
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
190
am__include = @am__include@
 
191
am__leading_dot = @am__leading_dot@
 
192
am__quote = @am__quote@
 
193
am__tar = @am__tar@
 
194
am__untar = @am__untar@
 
195
bindir = @bindir@
 
196
build = @build@
 
197
build_alias = @build_alias@
 
198
build_cpu = @build_cpu@
 
199
build_os = @build_os@
 
200
build_vendor = @build_vendor@
 
201
builddir = @builddir@
 
202
datadir = @datadir@
 
203
datarootdir = @datarootdir@
 
204
docdir = @docdir@
 
205
dvidir = @dvidir@
 
206
exec_prefix = @exec_prefix@
 
207
gsettingsschemadir = @gsettingsschemadir@
 
208
host = @host@
 
209
host_alias = @host_alias@
 
210
host_cpu = @host_cpu@
 
211
host_os = @host_os@
 
212
host_vendor = @host_vendor@
 
213
htmldir = @htmldir@
 
214
includedir = @includedir@
 
215
infodir = @infodir@
 
216
install_sh = @install_sh@
 
217
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
218
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
219
libdir = @libdir@
 
220
libexecdir = @libexecdir@
 
221
localedir = @localedir@
 
222
localstatedir = @localstatedir@
 
223
mandir = @mandir@
 
224
oldincludedir = @oldincludedir@
 
225
pdfdir = @pdfdir@
 
226
prefix = @prefix@
 
227
program_transform_name = @program_transform_name@
 
228
psdir = @psdir@
 
229
sbindir = @sbindir@
 
230
sharedstatedir = @sharedstatedir@
 
231
srcdir = @srcdir@
 
232
sysconfdir = @sysconfdir@
 
233
target_alias = @target_alias@
 
234
top_build_prefix = @top_build_prefix@
 
235
top_builddir = @top_builddir@
 
236
top_srcdir = @top_srcdir@
 
237
EXTRA_DIST = \
 
238
        add-options.ui          \
 
239
        app-menu.ui             \
 
240
        batch-add-files.ui      \
 
241
        batch-password.ui       \
 
242
        delete.ui               \
 
243
        menus-toolbars.ui       \
 
244
        new.ui                  \
 
245
        password.ui             \
 
246
        properties.ui           \
 
247
        update.ui
 
248
 
 
249
all: all-am
 
250
 
 
251
.SUFFIXES:
 
252
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
253
        @for dep in $?; do \
 
254
          case '$(am__configure_deps)' in \
 
255
            *$$dep*) \
 
256
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
257
                && { if test -f $@; then exit 0; else break; fi; }; \
 
258
              exit 1;; \
 
259
          esac; \
 
260
        done; \
 
261
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/ui/Makefile'; \
 
262
        $(am__cd) $(top_srcdir) && \
 
263
          $(AUTOMAKE) --foreign src/ui/Makefile
 
264
.PRECIOUS: Makefile
 
265
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
266
        @case '$?' in \
 
267
          *config.status*) \
 
268
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
269
          *) \
 
270
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
271
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
272
        esac;
 
273
 
 
274
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
276
 
 
277
$(top_srcdir)/configure:  $(am__configure_deps)
 
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
281
$(am__aclocal_m4_deps):
 
282
 
 
283
mostlyclean-libtool:
 
284
        -rm -f *.lo
 
285
 
 
286
clean-libtool:
 
287
        -rm -rf .libs _libs
 
288
tags: TAGS
 
289
TAGS:
 
290
 
 
291
ctags: CTAGS
 
292
CTAGS:
 
293
 
 
294
cscope cscopelist:
 
295
 
 
296
 
 
297
distdir: $(DISTFILES)
 
298
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
299
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
300
        list='$(DISTFILES)'; \
 
301
          dist_files=`for file in $$list; do echo $$file; done | \
 
302
          sed -e "s|^$$srcdirstrip/||;t" \
 
303
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
304
        case $$dist_files in \
 
305
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
306
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
307
                           sort -u` ;; \
 
308
        esac; \
 
309
        for file in $$dist_files; do \
 
310
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
311
          if test -d $$d/$$file; then \
 
312
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
313
            if test -d "$(distdir)/$$file"; then \
 
314
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
315
            fi; \
 
316
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
317
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
318
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
319
            fi; \
 
320
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
321
          else \
 
322
            test -f "$(distdir)/$$file" \
 
323
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
324
            || exit 1; \
 
325
          fi; \
 
326
        done
 
327
check-am: all-am
 
328
check: check-am
 
329
all-am: Makefile
 
330
installdirs:
 
331
install: install-am
 
332
install-exec: install-exec-am
 
333
install-data: install-data-am
 
334
uninstall: uninstall-am
 
335
 
 
336
install-am: all-am
 
337
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
338
 
 
339
installcheck: installcheck-am
 
340
install-strip:
 
341
        if test -z '$(STRIP)'; then \
 
342
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
343
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
344
              install; \
 
345
        else \
 
346
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
347
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
348
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
349
        fi
 
350
mostlyclean-generic:
 
351
 
 
352
clean-generic:
 
353
 
 
354
distclean-generic:
 
355
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
356
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
357
 
 
358
maintainer-clean-generic:
 
359
        @echo "This command is intended for maintainers to use"
 
360
        @echo "it deletes files that may require special tools to rebuild."
 
361
clean: clean-am
 
362
 
 
363
clean-am: clean-generic clean-libtool mostlyclean-am
 
364
 
 
365
distclean: distclean-am
 
366
        -rm -f Makefile
 
367
distclean-am: clean-am distclean-generic
 
368
 
 
369
dvi: dvi-am
 
370
 
 
371
dvi-am:
 
372
 
 
373
html: html-am
 
374
 
 
375
html-am:
 
376
 
 
377
info: info-am
 
378
 
 
379
info-am:
 
380
 
 
381
install-data-am:
 
382
 
 
383
install-dvi: install-dvi-am
 
384
 
 
385
install-dvi-am:
 
386
 
 
387
install-exec-am:
 
388
 
 
389
install-html: install-html-am
 
390
 
 
391
install-html-am:
 
392
 
 
393
install-info: install-info-am
 
394
 
 
395
install-info-am:
 
396
 
 
397
install-man:
 
398
 
 
399
install-pdf: install-pdf-am
 
400
 
 
401
install-pdf-am:
 
402
 
 
403
install-ps: install-ps-am
 
404
 
 
405
install-ps-am:
 
406
 
 
407
installcheck-am:
 
408
 
 
409
maintainer-clean: maintainer-clean-am
 
410
        -rm -f Makefile
 
411
maintainer-clean-am: distclean-am maintainer-clean-generic
 
412
 
 
413
mostlyclean: mostlyclean-am
 
414
 
 
415
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
416
 
 
417
pdf: pdf-am
 
418
 
 
419
pdf-am:
 
420
 
 
421
ps: ps-am
 
422
 
 
423
ps-am:
 
424
 
 
425
uninstall-am:
 
426
 
 
427
.MAKE: install-am install-strip
 
428
 
 
429
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
430
        distclean distclean-generic distclean-libtool distdir dvi \
 
431
        dvi-am html html-am info info-am install install-am \
 
432
        install-data install-data-am install-dvi install-dvi-am \
 
433
        install-exec install-exec-am install-html install-html-am \
 
434
        install-info install-info-am install-man install-pdf \
 
435
        install-pdf-am install-ps install-ps-am install-strip \
 
436
        installcheck installcheck-am installdirs maintainer-clean \
 
437
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
438
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
439
 
 
440
 
 
441
-include $(top_srcdir)/git.mk
 
442
 
 
443
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
444
# Otherwise a system limit (for SysV at least) may be exceeded.
 
445
.NOEXPORT: