~ubuntu-branches/ubuntu/precise/deja-dup/precise-updates

« back to all changes in this revision

Viewing changes to libdeja-dup/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2010-01-10 10:03:06 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100110100306-awjywmnuln6yusb9
Tags: upstream-13.5
ImportĀ upstreamĀ versionĀ 13.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
# -*- Mode: Makefile; indent-tabs-mode: t; tab-width: 2 -*-
19
 
#
20
 
# This file is part of DĆ©jĆ  Dup.
21
 
# Ā© 2008,2009 Michael Terry <mike@mterry.name>
22
 
#
23
 
# DĆ©jĆ  Dup is free software; you can redistribute it and/or modify
24
 
# it under the terms of the GNU General Public License as published by
25
 
# the Free Software Foundation; either version 3 of the License, or
26
 
# (at your option) any later version.
27
 
#
28
 
# DĆ©jĆ  Dup is distributed in the hope that it will be useful, but
29
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
30
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
31
 
# General Public License for more details.
32
 
#
33
 
# You should have received a copy of the GNU General Public License
34
 
# along with DĆ©jĆ  Dup.  If not, see <http://www.gnu.org/licenses/>.
35
 
 
36
 
VPATH = @srcdir@
37
 
pkgdatadir = $(datadir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
39
 
pkglibdir = $(libdir)/@PACKAGE@
40
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
41
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
 
install_sh_DATA = $(install_sh) -c -m 644
43
 
install_sh_PROGRAM = $(install_sh) -c
44
 
install_sh_SCRIPT = $(install_sh) -c
45
 
INSTALL_HEADER = $(INSTALL_DATA)
46
 
transform = $(program_transform_name)
47
 
NORMAL_INSTALL = :
48
 
PRE_INSTALL = :
49
 
POST_INSTALL = :
50
 
NORMAL_UNINSTALL = :
51
 
PRE_UNINSTALL = :
52
 
POST_UNINSTALL = :
53
 
build_triplet = @build@
54
 
host_triplet = @host@
55
 
subdir = libdeja-dup
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
59
 
        $(top_srcdir)/m4/gnome-doc-utils.m4 $(top_srcdir)/m4/iconv.m4 \
60
 
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intltool.m4 \
61
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
62
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
63
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
64
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
65
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
66
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
67
 
        $(top_srcdir)/configure.ac
68
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69
 
        $(ACLOCAL_M4)
70
 
mkinstalldirs = $(install_sh) -d
71
 
CONFIG_HEADER = $(top_builddir)/config.h
72
 
CONFIG_CLEAN_FILES =
73
 
CONFIG_CLEAN_VPATH_FILES =
74
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
75
 
am__DEPENDENCIES_1 =
76
 
libdeja_dup_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
77
 
am__objects_1 = Backend.lo BackendFile.lo BackendS3.lo \
78
 
        ButtonConnect.lo ConfigBool.lo ConfigChoice.lo ConfigDelete.lo \
79
 
        ConfigEntry.lo ConfigLabel.lo ConfigLabelBool.lo \
80
 
        ConfigLabelList.lo ConfigLabelLocation.lo ConfigList.lo \
81
 
        ConfigLocation.lo ConfigNumber.lo ConfigPeriod.lo \
82
 
        ConfigWidget.lo Duplicity.lo DuplicityInfo.lo \
83
 
        DuplicityInstance.lo Operation.lo OperationBackup.lo \
84
 
        OperationRestore.lo OperationStatus.lo RecursiveDelete.lo \
85
 
        RecursiveMove.lo RecursiveOp.lo ToggleGroup.lo libdeja-dup.lo
86
 
am_libdeja_dup_la_OBJECTS = hacks.lo PassphraseSchema.lo \
87
 
        $(am__objects_1)
88
 
libdeja_dup_la_OBJECTS = $(am_libdeja_dup_la_OBJECTS)
89
 
AM_V_lt = $(am__v_lt_$(V))
90
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
91
 
am__v_lt_0 = --silent
92
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
93
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
94
 
am__depfiles_maybe = depfiles
95
 
am__mv = mv -f
96
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
99
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
100
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
101
 
        $(AM_CFLAGS) $(CFLAGS)
102
 
AM_V_CC = $(am__v_CC_$(V))
103
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
104
 
am__v_CC_0 = @echo "  CC    " $@;
105
 
AM_V_at = $(am__v_at_$(V))
106
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
107
 
am__v_at_0 = @
108
 
CCLD = $(CC)
109
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
110
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
111
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
112
 
AM_V_CCLD = $(am__v_CCLD_$(V))
113
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
114
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
115
 
AM_V_GEN = $(am__v_GEN_$(V))
116
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
117
 
am__v_GEN_0 = @echo "  GEN   " $@;
118
 
SOURCES = $(libdeja_dup_la_SOURCES)
119
 
DIST_SOURCES = $(libdeja_dup_la_SOURCES)
120
 
ETAGS = etags
121
 
CTAGS = ctags
122
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123
 
ACLOCAL = @ACLOCAL@
124
 
ALL_LINGUAS = @ALL_LINGUAS@
125
 
AMTAR = @AMTAR@
126
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
127
 
AR = @AR@
128
 
AUTOCONF = @AUTOCONF@
129
 
AUTOHEADER = @AUTOHEADER@
130
 
AUTOMAKE = @AUTOMAKE@
131
 
AWK = @AWK@
132
 
CC = @CC@
133
 
CCDEPMODE = @CCDEPMODE@
134
 
CFLAGS = @CFLAGS@
135
 
CPP = @CPP@
136
 
CPPFLAGS = @CPPFLAGS@
137
 
CYGPATH_W = @CYGPATH_W@
138
 
DATADIRNAME = @DATADIRNAME@
139
 
DEFS = @DEFS@
140
 
DEPDIR = @DEPDIR@
141
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
142
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
143
 
DSYMUTIL = @DSYMUTIL@
144
 
DUMPBIN = @DUMPBIN@
145
 
DUP_CFLAGS = @DUP_CFLAGS@
146
 
DUP_LIBS = @DUP_LIBS@
147
 
ECHO_C = @ECHO_C@
148
 
ECHO_N = @ECHO_N@
149
 
ECHO_T = @ECHO_T@
150
 
EGREP = @EGREP@
151
 
EXEEXT = @EXEEXT@
152
 
FGREP = @FGREP@
153
 
GCONFTOOL = @GCONFTOOL@
154
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
155
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
156
 
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
157
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
158
 
GMSGFMT = @GMSGFMT@
159
 
GMSGFMT_015 = @GMSGFMT_015@
160
 
GREP = @GREP@
161
 
HELP_DIR = @HELP_DIR@
162
 
INSTALL = @INSTALL@
163
 
INSTALL_DATA = @INSTALL_DATA@
164
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
165
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
166
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167
 
INTLLIBS = @INTLLIBS@
168
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
169
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
170
 
INTLTOOL_PERL = @INTLTOOL_PERL@
171
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
172
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
173
 
LD = @LD@
174
 
LDFLAGS = @LDFLAGS@
175
 
LIBICONV = @LIBICONV@
176
 
LIBINTL = @LIBINTL@
177
 
LIBOBJS = @LIBOBJS@
178
 
LIBRARY_CFLAGS = @LIBRARY_CFLAGS@
179
 
LIBRARY_LIBS = @LIBRARY_LIBS@
180
 
LIBS = @LIBS@
181
 
LIBTOOL = @LIBTOOL@
182
 
LIPO = @LIPO@
183
 
LN_S = @LN_S@
184
 
LTLIBICONV = @LTLIBICONV@
185
 
LTLIBINTL = @LTLIBINTL@
186
 
LTLIBOBJS = @LTLIBOBJS@
187
 
MAKEINFO = @MAKEINFO@
188
 
MKDIR_P = @MKDIR_P@
189
 
MONITOR_CFLAGS = @MONITOR_CFLAGS@
190
 
MONITOR_LIBS = @MONITOR_LIBS@
191
 
MSGFMT = @MSGFMT@
192
 
MSGFMT_015 = @MSGFMT_015@
193
 
MSGMERGE = @MSGMERGE@
194
 
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
195
 
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
196
 
NAUTILUS_LIBS = @NAUTILUS_LIBS@
197
 
NM = @NM@
198
 
NMEDIT = @NMEDIT@
199
 
OBJDUMP = @OBJDUMP@
200
 
OBJEXT = @OBJEXT@
201
 
OMF_DIR = @OMF_DIR@
202
 
OTOOL = @OTOOL@
203
 
OTOOL64 = @OTOOL64@
204
 
PACKAGE = @PACKAGE@
205
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206
 
PACKAGE_NAME = @PACKAGE_NAME@
207
 
PACKAGE_STRING = @PACKAGE_STRING@
208
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
209
 
PACKAGE_URL = @PACKAGE_URL@
210
 
PACKAGE_VERSION = @PACKAGE_VERSION@
211
 
PATH_SEPARATOR = @PATH_SEPARATOR@
212
 
PKG_CONFIG = @PKG_CONFIG@
213
 
PO4A = @PO4A@
214
 
POSUB = @POSUB@
215
 
PREF_CFLAGS = @PREF_CFLAGS@
216
 
PREF_LIBS = @PREF_LIBS@
217
 
RANLIB = @RANLIB@
218
 
SED = @SED@
219
 
SET_MAKE = @SET_MAKE@
220
 
SHELL = @SHELL@
221
 
STRIP = @STRIP@
222
 
USE_NLS = @USE_NLS@
223
 
VALAC = @VALAC@
224
 
VERSION = @VERSION@
225
 
XGETTEXT = @XGETTEXT@
226
 
XGETTEXT_015 = @XGETTEXT_015@
227
 
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
228
 
abs_builddir = @abs_builddir@
229
 
abs_srcdir = @abs_srcdir@
230
 
abs_top_builddir = @abs_top_builddir@
231
 
abs_top_srcdir = @abs_top_srcdir@
232
 
ac_ct_CC = @ac_ct_CC@
233
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
234
 
am__include = @am__include@
235
 
am__leading_dot = @am__leading_dot@
236
 
am__quote = @am__quote@
237
 
am__tar = @am__tar@
238
 
am__untar = @am__untar@
239
 
bindir = @bindir@
240
 
build = @build@
241
 
build_alias = @build_alias@
242
 
build_cpu = @build_cpu@
243
 
build_os = @build_os@
244
 
build_vendor = @build_vendor@
245
 
builddir = @builddir@
246
 
datadir = @datadir@
247
 
datarootdir = @datarootdir@
248
 
docdir = @docdir@
249
 
dvidir = @dvidir@
250
 
exec_prefix = @exec_prefix@
251
 
host = @host@
252
 
host_alias = @host_alias@
253
 
host_cpu = @host_cpu@
254
 
host_os = @host_os@
255
 
host_vendor = @host_vendor@
256
 
htmldir = @htmldir@
257
 
includedir = @includedir@
258
 
infodir = @infodir@
259
 
install_sh = @install_sh@
260
 
libdir = @libdir@
261
 
libexecdir = @libexecdir@
262
 
localedir = @localedir@
263
 
localstatedir = @localstatedir@
264
 
lt_ECHO = @lt_ECHO@
265
 
mandir = @mandir@
266
 
mkdir_p = @mkdir_p@
267
 
oldincludedir = @oldincludedir@
268
 
pdfdir = @pdfdir@
269
 
prefix = @prefix@
270
 
program_transform_name = @program_transform_name@
271
 
psdir = @psdir@
272
 
sbindir = @sbindir@
273
 
sharedstatedir = @sharedstatedir@
274
 
srcdir = @srcdir@
275
 
sysconfdir = @sysconfdir@
276
 
target_alias = @target_alias@
277
 
top_build_prefix = @top_build_prefix@
278
 
top_builddir = @top_builddir@
279
 
top_srcdir = @top_srcdir@
280
 
noinst_LTLIBRARIES = libdeja-dup.la
281
 
VALA_CFLAGS = \
282
 
        --library=libdeja-dup \
283
 
        --vapidir $(top_srcdir)/vapi \
284
 
        --pkg gtk+-2.0 \
285
 
        --pkg gio-2.0 \
286
 
        --pkg gconf-2.0 \
287
 
        --pkg gnome-keyring-1 \
288
 
        --pkg dbus-glib-1 \
289
 
        --pkg gdk-x11-2.0 \
290
 
        --pkg unique-1.0 \
291
 
        --pkg posix \
292
 
        --pkg hacks \
293
 
        --pkg PassphraseSchema \
294
 
        --pkg unix \
295
 
        --pkg config
296
 
 
297
 
AM_CFLAGS = \
298
 
        $(LIBRARY_CFLAGS) \
299
 
        $(DEBUG_CFLAGS) \
300
 
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\"
301
 
 
302
 
libdeja_dup_la_VALASOURCES = \
303
 
        Backend.vala \
304
 
        BackendFile.vala \
305
 
        BackendS3.vala \
306
 
        ButtonConnect.vala \
307
 
        ConfigBool.vala \
308
 
        ConfigChoice.vala \
309
 
        ConfigDelete.vala \
310
 
        ConfigEntry.vala \
311
 
        ConfigLabel.vala \
312
 
        ConfigLabelBool.vala \
313
 
        ConfigLabelList.vala \
314
 
        ConfigLabelLocation.vala \
315
 
        ConfigList.vala \
316
 
        ConfigLocation.vala \
317
 
        ConfigNumber.vala \
318
 
        ConfigPeriod.vala \
319
 
        ConfigWidget.vala \
320
 
        Duplicity.vala \
321
 
        DuplicityInfo.vala \
322
 
        DuplicityInstance.vala \
323
 
        Operation.vala \
324
 
        OperationBackup.vala \
325
 
        OperationRestore.vala \
326
 
        OperationStatus.vala \
327
 
        RecursiveDelete.vala \
328
 
        RecursiveMove.vala \
329
 
        RecursiveOp.vala \
330
 
        ToggleGroup.vala \
331
 
        libdeja-dup.vala
332
 
 
333
 
BUILT_SOURCES = \
334
 
        vala.stamp
335
 
 
336
 
libdeja_dup_la_SOURCES = \
337
 
        hacks.c hacks.h \
338
 
        PassphraseSchema.c PassphraseSchema.h \
339
 
        deja-dup.h \
340
 
        $(libdeja_dup_la_VALASOURCES:.vala=.c)
341
 
 
342
 
libdeja_dup_la_LIBADD = $(LIBRARY_LIBS) @INTLLIBS@
343
 
EXTRA_DIST = vala.stamp $(libdeja_dup_la_VALASOURCES)
344
 
all: $(BUILT_SOURCES)
345
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
346
 
 
347
 
.SUFFIXES:
348
 
.SUFFIXES: .c .lo .o .obj
349
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
350
 
        @for dep in $?; do \
351
 
          case '$(am__configure_deps)' in \
352
 
            *$$dep*) \
353
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
354
 
                && { if test -f $@; then exit 0; else break; fi; }; \
355
 
              exit 1;; \
356
 
          esac; \
357
 
        done; \
358
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libdeja-dup/Makefile'; \
359
 
        $(am__cd) $(top_srcdir) && \
360
 
          $(AUTOMAKE) --foreign libdeja-dup/Makefile
361
 
.PRECIOUS: Makefile
362
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
363
 
        @case '$?' in \
364
 
          *config.status*) \
365
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
366
 
          *) \
367
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
368
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
369
 
        esac;
370
 
 
371
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
372
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373
 
 
374
 
$(top_srcdir)/configure:  $(am__configure_deps)
375
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
377
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378
 
$(am__aclocal_m4_deps):
379
 
 
380
 
clean-noinstLTLIBRARIES:
381
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
382
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
383
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
384
 
          test "$$dir" != "$$p" || dir=.; \
385
 
          echo "rm -f \"$${dir}/so_locations\""; \
386
 
          rm -f "$${dir}/so_locations"; \
387
 
        done
388
 
libdeja-dup.la: $(libdeja_dup_la_OBJECTS) $(libdeja_dup_la_DEPENDENCIES) 
389
 
        $(AM_V_CCLD)$(LINK)  $(libdeja_dup_la_OBJECTS) $(libdeja_dup_la_LIBADD) $(LIBS)
390
 
 
391
 
mostlyclean-compile:
392
 
        -rm -f *.$(OBJEXT)
393
 
 
394
 
distclean-compile:
395
 
        -rm -f *.tab.c
396
 
 
397
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Backend.Plo@am__quote@
398
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BackendFile.Plo@am__quote@
399
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BackendS3.Plo@am__quote@
400
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ButtonConnect.Plo@am__quote@
401
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigBool.Plo@am__quote@
402
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigChoice.Plo@am__quote@
403
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigDelete.Plo@am__quote@
404
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigEntry.Plo@am__quote@
405
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigLabel.Plo@am__quote@
406
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigLabelBool.Plo@am__quote@
407
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigLabelList.Plo@am__quote@
408
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigLabelLocation.Plo@am__quote@
409
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigList.Plo@am__quote@
410
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigLocation.Plo@am__quote@
411
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigNumber.Plo@am__quote@
412
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigPeriod.Plo@am__quote@
413
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigWidget.Plo@am__quote@
414
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Duplicity.Plo@am__quote@
415
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DuplicityInfo.Plo@am__quote@
416
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DuplicityInstance.Plo@am__quote@
417
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Operation.Plo@am__quote@
418
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OperationBackup.Plo@am__quote@
419
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OperationRestore.Plo@am__quote@
420
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OperationStatus.Plo@am__quote@
421
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PassphraseSchema.Plo@am__quote@
422
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RecursiveDelete.Plo@am__quote@
423
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RecursiveMove.Plo@am__quote@
424
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RecursiveOp.Plo@am__quote@
425
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ToggleGroup.Plo@am__quote@
426
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hacks.Plo@am__quote@
427
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdeja-dup.Plo@am__quote@
428
 
 
429
 
.c.o:
430
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
433
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
436
 
 
437
 
.c.obj:
438
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
439
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
440
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
441
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
442
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
444
 
 
445
 
.c.lo:
446
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
447
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
448
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
449
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
450
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
452
 
 
453
 
mostlyclean-libtool:
454
 
        -rm -f *.lo
455
 
 
456
 
clean-libtool:
457
 
        -rm -rf .libs _libs
458
 
 
459
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
460
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
461
 
        unique=`for i in $$list; do \
462
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463
 
          done | \
464
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
466
 
        mkid -fID $$unique
467
 
tags: TAGS
468
 
 
469
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
470
 
                $(TAGS_FILES) $(LISP)
471
 
        set x; \
472
 
        here=`pwd`; \
473
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
474
 
        unique=`for i in $$list; do \
475
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476
 
          done | \
477
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
479
 
        shift; \
480
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
481
 
          test -n "$$unique" || unique=$$empty_fix; \
482
 
          if test $$# -gt 0; then \
483
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484
 
              "$$@" $$unique; \
485
 
          else \
486
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487
 
              $$unique; \
488
 
          fi; \
489
 
        fi
490
 
ctags: CTAGS
491
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
492
 
                $(TAGS_FILES) $(LISP)
493
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
494
 
        unique=`for i in $$list; do \
495
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496
 
          done | \
497
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
499
 
        test -z "$(CTAGS_ARGS)$$unique" \
500
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
501
 
             $$unique
502
 
 
503
 
GTAGS:
504
 
        here=`$(am__cd) $(top_builddir) && pwd` \
505
 
          && $(am__cd) $(top_srcdir) \
506
 
          && gtags -i $(GTAGS_ARGS) "$$here"
507
 
 
508
 
distclean-tags:
509
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510
 
 
511
 
distdir: $(DISTFILES)
512
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514
 
        list='$(DISTFILES)'; \
515
 
          dist_files=`for file in $$list; do echo $$file; done | \
516
 
          sed -e "s|^$$srcdirstrip/||;t" \
517
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
518
 
        case $$dist_files in \
519
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
520
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
521
 
                           sort -u` ;; \
522
 
        esac; \
523
 
        for file in $$dist_files; do \
524
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
525
 
          if test -d $$d/$$file; then \
526
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
527
 
            if test -d "$(distdir)/$$file"; then \
528
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529
 
            fi; \
530
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
531
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
532
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533
 
            fi; \
534
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
535
 
          else \
536
 
            test -f "$(distdir)/$$file" \
537
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
538
 
            || exit 1; \
539
 
          fi; \
540
 
        done
541
 
check-am: all-am
542
 
check: $(BUILT_SOURCES)
543
 
        $(MAKE) $(AM_MAKEFLAGS) check-am
544
 
all-am: Makefile $(LTLIBRARIES)
545
 
installdirs:
546
 
install: $(BUILT_SOURCES)
547
 
        $(MAKE) $(AM_MAKEFLAGS) install-am
548
 
install-exec: install-exec-am
549
 
install-data: install-data-am
550
 
uninstall: uninstall-am
551
 
 
552
 
install-am: all-am
553
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
 
 
555
 
installcheck: installcheck-am
556
 
install-strip:
557
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559
 
          `test -z '$(STRIP)' || \
560
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
561
 
mostlyclean-generic:
562
 
 
563
 
clean-generic:
564
 
 
565
 
distclean-generic:
566
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
567
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
568
 
 
569
 
maintainer-clean-generic:
570
 
        @echo "This command is intended for maintainers to use"
571
 
        @echo "it deletes files that may require special tools to rebuild."
572
 
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
573
 
clean: clean-am
574
 
 
575
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
576
 
        mostlyclean-am
577
 
 
578
 
distclean: distclean-am
579
 
        -rm -rf ./$(DEPDIR)
580
 
        -rm -f Makefile
581
 
distclean-am: clean-am distclean-compile distclean-generic \
582
 
        distclean-tags
583
 
 
584
 
dvi: dvi-am
585
 
 
586
 
dvi-am:
587
 
 
588
 
html: html-am
589
 
 
590
 
html-am:
591
 
 
592
 
info: info-am
593
 
 
594
 
info-am:
595
 
 
596
 
install-data-am:
597
 
 
598
 
install-dvi: install-dvi-am
599
 
 
600
 
install-dvi-am:
601
 
 
602
 
install-exec-am:
603
 
 
604
 
install-html: install-html-am
605
 
 
606
 
install-html-am:
607
 
 
608
 
install-info: install-info-am
609
 
 
610
 
install-info-am:
611
 
 
612
 
install-man:
613
 
 
614
 
install-pdf: install-pdf-am
615
 
 
616
 
install-pdf-am:
617
 
 
618
 
install-ps: install-ps-am
619
 
 
620
 
install-ps-am:
621
 
 
622
 
installcheck-am:
623
 
 
624
 
maintainer-clean: maintainer-clean-am
625
 
        -rm -rf ./$(DEPDIR)
626
 
        -rm -f Makefile
627
 
maintainer-clean-am: distclean-am maintainer-clean-generic
628
 
 
629
 
mostlyclean: mostlyclean-am
630
 
 
631
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
632
 
        mostlyclean-libtool
633
 
 
634
 
pdf: pdf-am
635
 
 
636
 
pdf-am:
637
 
 
638
 
ps: ps-am
639
 
 
640
 
ps-am:
641
 
 
642
 
uninstall-am:
643
 
 
644
 
.MAKE: all check install install-am install-strip
645
 
 
646
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
647
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
648
 
        distclean-compile distclean-generic distclean-libtool \
649
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
650
 
        install install-am install-data install-data-am install-dvi \
651
 
        install-dvi-am install-exec install-exec-am install-html \
652
 
        install-html-am install-info install-info-am install-man \
653
 
        install-pdf install-pdf-am install-ps install-ps-am \
654
 
        install-strip installcheck installcheck-am installdirs \
655
 
        maintainer-clean maintainer-clean-generic mostlyclean \
656
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
657
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
658
 
 
659
 
 
660
 
vala.stamp: $(libdeja_dup_la_VALASOURCES)
661
 
@USE_VALAC_TRUE@        $(AM_V_GEN)$(VALAC) -C -H deja-dup.h $(VALA_CFLAGS) $^
662
 
@USE_VALAC_TRUE@        @touch $@
663
 
@USE_VALAC_FALSE@       @echo "ERROR: Valac compilation is disabled, but the C sources are out-of-date."
664
 
@USE_VALAC_FALSE@       @exit 1
665
 
 
666
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
667
 
# Otherwise a system limit (for SysV at least) may be exceeded.
668
 
.NOEXPORT: