~ubuntu-branches/ubuntu/raring/tumbler/raring-proposed

« back to all changes in this revision

Viewing changes to tumbler/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-03-30 22:21:12 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120330222112-ktz1vv4t1ye3d1t1
Tags: 0.1.24-0ubuntu1
* New upstream bugfix and translation release.
* debian/patches:
  - 01_fix-link-lm and 02_fix-link-gmodule removed, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
90
90
am__base_list = \
91
91
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92
92
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
93
am__uninstall_files_from_dir = { \
 
94
  test -z "$$files" \
 
95
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
96
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
97
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
98
  }
93
99
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
94
100
        "$(DESTDIR)$(libtumblerincludedir)"
95
101
LTLIBRARIES = $(lib_LTLIBRARIES)
96
102
am__DEPENDENCIES_1 =
97
103
libtumbler_1_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
98
104
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
99
 
        $(am__DEPENDENCIES_1)
 
105
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
100
106
am__objects_1 = libtumbler_1_la-tumbler-abstract-thumbnailer.lo \
101
107
        libtumbler_1_la-tumbler-cache.lo \
102
108
        libtumbler_1_la-tumbler-cache-plugin.lo \
114
120
am__objects_2 =
115
121
am_libtumbler_1_la_OBJECTS = $(am__objects_1) $(am__objects_2)
116
122
libtumbler_1_la_OBJECTS = $(am_libtumbler_1_la_OBJECTS)
117
 
AM_V_lt = $(am__v_lt_$(V))
118
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
123
AM_V_lt = $(am__v_lt_@AM_V@)
 
124
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
119
125
am__v_lt_0 = --silent
120
126
libtumbler_1_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
121
127
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
131
137
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
132
138
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
133
139
        $(AM_CFLAGS) $(CFLAGS)
134
 
AM_V_CC = $(am__v_CC_$(V))
135
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
140
AM_V_CC = $(am__v_CC_@AM_V@)
 
141
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
136
142
am__v_CC_0 = @echo "  CC    " $@;
137
 
AM_V_at = $(am__v_at_$(V))
138
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
143
AM_V_at = $(am__v_at_@AM_V@)
 
144
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139
145
am__v_at_0 = @
140
146
CCLD = $(CC)
141
147
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142
148
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
143
149
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
144
 
AM_V_CCLD = $(am__v_CCLD_$(V))
145
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
150
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
151
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
146
152
am__v_CCLD_0 = @echo "  CCLD  " $@;
147
 
AM_V_GEN = $(am__v_GEN_$(V))
148
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
153
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
154
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149
155
am__v_GEN_0 = @echo "  GEN   " $@;
150
156
SOURCES = $(libtumbler_1_la_SOURCES)
151
157
DIST_SOURCES = $(libtumbler_1_la_SOURCES)
204
210
GIO_LIBS = @GIO_LIBS@
205
211
GLIB_CFLAGS = @GLIB_CFLAGS@
206
212
GLIB_LIBS = @GLIB_LIBS@
 
213
GMODULE_CFLAGS = @GMODULE_CFLAGS@
 
214
GMODULE_LIBS = @GMODULE_LIBS@
207
215
GMOFILES = @GMOFILES@
208
216
GMSGFMT = @GMSGFMT@
209
217
GREP = @GREP@
231
239
INTLTOOL_MERGE = @INTLTOOL_MERGE@
232
240
INTLTOOL_PERL = @INTLTOOL_PERL@
233
241
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
242
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
243
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
244
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
245
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
234
246
LD = @LD@
235
247
LDFLAGS = @LDFLAGS@
236
248
LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
324
336
includedir = @includedir@
325
337
infodir = @infodir@
326
338
install_sh = @install_sh@
 
339
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
340
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
327
341
libdir = @libdir@
328
342
libexecdir = @libexecdir@
329
343
localedir = @localedir@
411
425
        $(GDK_PIXBUF_CFLAGS)                                            \
412
426
        $(GIO_CFLAGS)                                                   \
413
427
        $(GLIB_CFLAGS)                                                  \
 
428
        $(GMODULE_CFLAGS)                                               \
414
429
        $(GTHREAD_CFLAGS)                                               \
415
 
        $(PLATFORM_CFLAGS)
 
430
        $(PLATFORM_CFLAGS)                                              \
 
431
        $(PLATFORM_CPPFLAGS)
416
432
 
417
433
libtumbler_1_la_LDFLAGS = \
418
434
        -no-undefined                                                   \
424
440
        $(GDK_PIXBUF_LIBS)                                              \
425
441
        $(GIO_LIBS)                                                     \
426
442
        $(GLIB_LIBS)                                                    \
 
443
        $(GMODULE_LIBS)                                                 \
427
444
        $(GTHREAD_LIBS)
428
445
 
429
446
EXTRA_DIST = \
510
527
          echo "rm -f \"$${dir}/so_locations\""; \
511
528
          rm -f "$${dir}/so_locations"; \
512
529
        done
513
 
libtumbler-1.la: $(libtumbler_1_la_OBJECTS) $(libtumbler_1_la_DEPENDENCIES) 
 
530
libtumbler-1.la: $(libtumbler_1_la_OBJECTS) $(libtumbler_1_la_DEPENDENCIES) $(EXTRA_libtumbler_1_la_DEPENDENCIES) 
514
531
        $(AM_V_CCLD)$(libtumbler_1_la_LINK) -rpath $(libdir) $(libtumbler_1_la_OBJECTS) $(libtumbler_1_la_LIBADD) $(LIBS)
515
532
 
516
533
mostlyclean-compile:
537
554
.c.o:
538
555
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
539
556
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
540
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
541
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
557
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
542
558
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
559
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
544
560
 
545
561
.c.obj:
546
562
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
547
563
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
548
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
549
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
564
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
550
565
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
566
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
552
567
 
553
568
.c.lo:
554
569
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
555
570
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
556
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
557
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
571
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
558
572
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
573
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
560
574
 
561
575
libtumbler_1_la-tumbler-abstract-thumbnailer.lo: tumbler-abstract-thumbnailer.c
562
576
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-abstract-thumbnailer.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-abstract-thumbnailer.Tpo -c -o libtumbler_1_la-tumbler-abstract-thumbnailer.lo `test -f 'tumbler-abstract-thumbnailer.c' || echo '$(srcdir)/'`tumbler-abstract-thumbnailer.c
563
577
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-abstract-thumbnailer.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-abstract-thumbnailer.Plo
564
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
565
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-abstract-thumbnailer.c' object='libtumbler_1_la-tumbler-abstract-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 
578
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-abstract-thumbnailer.c' object='libtumbler_1_la-tumbler-abstract-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
566
579
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-abstract-thumbnailer.lo `test -f 'tumbler-abstract-thumbnailer.c' || echo '$(srcdir)/'`tumbler-abstract-thumbnailer.c
 
580
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-abstract-thumbnailer.lo `test -f 'tumbler-abstract-thumbnailer.c' || echo '$(srcdir)/'`tumbler-abstract-thumbnailer.c
568
581
 
569
582
libtumbler_1_la-tumbler-cache.lo: tumbler-cache.c
570
583
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-cache.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-cache.Tpo -c -o libtumbler_1_la-tumbler-cache.lo `test -f 'tumbler-cache.c' || echo '$(srcdir)/'`tumbler-cache.c
571
584
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-cache.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-cache.Plo
572
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
573
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-cache.c' object='libtumbler_1_la-tumbler-cache.lo' libtool=yes @AMDEPBACKSLASH@
 
585
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-cache.c' object='libtumbler_1_la-tumbler-cache.lo' libtool=yes @AMDEPBACKSLASH@
574
586
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-cache.lo `test -f 'tumbler-cache.c' || echo '$(srcdir)/'`tumbler-cache.c
 
587
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-cache.lo `test -f 'tumbler-cache.c' || echo '$(srcdir)/'`tumbler-cache.c
576
588
 
577
589
libtumbler_1_la-tumbler-cache-plugin.lo: tumbler-cache-plugin.c
578
590
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-cache-plugin.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-cache-plugin.Tpo -c -o libtumbler_1_la-tumbler-cache-plugin.lo `test -f 'tumbler-cache-plugin.c' || echo '$(srcdir)/'`tumbler-cache-plugin.c
579
591
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-cache-plugin.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-cache-plugin.Plo
580
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
581
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-cache-plugin.c' object='libtumbler_1_la-tumbler-cache-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-cache-plugin.c' object='libtumbler_1_la-tumbler-cache-plugin.lo' libtool=yes @AMDEPBACKSLASH@
582
593
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-cache-plugin.lo `test -f 'tumbler-cache-plugin.c' || echo '$(srcdir)/'`tumbler-cache-plugin.c
 
594
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-cache-plugin.lo `test -f 'tumbler-cache-plugin.c' || echo '$(srcdir)/'`tumbler-cache-plugin.c
584
595
 
585
596
libtumbler_1_la-tumbler-config.lo: tumbler-config.c
586
597
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-config.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-config.Tpo -c -o libtumbler_1_la-tumbler-config.lo `test -f 'tumbler-config.c' || echo '$(srcdir)/'`tumbler-config.c
587
598
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-config.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-config.Plo
588
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
589
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-config.c' object='libtumbler_1_la-tumbler-config.lo' libtool=yes @AMDEPBACKSLASH@
 
599
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-config.c' object='libtumbler_1_la-tumbler-config.lo' libtool=yes @AMDEPBACKSLASH@
590
600
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-config.lo `test -f 'tumbler-config.c' || echo '$(srcdir)/'`tumbler-config.c
 
601
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-config.lo `test -f 'tumbler-config.c' || echo '$(srcdir)/'`tumbler-config.c
592
602
 
593
603
libtumbler_1_la-tumbler-enum-types.lo: tumbler-enum-types.c
594
604
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-enum-types.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-enum-types.Tpo -c -o libtumbler_1_la-tumbler-enum-types.lo `test -f 'tumbler-enum-types.c' || echo '$(srcdir)/'`tumbler-enum-types.c
595
605
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-enum-types.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-enum-types.Plo
596
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
597
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-enum-types.c' object='libtumbler_1_la-tumbler-enum-types.lo' libtool=yes @AMDEPBACKSLASH@
 
606
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-enum-types.c' object='libtumbler_1_la-tumbler-enum-types.lo' libtool=yes @AMDEPBACKSLASH@
598
607
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-enum-types.lo `test -f 'tumbler-enum-types.c' || echo '$(srcdir)/'`tumbler-enum-types.c
 
608
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-enum-types.lo `test -f 'tumbler-enum-types.c' || echo '$(srcdir)/'`tumbler-enum-types.c
600
609
 
601
610
libtumbler_1_la-tumbler-file-info.lo: tumbler-file-info.c
602
611
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-file-info.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-file-info.Tpo -c -o libtumbler_1_la-tumbler-file-info.lo `test -f 'tumbler-file-info.c' || echo '$(srcdir)/'`tumbler-file-info.c
603
612
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-file-info.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-file-info.Plo
604
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
605
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-file-info.c' object='libtumbler_1_la-tumbler-file-info.lo' libtool=yes @AMDEPBACKSLASH@
 
613
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-file-info.c' object='libtumbler_1_la-tumbler-file-info.lo' libtool=yes @AMDEPBACKSLASH@
606
614
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-file-info.lo `test -f 'tumbler-file-info.c' || echo '$(srcdir)/'`tumbler-file-info.c
 
615
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-file-info.lo `test -f 'tumbler-file-info.c' || echo '$(srcdir)/'`tumbler-file-info.c
608
616
 
609
617
libtumbler_1_la-tumbler-marshal.lo: tumbler-marshal.c
610
618
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-marshal.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-marshal.Tpo -c -o libtumbler_1_la-tumbler-marshal.lo `test -f 'tumbler-marshal.c' || echo '$(srcdir)/'`tumbler-marshal.c
611
619
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-marshal.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-marshal.Plo
612
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
613
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-marshal.c' object='libtumbler_1_la-tumbler-marshal.lo' libtool=yes @AMDEPBACKSLASH@
 
620
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-marshal.c' object='libtumbler_1_la-tumbler-marshal.lo' libtool=yes @AMDEPBACKSLASH@
614
621
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-marshal.lo `test -f 'tumbler-marshal.c' || echo '$(srcdir)/'`tumbler-marshal.c
 
622
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-marshal.lo `test -f 'tumbler-marshal.c' || echo '$(srcdir)/'`tumbler-marshal.c
616
623
 
617
624
libtumbler_1_la-tumbler-provider-factory.lo: tumbler-provider-factory.c
618
625
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-provider-factory.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-provider-factory.Tpo -c -o libtumbler_1_la-tumbler-provider-factory.lo `test -f 'tumbler-provider-factory.c' || echo '$(srcdir)/'`tumbler-provider-factory.c
619
626
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-provider-factory.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-provider-factory.Plo
620
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
621
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-provider-factory.c' object='libtumbler_1_la-tumbler-provider-factory.lo' libtool=yes @AMDEPBACKSLASH@
 
627
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-provider-factory.c' object='libtumbler_1_la-tumbler-provider-factory.lo' libtool=yes @AMDEPBACKSLASH@
622
628
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-provider-factory.lo `test -f 'tumbler-provider-factory.c' || echo '$(srcdir)/'`tumbler-provider-factory.c
 
629
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-provider-factory.lo `test -f 'tumbler-provider-factory.c' || echo '$(srcdir)/'`tumbler-provider-factory.c
624
630
 
625
631
libtumbler_1_la-tumbler-provider-plugin.lo: tumbler-provider-plugin.c
626
632
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-provider-plugin.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-provider-plugin.Tpo -c -o libtumbler_1_la-tumbler-provider-plugin.lo `test -f 'tumbler-provider-plugin.c' || echo '$(srcdir)/'`tumbler-provider-plugin.c
627
633
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-provider-plugin.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-provider-plugin.Plo
628
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
629
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-provider-plugin.c' object='libtumbler_1_la-tumbler-provider-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 
634
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-provider-plugin.c' object='libtumbler_1_la-tumbler-provider-plugin.lo' libtool=yes @AMDEPBACKSLASH@
630
635
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-provider-plugin.lo `test -f 'tumbler-provider-plugin.c' || echo '$(srcdir)/'`tumbler-provider-plugin.c
 
636
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-provider-plugin.lo `test -f 'tumbler-provider-plugin.c' || echo '$(srcdir)/'`tumbler-provider-plugin.c
632
637
 
633
638
libtumbler_1_la-tumbler-thumbnailer-provider.lo: tumbler-thumbnailer-provider.c
634
639
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer-provider.Tpo -c -o libtumbler_1_la-tumbler-thumbnailer-provider.lo `test -f 'tumbler-thumbnailer-provider.c' || echo '$(srcdir)/'`tumbler-thumbnailer-provider.c
635
640
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer-provider.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer-provider.Plo
636
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
637
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-thumbnailer-provider.c' object='libtumbler_1_la-tumbler-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 
641
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-thumbnailer-provider.c' object='libtumbler_1_la-tumbler-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
638
642
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
639
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnailer-provider.lo `test -f 'tumbler-thumbnailer-provider.c' || echo '$(srcdir)/'`tumbler-thumbnailer-provider.c
 
643
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnailer-provider.lo `test -f 'tumbler-thumbnailer-provider.c' || echo '$(srcdir)/'`tumbler-thumbnailer-provider.c
640
644
 
641
645
libtumbler_1_la-tumbler-thumbnailer.lo: tumbler-thumbnailer.c
642
646
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-thumbnailer.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer.Tpo -c -o libtumbler_1_la-tumbler-thumbnailer.lo `test -f 'tumbler-thumbnailer.c' || echo '$(srcdir)/'`tumbler-thumbnailer.c
643
647
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-thumbnailer.Plo
644
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
645
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-thumbnailer.c' object='libtumbler_1_la-tumbler-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 
648
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-thumbnailer.c' object='libtumbler_1_la-tumbler-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
646
649
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnailer.lo `test -f 'tumbler-thumbnailer.c' || echo '$(srcdir)/'`tumbler-thumbnailer.c
 
650
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnailer.lo `test -f 'tumbler-thumbnailer.c' || echo '$(srcdir)/'`tumbler-thumbnailer.c
648
651
 
649
652
libtumbler_1_la-tumbler-thumbnail.lo: tumbler-thumbnail.c
650
653
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-thumbnail.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail.Tpo -c -o libtumbler_1_la-tumbler-thumbnail.lo `test -f 'tumbler-thumbnail.c' || echo '$(srcdir)/'`tumbler-thumbnail.c
651
654
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail.Plo
652
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
653
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-thumbnail.c' object='libtumbler_1_la-tumbler-thumbnail.lo' libtool=yes @AMDEPBACKSLASH@
 
655
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-thumbnail.c' object='libtumbler_1_la-tumbler-thumbnail.lo' libtool=yes @AMDEPBACKSLASH@
654
656
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnail.lo `test -f 'tumbler-thumbnail.c' || echo '$(srcdir)/'`tumbler-thumbnail.c
 
657
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnail.lo `test -f 'tumbler-thumbnail.c' || echo '$(srcdir)/'`tumbler-thumbnail.c
656
658
 
657
659
libtumbler_1_la-tumbler-thumbnail-flavor.lo: tumbler-thumbnail-flavor.c
658
660
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-thumbnail-flavor.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail-flavor.Tpo -c -o libtumbler_1_la-tumbler-thumbnail-flavor.lo `test -f 'tumbler-thumbnail-flavor.c' || echo '$(srcdir)/'`tumbler-thumbnail-flavor.c
659
661
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail-flavor.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-thumbnail-flavor.Plo
660
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
661
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-thumbnail-flavor.c' object='libtumbler_1_la-tumbler-thumbnail-flavor.lo' libtool=yes @AMDEPBACKSLASH@
 
662
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-thumbnail-flavor.c' object='libtumbler_1_la-tumbler-thumbnail-flavor.lo' libtool=yes @AMDEPBACKSLASH@
662
663
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnail-flavor.lo `test -f 'tumbler-thumbnail-flavor.c' || echo '$(srcdir)/'`tumbler-thumbnail-flavor.c
 
664
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-thumbnail-flavor.lo `test -f 'tumbler-thumbnail-flavor.c' || echo '$(srcdir)/'`tumbler-thumbnail-flavor.c
664
665
 
665
666
libtumbler_1_la-tumbler-util.lo: tumbler-util.c
666
667
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -MT libtumbler_1_la-tumbler-util.lo -MD -MP -MF $(DEPDIR)/libtumbler_1_la-tumbler-util.Tpo -c -o libtumbler_1_la-tumbler-util.lo `test -f 'tumbler-util.c' || echo '$(srcdir)/'`tumbler-util.c
667
668
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtumbler_1_la-tumbler-util.Tpo $(DEPDIR)/libtumbler_1_la-tumbler-util.Plo
668
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
669
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tumbler-util.c' object='libtumbler_1_la-tumbler-util.lo' libtool=yes @AMDEPBACKSLASH@
 
669
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tumbler-util.c' object='libtumbler_1_la-tumbler-util.lo' libtool=yes @AMDEPBACKSLASH@
670
670
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-util.lo `test -f 'tumbler-util.c' || echo '$(srcdir)/'`tumbler-util.c
 
671
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtumbler_1_la_CFLAGS) $(CFLAGS) -c -o libtumbler_1_la-tumbler-util.lo `test -f 'tumbler-util.c' || echo '$(srcdir)/'`tumbler-util.c
672
672
 
673
673
mostlyclean-libtool:
674
674
        -rm -f *.lo
692
692
        @$(NORMAL_UNINSTALL)
693
693
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
694
694
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
695
 
        test -n "$$files" || exit 0; \
696
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
697
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
695
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
698
696
install-libtumblerincludeHEADERS: $(libtumblerinclude_HEADERS)
699
697
        @$(NORMAL_INSTALL)
700
698
        test -z "$(libtumblerincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libtumblerincludedir)"
712
710
        @$(NORMAL_UNINSTALL)
713
711
        @list='$(libtumblerinclude_HEADERS)'; test -n "$(libtumblerincludedir)" || list=; \
714
712
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
715
 
        test -n "$$files" || exit 0; \
716
 
        echo " ( cd '$(DESTDIR)$(libtumblerincludedir)' && rm -f" $$files ")"; \
717
 
        cd "$(DESTDIR)$(libtumblerincludedir)" && rm -f $$files
 
713
        dir='$(DESTDIR)$(libtumblerincludedir)'; $(am__uninstall_files_from_dir)
718
714
 
719
715
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
720
716
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
820
816
 
821
817
installcheck: installcheck-am
822
818
install-strip:
823
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
824
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
825
 
          `test -z '$(STRIP)' || \
826
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
819
        if test -z '$(STRIP)'; then \
 
820
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
821
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
822
              install; \
 
823
        else \
 
824
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
825
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
826
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
827
        fi
827
828
mostlyclean-generic:
828
829
 
829
830
clean-generic: