~ubuntu-branches/debian/sid/thunar/sid

« back to all changes in this revision

Viewing changes to plugins/thunar-sbr/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-23 14:12:33 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523141233-ntplken25atdr214
Tags: 1.0.2-1
* New upstream release.
* debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
* debian/control: build-dep on libstartup-notification0-dev (>= 0.4) as
  startup notification support is enabled in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
# $Id: Makefile.am 26394 2007-11-28 18:20:55Z benny $
 
18
# $Id$
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
45
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
48
CONFIG_HEADER = $(top_builddir)/config.h
47
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49
52
am__vpath_adj = case $$p in \
50
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51
54
    *) f=$$p;; \
52
55
  esac;
53
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
56
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
57
am__install_max = 40
 
58
am__nobase_strip_setup = \
 
59
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
60
am__nobase_strip = \
 
61
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
62
am__nobase_list = $(am__nobase_strip_setup); \
 
63
  for p in $$list; do echo "$$p $$p"; done | \
 
64
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
65
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
66
    if (++n[$$2] == $(am__install_max)) \
 
67
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
68
    END { for (dir in files) print dir, files[dir] }'
 
69
am__base_list = \
 
70
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
54
72
am__installdirs = "$(DESTDIR)$(extensionsdir)"
55
 
extensionsLTLIBRARIES_INSTALL = $(INSTALL)
56
73
LTLIBRARIES = $(extensions_LTLIBRARIES)
57
74
am__DEPENDENCIES_1 =
58
75
thunar_sbr_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
73
90
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
91
depcomp = $(SHELL) $(top_srcdir)/depcomp
75
92
am__depfiles_maybe = depfiles
 
93
am__mv = mv -f
76
94
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
95
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
96
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
154
172
GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
155
173
GTHREAD_VERSION = @GTHREAD_VERSION@
156
174
GTKDOC_CHECK = @GTKDOC_CHECK@
 
175
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
176
GTKDOC_REBASE = @GTKDOC_REBASE@
157
177
GTK_CFLAGS = @GTK_CFLAGS@
158
178
GTK_LIBS = @GTK_LIBS@
159
179
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
174
194
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175
195
INSTOBJEXT = @INSTOBJEXT@
176
196
INTLLIBS = @INTLLIBS@
177
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
178
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
179
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
180
197
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
181
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
182
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
183
198
INTLTOOL_MERGE = @INTLTOOL_MERGE@
184
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
185
199
INTLTOOL_PERL = @INTLTOOL_PERL@
186
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
187
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
188
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
189
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
190
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
191
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
192
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
193
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
194
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
195
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
196
200
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
197
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
198
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
199
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
200
201
LD = @LD@
201
202
LDFLAGS = @LDFLAGS@
202
203
LIBFAM_CFLAGS = @LIBFAM_CFLAGS@
242
243
MSGMERGE = @MSGMERGE@
243
244
NM = @NM@
244
245
NMEDIT = @NMEDIT@
 
246
OBJDUMP = @OBJDUMP@
245
247
OBJEXT = @OBJEXT@
246
248
OTOOL = @OTOOL@
247
249
OTOOL64 = @OTOOL64@
250
252
PACKAGE_NAME = @PACKAGE_NAME@
251
253
PACKAGE_STRING = @PACKAGE_STRING@
252
254
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
255
PACKAGE_URL = @PACKAGE_URL@
253
256
PACKAGE_VERSION = @PACKAGE_VERSION@
254
257
PATH_SEPARATOR = @PATH_SEPARATOR@
255
258
PCRE_CFLAGS = @PCRE_CFLAGS@
340
343
target_cpu = @target_cpu@
341
344
target_os = @target_os@
342
345
target_vendor = @target_vendor@
 
346
top_build_prefix = @top_build_prefix@
343
347
top_builddir = @top_builddir@
344
348
top_srcdir = @top_srcdir@
345
349
xfconf_query_found = @xfconf_query_found@
401
405
        @for dep in $?; do \
402
406
          case '$(am__configure_deps)' in \
403
407
            *$$dep*) \
404
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
405
 
                && exit 0; \
 
408
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
409
                && { if test -f $@; then exit 0; else break; fi; }; \
406
410
              exit 1;; \
407
411
          esac; \
408
412
        done; \
409
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/thunar-sbr/Makefile'; \
410
 
        cd $(top_srcdir) && \
411
 
          $(AUTOMAKE) --gnu  plugins/thunar-sbr/Makefile
 
413
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/thunar-sbr/Makefile'; \
 
414
        $(am__cd) $(top_srcdir) && \
 
415
          $(AUTOMAKE) --gnu plugins/thunar-sbr/Makefile
412
416
.PRECIOUS: Makefile
413
417
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
414
418
        @case '$?' in \
426
430
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427
431
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
428
432
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
433
$(am__aclocal_m4_deps):
429
434
install-extensionsLTLIBRARIES: $(extensions_LTLIBRARIES)
430
435
        @$(NORMAL_INSTALL)
431
436
        test -z "$(extensionsdir)" || $(MKDIR_P) "$(DESTDIR)$(extensionsdir)"
432
 
        @list='$(extensions_LTLIBRARIES)'; for p in $$list; do \
 
437
        @list='$(extensions_LTLIBRARIES)'; test -n "$(extensionsdir)" || list=; \
 
438
        list2=; for p in $$list; do \
433
439
          if test -f $$p; then \
434
 
            f=$(am__strip_dir) \
435
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(extensionsLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(extensionsdir)/$$f'"; \
436
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(extensionsLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(extensionsdir)/$$f"; \
 
440
            list2="$$list2 $$p"; \
437
441
          else :; fi; \
438
 
        done
 
442
        done; \
 
443
        test -z "$$list2" || { \
 
444
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(extensionsdir)'"; \
 
445
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(extensionsdir)"; \
 
446
        }
439
447
 
440
448
uninstall-extensionsLTLIBRARIES:
441
449
        @$(NORMAL_UNINSTALL)
442
 
        @list='$(extensions_LTLIBRARIES)'; for p in $$list; do \
443
 
          p=$(am__strip_dir) \
444
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(extensionsdir)/$$p'"; \
445
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(extensionsdir)/$$p"; \
 
450
        @list='$(extensions_LTLIBRARIES)'; test -n "$(extensionsdir)" || list=; \
 
451
        for p in $$list; do \
 
452
          $(am__strip_dir) \
 
453
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(extensionsdir)/$$f'"; \
 
454
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(extensionsdir)/$$f"; \
446
455
        done
447
456
 
448
457
clean-extensionsLTLIBRARIES:
474
483
 
475
484
.c.o:
476
485
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
477
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
486
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
478
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
479
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480
489
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
481
490
 
482
491
.c.obj:
483
492
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
484
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
493
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
485
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
486
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487
496
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
488
497
 
489
498
.c.lo:
490
499
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
491
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
500
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
492
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
493
502
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494
503
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
495
504
 
496
505
thunar_sbr_la-thunar-sbr-case-renamer.lo: thunar-sbr-case-renamer.c
497
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-case-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-case-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-case-renamer.lo `test -f 'thunar-sbr-case-renamer.c' || echo '$(srcdir)/'`thunar-sbr-case-renamer.c
498
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_sbr_la-thunar-sbr-case-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-case-renamer.Plo
 
506
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-case-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-case-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-case-renamer.lo `test -f 'thunar-sbr-case-renamer.c' || echo '$(srcdir)/'`thunar-sbr-case-renamer.c
 
507
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_sbr_la-thunar-sbr-case-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-case-renamer.Plo
499
508
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-sbr-case-renamer.c' object='thunar_sbr_la-thunar-sbr-case-renamer.lo' libtool=yes @AMDEPBACKSLASH@
500
509
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-case-renamer.lo `test -f 'thunar-sbr-case-renamer.c' || echo '$(srcdir)/'`thunar-sbr-case-renamer.c
 
510
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-case-renamer.lo `test -f 'thunar-sbr-case-renamer.c' || echo '$(srcdir)/'`thunar-sbr-case-renamer.c
502
511
 
503
512
thunar_sbr_la-thunar-sbr-date-renamer.lo: thunar-sbr-date-renamer.c
504
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-date-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-date-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-date-renamer.lo `test -f 'thunar-sbr-date-renamer.c' || echo '$(srcdir)/'`thunar-sbr-date-renamer.c
505
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_sbr_la-thunar-sbr-date-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-date-renamer.Plo
 
513
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-date-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-date-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-date-renamer.lo `test -f 'thunar-sbr-date-renamer.c' || echo '$(srcdir)/'`thunar-sbr-date-renamer.c
 
514
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_sbr_la-thunar-sbr-date-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-date-renamer.Plo
506
515
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-sbr-date-renamer.c' object='thunar_sbr_la-thunar-sbr-date-renamer.lo' libtool=yes @AMDEPBACKSLASH@
507
516
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-date-renamer.lo `test -f 'thunar-sbr-date-renamer.c' || echo '$(srcdir)/'`thunar-sbr-date-renamer.c
 
517
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-date-renamer.lo `test -f 'thunar-sbr-date-renamer.c' || echo '$(srcdir)/'`thunar-sbr-date-renamer.c
509
518
 
510
519
thunar_sbr_la-thunar-sbr-enum-types.lo: thunar-sbr-enum-types.c
511
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-enum-types.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-enum-types.Tpo -c -o thunar_sbr_la-thunar-sbr-enum-types.lo `test -f 'thunar-sbr-enum-types.c' || echo '$(srcdir)/'`thunar-sbr-enum-types.c
512
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_sbr_la-thunar-sbr-enum-types.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-enum-types.Plo
 
520
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-enum-types.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-enum-types.Tpo -c -o thunar_sbr_la-thunar-sbr-enum-types.lo `test -f 'thunar-sbr-enum-types.c' || echo '$(srcdir)/'`thunar-sbr-enum-types.c
 
521
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_sbr_la-thunar-sbr-enum-types.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-enum-types.Plo
513
522
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-sbr-enum-types.c' object='thunar_sbr_la-thunar-sbr-enum-types.lo' libtool=yes @AMDEPBACKSLASH@
514
523
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-enum-types.lo `test -f 'thunar-sbr-enum-types.c' || echo '$(srcdir)/'`thunar-sbr-enum-types.c
 
524
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-enum-types.lo `test -f 'thunar-sbr-enum-types.c' || echo '$(srcdir)/'`thunar-sbr-enum-types.c
516
525
 
517
526
thunar_sbr_la-thunar-sbr-insert-renamer.lo: thunar-sbr-insert-renamer.c
518
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-insert-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-insert-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-insert-renamer.lo `test -f 'thunar-sbr-insert-renamer.c' || echo '$(srcdir)/'`thunar-sbr-insert-renamer.c
519
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_sbr_la-thunar-sbr-insert-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-insert-renamer.Plo
 
527
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-insert-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-insert-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-insert-renamer.lo `test -f 'thunar-sbr-insert-renamer.c' || echo '$(srcdir)/'`thunar-sbr-insert-renamer.c
 
528
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_sbr_la-thunar-sbr-insert-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-insert-renamer.Plo
520
529
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-sbr-insert-renamer.c' object='thunar_sbr_la-thunar-sbr-insert-renamer.lo' libtool=yes @AMDEPBACKSLASH@
521
530
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-insert-renamer.lo `test -f 'thunar-sbr-insert-renamer.c' || echo '$(srcdir)/'`thunar-sbr-insert-renamer.c
 
531
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-insert-renamer.lo `test -f 'thunar-sbr-insert-renamer.c' || echo '$(srcdir)/'`thunar-sbr-insert-renamer.c
523
532
 
524
533
thunar_sbr_la-thunar-sbr-number-renamer.lo: thunar-sbr-number-renamer.c
525
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-number-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-number-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-number-renamer.lo `test -f 'thunar-sbr-number-renamer.c' || echo '$(srcdir)/'`thunar-sbr-number-renamer.c
526
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_sbr_la-thunar-sbr-number-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-number-renamer.Plo
 
534
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-number-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-number-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-number-renamer.lo `test -f 'thunar-sbr-number-renamer.c' || echo '$(srcdir)/'`thunar-sbr-number-renamer.c
 
535
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_sbr_la-thunar-sbr-number-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-number-renamer.Plo
527
536
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-sbr-number-renamer.c' object='thunar_sbr_la-thunar-sbr-number-renamer.lo' libtool=yes @AMDEPBACKSLASH@
528
537
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-number-renamer.lo `test -f 'thunar-sbr-number-renamer.c' || echo '$(srcdir)/'`thunar-sbr-number-renamer.c
 
538
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-number-renamer.lo `test -f 'thunar-sbr-number-renamer.c' || echo '$(srcdir)/'`thunar-sbr-number-renamer.c
530
539
 
531
540
thunar_sbr_la-thunar-sbr-plugin.lo: thunar-sbr-plugin.c
532
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-plugin.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-plugin.Tpo -c -o thunar_sbr_la-thunar-sbr-plugin.lo `test -f 'thunar-sbr-plugin.c' || echo '$(srcdir)/'`thunar-sbr-plugin.c
533
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_sbr_la-thunar-sbr-plugin.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-plugin.Plo
 
541
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-plugin.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-plugin.Tpo -c -o thunar_sbr_la-thunar-sbr-plugin.lo `test -f 'thunar-sbr-plugin.c' || echo '$(srcdir)/'`thunar-sbr-plugin.c
 
542
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_sbr_la-thunar-sbr-plugin.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-plugin.Plo
534
543
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-sbr-plugin.c' object='thunar_sbr_la-thunar-sbr-plugin.lo' libtool=yes @AMDEPBACKSLASH@
535
544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-plugin.lo `test -f 'thunar-sbr-plugin.c' || echo '$(srcdir)/'`thunar-sbr-plugin.c
 
545
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-plugin.lo `test -f 'thunar-sbr-plugin.c' || echo '$(srcdir)/'`thunar-sbr-plugin.c
537
546
 
538
547
thunar_sbr_la-thunar-sbr-provider.lo: thunar-sbr-provider.c
539
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-provider.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-provider.Tpo -c -o thunar_sbr_la-thunar-sbr-provider.lo `test -f 'thunar-sbr-provider.c' || echo '$(srcdir)/'`thunar-sbr-provider.c
540
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_sbr_la-thunar-sbr-provider.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-provider.Plo
 
548
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-provider.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-provider.Tpo -c -o thunar_sbr_la-thunar-sbr-provider.lo `test -f 'thunar-sbr-provider.c' || echo '$(srcdir)/'`thunar-sbr-provider.c
 
549
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_sbr_la-thunar-sbr-provider.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-provider.Plo
541
550
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-sbr-provider.c' object='thunar_sbr_la-thunar-sbr-provider.lo' libtool=yes @AMDEPBACKSLASH@
542
551
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-provider.lo `test -f 'thunar-sbr-provider.c' || echo '$(srcdir)/'`thunar-sbr-provider.c
 
552
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-provider.lo `test -f 'thunar-sbr-provider.c' || echo '$(srcdir)/'`thunar-sbr-provider.c
544
553
 
545
554
thunar_sbr_la-thunar-sbr-remove-renamer.lo: thunar-sbr-remove-renamer.c
546
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-remove-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-remove-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-remove-renamer.lo `test -f 'thunar-sbr-remove-renamer.c' || echo '$(srcdir)/'`thunar-sbr-remove-renamer.c
547
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_sbr_la-thunar-sbr-remove-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-remove-renamer.Plo
 
555
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-remove-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-remove-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-remove-renamer.lo `test -f 'thunar-sbr-remove-renamer.c' || echo '$(srcdir)/'`thunar-sbr-remove-renamer.c
 
556
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_sbr_la-thunar-sbr-remove-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-remove-renamer.Plo
548
557
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-sbr-remove-renamer.c' object='thunar_sbr_la-thunar-sbr-remove-renamer.lo' libtool=yes @AMDEPBACKSLASH@
549
558
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-remove-renamer.lo `test -f 'thunar-sbr-remove-renamer.c' || echo '$(srcdir)/'`thunar-sbr-remove-renamer.c
 
559
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-remove-renamer.lo `test -f 'thunar-sbr-remove-renamer.c' || echo '$(srcdir)/'`thunar-sbr-remove-renamer.c
551
560
 
552
561
thunar_sbr_la-thunar-sbr-replace-renamer.lo: thunar-sbr-replace-renamer.c
553
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-replace-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-replace-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-replace-renamer.lo `test -f 'thunar-sbr-replace-renamer.c' || echo '$(srcdir)/'`thunar-sbr-replace-renamer.c
554
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_sbr_la-thunar-sbr-replace-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-replace-renamer.Plo
 
562
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -MT thunar_sbr_la-thunar-sbr-replace-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_sbr_la-thunar-sbr-replace-renamer.Tpo -c -o thunar_sbr_la-thunar-sbr-replace-renamer.lo `test -f 'thunar-sbr-replace-renamer.c' || echo '$(srcdir)/'`thunar-sbr-replace-renamer.c
 
563
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_sbr_la-thunar-sbr-replace-renamer.Tpo $(DEPDIR)/thunar_sbr_la-thunar-sbr-replace-renamer.Plo
555
564
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-sbr-replace-renamer.c' object='thunar_sbr_la-thunar-sbr-replace-renamer.lo' libtool=yes @AMDEPBACKSLASH@
556
565
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-replace-renamer.lo `test -f 'thunar-sbr-replace-renamer.c' || echo '$(srcdir)/'`thunar-sbr-replace-renamer.c
 
566
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_sbr_la_CFLAGS) $(CFLAGS) -c -o thunar_sbr_la-thunar-sbr-replace-renamer.lo `test -f 'thunar-sbr-replace-renamer.c' || echo '$(srcdir)/'`thunar-sbr-replace-renamer.c
558
567
 
559
568
mostlyclean-libtool:
560
569
        -rm -f *.lo
567
576
        unique=`for i in $$list; do \
568
577
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569
578
          done | \
570
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
579
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
571
580
              END { if (nonempty) { for (i in files) print i; }; }'`; \
572
581
        mkid -fID $$unique
573
582
tags: TAGS
574
583
 
575
584
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
576
585
                $(TAGS_FILES) $(LISP)
577
 
        tags=; \
 
586
        set x; \
578
587
        here=`pwd`; \
579
588
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
580
589
        unique=`for i in $$list; do \
582
591
          done | \
583
592
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
584
593
              END { if (nonempty) { for (i in files) print i; }; }'`; \
585
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
594
        shift; \
 
595
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
586
596
          test -n "$$unique" || unique=$$empty_fix; \
587
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
588
 
            $$tags $$unique; \
 
597
          if test $$# -gt 0; then \
 
598
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
599
              "$$@" $$unique; \
 
600
          else \
 
601
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
602
              $$unique; \
 
603
          fi; \
589
604
        fi
590
605
ctags: CTAGS
591
606
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
592
607
                $(TAGS_FILES) $(LISP)
593
 
        tags=; \
594
608
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
595
609
        unique=`for i in $$list; do \
596
610
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
597
611
          done | \
598
612
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
599
613
              END { if (nonempty) { for (i in files) print i; }; }'`; \
600
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
614
        test -z "$(CTAGS_ARGS)$$unique" \
601
615
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
602
 
             $$tags $$unique
 
616
             $$unique
603
617
 
604
618
GTAGS:
605
619
        here=`$(am__cd) $(top_builddir) && pwd` \
606
 
          && cd $(top_srcdir) \
607
 
          && gtags -i $(GTAGS_ARGS) $$here
 
620
          && $(am__cd) $(top_srcdir) \
 
621
          && gtags -i $(GTAGS_ARGS) "$$here"
608
622
 
609
623
distclean-tags:
610
624
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
625
639
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
626
640
          if test -d $$d/$$file; then \
627
641
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
642
            if test -d "$(distdir)/$$file"; then \
 
643
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
644
            fi; \
628
645
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
629
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
646
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
647
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
630
648
            fi; \
631
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
649
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
632
650
          else \
633
 
            test -f $(distdir)/$$file \
634
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
651
            test -f "$(distdir)/$$file" \
 
652
            || cp -p $$d/$$file "$(distdir)/$$file" \
635
653
            || exit 1; \
636
654
          fi; \
637
655
        done
662
680
 
663
681
distclean-generic:
664
682
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
683
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
665
684
 
666
685
maintainer-clean-generic:
667
686
        @echo "This command is intended for maintainers to use"
683
702
 
684
703
html: html-am
685
704
 
 
705
html-am:
 
706
 
686
707
info: info-am
687
708
 
688
709
info-am:
691
712
 
692
713
install-dvi: install-dvi-am
693
714
 
 
715
install-dvi-am:
 
716
 
694
717
install-exec-am:
695
718
 
696
719
install-html: install-html-am
697
720
 
 
721
install-html-am:
 
722
 
698
723
install-info: install-info-am
699
724
 
 
725
install-info-am:
 
726
 
700
727
install-man:
701
728
 
702
729
install-pdf: install-pdf-am
703
730
 
 
731
install-pdf-am:
 
732
 
704
733
install-ps: install-ps-am
705
734
 
 
735
install-ps-am:
 
736
 
706
737
installcheck-am:
707
738
 
708
739
maintainer-clean: maintainer-clean-am
744
775
 
745
776
 
746
777
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
778
 
747
779
# Tell versions [3.59,3.63) of GNU make to not export all variables.
748
780
# Otherwise a system limit (for SysV at least) may be exceeded.
749
781
.NOEXPORT: