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

« back to all changes in this revision

Viewing changes to plugins/pixbuf-thumbnailer/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.
17
17
 
18
18
# vi:set ts=8 sw=8 noet ai nocindent:
19
19
# -
20
 
# Copyright (c) 2009 Jannis Pohlmann <jannis@xfce.org>
 
20
# Copyright (c) 2009-2012 Jannis Pohlmann <jannis@xfce.org>
21
21
22
22
# This program is free software; you can redistribute it and/or 
23
23
# modify it under the terms of the GNU General Public License as
86
86
am__base_list = \
87
87
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
88
88
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
89
am__uninstall_files_from_dir = { \
 
90
  test -z "$$files" \
 
91
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
92
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
93
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
94
  }
89
95
am__installdirs = "$(DESTDIR)$(tumbler_plugindir)"
90
96
LTLIBRARIES = $(tumbler_plugin_LTLIBRARIES)
91
97
am__DEPENDENCIES_1 =
98
104
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo
99
105
tumbler_pixbuf_thumbnailer_la_OBJECTS =  \
100
106
        $(am_tumbler_pixbuf_thumbnailer_la_OBJECTS)
101
 
AM_V_lt = $(am__v_lt_$(V))
102
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
107
AM_V_lt = $(am__v_lt_@AM_V@)
 
108
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
103
109
am__v_lt_0 = --silent
104
110
tumbler_pixbuf_thumbnailer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
105
111
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
117
123
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
118
124
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
119
125
        $(AM_CFLAGS) $(CFLAGS)
120
 
AM_V_CC = $(am__v_CC_$(V))
121
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
126
AM_V_CC = $(am__v_CC_@AM_V@)
 
127
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
122
128
am__v_CC_0 = @echo "  CC    " $@;
123
 
AM_V_at = $(am__v_at_$(V))
124
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
129
AM_V_at = $(am__v_at_@AM_V@)
 
130
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125
131
am__v_at_0 = @
126
132
CCLD = $(CC)
127
133
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
128
134
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
129
135
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
130
 
AM_V_CCLD = $(am__v_CCLD_$(V))
131
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
136
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
137
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
132
138
am__v_CCLD_0 = @echo "  CCLD  " $@;
133
 
AM_V_GEN = $(am__v_GEN_$(V))
134
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
139
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
140
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135
141
am__v_GEN_0 = @echo "  GEN   " $@;
136
142
SOURCES = $(tumbler_pixbuf_thumbnailer_la_SOURCES)
137
143
DIST_SOURCES = $(am__tumbler_pixbuf_thumbnailer_la_SOURCES_DIST)
188
194
GIO_LIBS = @GIO_LIBS@
189
195
GLIB_CFLAGS = @GLIB_CFLAGS@
190
196
GLIB_LIBS = @GLIB_LIBS@
 
197
GMODULE_CFLAGS = @GMODULE_CFLAGS@
 
198
GMODULE_LIBS = @GMODULE_LIBS@
191
199
GMOFILES = @GMOFILES@
192
200
GMSGFMT = @GMSGFMT@
193
201
GREP = @GREP@
215
223
INTLTOOL_MERGE = @INTLTOOL_MERGE@
216
224
INTLTOOL_PERL = @INTLTOOL_PERL@
217
225
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
226
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
227
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
228
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
229
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
218
230
LD = @LD@
219
231
LDFLAGS = @LDFLAGS@
220
232
LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
308
320
includedir = @includedir@
309
321
infodir = @infodir@
310
322
install_sh = @install_sh@
 
323
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
324
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
311
325
libdir = @libdir@
312
326
libexecdir = @libexecdir@
313
327
localedir = @localedir@
352
366
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(GDK_PIXBUF_CFLAGS)                                            \
353
367
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(GIO_CFLAGS)                                                   \
354
368
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(GLIB_CFLAGS)                                                  \
 
369
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(PLATFORM_CFLAGS)                                              \
355
370
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(PLATFORM_CPPFLAGS)
356
371
 
357
372
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@tumbler_pixbuf_thumbnailer_la_LDFLAGS = \
364
379
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la    \
365
380
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(GDK_PIXBUF_LIBS)                                              \
366
381
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(GIO_LIBS)                                                     \
367
 
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(GLIB_LIBS)
 
382
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(GLIB_LIBS)                                                    \
 
383
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       -lm
368
384
 
369
385
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@tumbler_pixbuf_thumbnailer_la_DEPENDENCIES = \
370
386
@TUMBLER_PIXBUF_THUMBNAILER_TRUE@       $(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
434
450
          echo "rm -f \"$${dir}/so_locations\""; \
435
451
          rm -f "$${dir}/so_locations"; \
436
452
        done
437
 
tumbler-pixbuf-thumbnailer.la: $(tumbler_pixbuf_thumbnailer_la_OBJECTS) $(tumbler_pixbuf_thumbnailer_la_DEPENDENCIES) 
 
453
tumbler-pixbuf-thumbnailer.la: $(tumbler_pixbuf_thumbnailer_la_OBJECTS) $(tumbler_pixbuf_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_pixbuf_thumbnailer_la_DEPENDENCIES) 
438
454
        $(AM_V_CCLD)$(tumbler_pixbuf_thumbnailer_la_LINK) $(am_tumbler_pixbuf_thumbnailer_la_rpath) $(tumbler_pixbuf_thumbnailer_la_OBJECTS) $(tumbler_pixbuf_thumbnailer_la_LIBADD) $(LIBS)
439
455
 
440
456
mostlyclean-compile:
450
466
.c.o:
451
467
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
452
468
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
454
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
469
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
455
470
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
471
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
457
472
 
458
473
.c.obj:
459
474
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
460
475
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
461
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
462
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
476
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463
477
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
478
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
465
479
 
466
480
.c.lo:
467
481
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
468
482
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
469
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
470
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
483
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
471
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
485
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
473
486
 
474
487
tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo: pixbuf-thumbnailer-plugin.c
475
488
@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) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo -MD -MP -MF $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.Tpo -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo `test -f 'pixbuf-thumbnailer-plugin.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-plugin.c
476
489
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.Tpo $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.Plo
477
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
478
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pixbuf-thumbnailer-plugin.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 
490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pixbuf-thumbnailer-plugin.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo' libtool=yes @AMDEPBACKSLASH@
479
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo `test -f 'pixbuf-thumbnailer-plugin.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-plugin.c
 
492
@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) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-plugin.lo `test -f 'pixbuf-thumbnailer-plugin.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-plugin.c
481
493
 
482
494
tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo: pixbuf-thumbnailer-provider.c
483
495
@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) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo -MD -MP -MF $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.Tpo -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo `test -f 'pixbuf-thumbnailer-provider.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-provider.c
484
496
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.Tpo $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.Plo
485
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
486
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pixbuf-thumbnailer-provider.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
 
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pixbuf-thumbnailer-provider.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo' libtool=yes @AMDEPBACKSLASH@
487
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo `test -f 'pixbuf-thumbnailer-provider.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-provider.c
 
499
@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) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer-provider.lo `test -f 'pixbuf-thumbnailer-provider.c' || echo '$(srcdir)/'`pixbuf-thumbnailer-provider.c
489
500
 
490
501
tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo: pixbuf-thumbnailer.c
491
502
@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) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -MT tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo -MD -MP -MF $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.Tpo -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo `test -f 'pixbuf-thumbnailer.c' || echo '$(srcdir)/'`pixbuf-thumbnailer.c
492
503
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.Tpo $(DEPDIR)/tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.Plo
493
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
494
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pixbuf-thumbnailer.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
 
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pixbuf-thumbnailer.c' object='tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo' libtool=yes @AMDEPBACKSLASH@
495
505
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo `test -f 'pixbuf-thumbnailer.c' || echo '$(srcdir)/'`pixbuf-thumbnailer.c
 
506
@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) $(tumbler_pixbuf_thumbnailer_la_CFLAGS) $(CFLAGS) -c -o tumbler_pixbuf_thumbnailer_la-pixbuf-thumbnailer.lo `test -f 'pixbuf-thumbnailer.c' || echo '$(srcdir)/'`pixbuf-thumbnailer.c
497
507
 
498
508
mostlyclean-libtool:
499
509
        -rm -f *.lo
600
610
 
601
611
installcheck: installcheck-am
602
612
install-strip:
603
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
604
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
605
 
          `test -z '$(STRIP)' || \
606
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
613
        if test -z '$(STRIP)'; then \
 
614
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
615
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
616
              install; \
 
617
        else \
 
618
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
619
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
620
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
621
        fi
607
622
mostlyclean-generic:
608
623
 
609
624
clean-generic: