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

« back to all changes in this revision

Viewing changes to plugins/thunar-uca/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 24675 2007-01-20 20:37:43Z benny $
 
18
# $Id$
18
19
 
19
20
 
20
21
VPATH = @srcdir@
21
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
22
24
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
27
install_sh_DATA = $(install_sh) -c -m 644
26
28
install_sh_PROGRAM = $(install_sh) -c
46
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
49
CONFIG_HEADER = $(top_builddir)/config.h
48
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
53
am__vpath_adj = case $$p in \
51
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
55
    *) f=$$p;; \
53
56
  esac;
54
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
58
am__install_max = 40
 
59
am__nobase_strip_setup = \
 
60
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
61
am__nobase_strip = \
 
62
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
63
am__nobase_list = $(am__nobase_strip_setup); \
 
64
  for p in $$list; do echo "$$p $$p"; done | \
 
65
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
66
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
67
    if (++n[$$2] == $(am__install_max)) \
 
68
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
69
    END { for (dir in files) print dir, files[dir] }'
 
70
am__base_list = \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
55
73
am__installdirs = "$(DESTDIR)$(extensionsdir)" \
56
74
        "$(DESTDIR)$(defaultsdir)"
57
 
extensionsLTLIBRARIES_INSTALL = $(INSTALL)
58
75
LTLIBRARIES = $(extensions_LTLIBRARIES)
59
76
thunar_uca_la_LIBADD =
60
77
am_thunar_uca_la_OBJECTS = thunar_uca_la-thunar-uca-chooser.lo \
71
88
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
72
89
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
90
am__depfiles_maybe = depfiles
 
91
am__mv = mv -f
74
92
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
93
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
94
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82
100
        $(LDFLAGS) -o $@
83
101
SOURCES = $(thunar_uca_la_SOURCES)
84
102
DIST_SOURCES = $(thunar_uca_la_SOURCES)
85
 
defaultsDATA_INSTALL = $(INSTALL_DATA)
86
103
DATA = $(defaults_DATA)
87
104
ETAGS = etags
88
105
CTAGS = ctags
154
171
GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
155
172
GTHREAD_VERSION = @GTHREAD_VERSION@
156
173
GTKDOC_CHECK = @GTKDOC_CHECK@
 
174
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
175
GTKDOC_REBASE = @GTKDOC_REBASE@
157
176
GTK_CFLAGS = @GTK_CFLAGS@
158
177
GTK_LIBS = @GTK_LIBS@
159
178
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
174
193
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175
194
INSTOBJEXT = @INSTOBJEXT@
176
195
INTLLIBS = @INTLLIBS@
177
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
178
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
179
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
180
196
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
181
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
182
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
183
197
INTLTOOL_MERGE = @INTLTOOL_MERGE@
184
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
185
198
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
199
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
200
LD = @LD@
201
201
LDFLAGS = @LDFLAGS@
202
202
LIBFAM_CFLAGS = @LIBFAM_CFLAGS@
242
242
MSGMERGE = @MSGMERGE@
243
243
NM = @NM@
244
244
NMEDIT = @NMEDIT@
 
245
OBJDUMP = @OBJDUMP@
245
246
OBJEXT = @OBJEXT@
246
247
OTOOL = @OTOOL@
247
248
OTOOL64 = @OTOOL64@
250
251
PACKAGE_NAME = @PACKAGE_NAME@
251
252
PACKAGE_STRING = @PACKAGE_STRING@
252
253
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
254
PACKAGE_URL = @PACKAGE_URL@
253
255
PACKAGE_VERSION = @PACKAGE_VERSION@
254
256
PATH_SEPARATOR = @PATH_SEPARATOR@
255
257
PCRE_CFLAGS = @PCRE_CFLAGS@
340
342
target_cpu = @target_cpu@
341
343
target_os = @target_os@
342
344
target_vendor = @target_vendor@
 
345
top_build_prefix = @top_build_prefix@
343
346
top_builddir = @top_builddir@
344
347
top_srcdir = @top_srcdir@
345
348
xfconf_query_found = @xfconf_query_found@
401
404
        @for dep in $?; do \
402
405
          case '$(am__configure_deps)' in \
403
406
            *$$dep*) \
404
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
405
 
                && exit 0; \
 
407
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
408
                && { if test -f $@; then exit 0; else break; fi; }; \
406
409
              exit 1;; \
407
410
          esac; \
408
411
        done; \
409
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/thunar-uca/Makefile'; \
410
 
        cd $(top_srcdir) && \
411
 
          $(AUTOMAKE) --gnu  plugins/thunar-uca/Makefile
 
412
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/thunar-uca/Makefile'; \
 
413
        $(am__cd) $(top_srcdir) && \
 
414
          $(AUTOMAKE) --gnu plugins/thunar-uca/Makefile
412
415
.PRECIOUS: Makefile
413
416
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
414
417
        @case '$?' in \
426
429
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427
430
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
428
431
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
432
$(am__aclocal_m4_deps):
429
433
install-extensionsLTLIBRARIES: $(extensions_LTLIBRARIES)
430
434
        @$(NORMAL_INSTALL)
431
435
        test -z "$(extensionsdir)" || $(MKDIR_P) "$(DESTDIR)$(extensionsdir)"
432
 
        @list='$(extensions_LTLIBRARIES)'; for p in $$list; do \
 
436
        @list='$(extensions_LTLIBRARIES)'; test -n "$(extensionsdir)" || list=; \
 
437
        list2=; for p in $$list; do \
433
438
          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"; \
 
439
            list2="$$list2 $$p"; \
437
440
          else :; fi; \
438
 
        done
 
441
        done; \
 
442
        test -z "$$list2" || { \
 
443
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(extensionsdir)'"; \
 
444
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(extensionsdir)"; \
 
445
        }
439
446
 
440
447
uninstall-extensionsLTLIBRARIES:
441
448
        @$(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"; \
 
449
        @list='$(extensions_LTLIBRARIES)'; test -n "$(extensionsdir)" || list=; \
 
450
        for p in $$list; do \
 
451
          $(am__strip_dir) \
 
452
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(extensionsdir)/$$f'"; \
 
453
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(extensionsdir)/$$f"; \
446
454
        done
447
455
 
448
456
clean-extensionsLTLIBRARIES:
472
480
 
473
481
.c.o:
474
482
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
475
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
483
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
476
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
477
485
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478
486
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
479
487
 
480
488
.c.obj:
481
489
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
482
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
490
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
483
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
484
492
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485
493
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
486
494
 
487
495
.c.lo:
488
496
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
489
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
497
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
490
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
491
499
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492
500
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
493
501
 
494
502
thunar_uca_la-thunar-uca-chooser.lo: thunar-uca-chooser.c
495
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-chooser.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-chooser.Tpo -c -o thunar_uca_la-thunar-uca-chooser.lo `test -f 'thunar-uca-chooser.c' || echo '$(srcdir)/'`thunar-uca-chooser.c
496
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_uca_la-thunar-uca-chooser.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-chooser.Plo
 
503
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-chooser.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-chooser.Tpo -c -o thunar_uca_la-thunar-uca-chooser.lo `test -f 'thunar-uca-chooser.c' || echo '$(srcdir)/'`thunar-uca-chooser.c
 
504
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_uca_la-thunar-uca-chooser.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-chooser.Plo
497
505
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-uca-chooser.c' object='thunar_uca_la-thunar-uca-chooser.lo' libtool=yes @AMDEPBACKSLASH@
498
506
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-chooser.lo `test -f 'thunar-uca-chooser.c' || echo '$(srcdir)/'`thunar-uca-chooser.c
 
507
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-chooser.lo `test -f 'thunar-uca-chooser.c' || echo '$(srcdir)/'`thunar-uca-chooser.c
500
508
 
501
509
thunar_uca_la-thunar-uca-context.lo: thunar-uca-context.c
502
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-context.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-context.Tpo -c -o thunar_uca_la-thunar-uca-context.lo `test -f 'thunar-uca-context.c' || echo '$(srcdir)/'`thunar-uca-context.c
503
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_uca_la-thunar-uca-context.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-context.Plo
 
510
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-context.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-context.Tpo -c -o thunar_uca_la-thunar-uca-context.lo `test -f 'thunar-uca-context.c' || echo '$(srcdir)/'`thunar-uca-context.c
 
511
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_uca_la-thunar-uca-context.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-context.Plo
504
512
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-uca-context.c' object='thunar_uca_la-thunar-uca-context.lo' libtool=yes @AMDEPBACKSLASH@
505
513
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
506
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-context.lo `test -f 'thunar-uca-context.c' || echo '$(srcdir)/'`thunar-uca-context.c
 
514
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-context.lo `test -f 'thunar-uca-context.c' || echo '$(srcdir)/'`thunar-uca-context.c
507
515
 
508
516
thunar_uca_la-thunar-uca-editor.lo: thunar-uca-editor.c
509
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-editor.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-editor.Tpo -c -o thunar_uca_la-thunar-uca-editor.lo `test -f 'thunar-uca-editor.c' || echo '$(srcdir)/'`thunar-uca-editor.c
510
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_uca_la-thunar-uca-editor.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-editor.Plo
 
517
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-editor.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-editor.Tpo -c -o thunar_uca_la-thunar-uca-editor.lo `test -f 'thunar-uca-editor.c' || echo '$(srcdir)/'`thunar-uca-editor.c
 
518
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_uca_la-thunar-uca-editor.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-editor.Plo
511
519
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-uca-editor.c' object='thunar_uca_la-thunar-uca-editor.lo' libtool=yes @AMDEPBACKSLASH@
512
520
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-editor.lo `test -f 'thunar-uca-editor.c' || echo '$(srcdir)/'`thunar-uca-editor.c
 
521
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-editor.lo `test -f 'thunar-uca-editor.c' || echo '$(srcdir)/'`thunar-uca-editor.c
514
522
 
515
523
thunar_uca_la-thunar-uca-model.lo: thunar-uca-model.c
516
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-model.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-model.Tpo -c -o thunar_uca_la-thunar-uca-model.lo `test -f 'thunar-uca-model.c' || echo '$(srcdir)/'`thunar-uca-model.c
517
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_uca_la-thunar-uca-model.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-model.Plo
 
524
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-model.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-model.Tpo -c -o thunar_uca_la-thunar-uca-model.lo `test -f 'thunar-uca-model.c' || echo '$(srcdir)/'`thunar-uca-model.c
 
525
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_uca_la-thunar-uca-model.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-model.Plo
518
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-uca-model.c' object='thunar_uca_la-thunar-uca-model.lo' libtool=yes @AMDEPBACKSLASH@
519
527
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-model.lo `test -f 'thunar-uca-model.c' || echo '$(srcdir)/'`thunar-uca-model.c
 
528
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-model.lo `test -f 'thunar-uca-model.c' || echo '$(srcdir)/'`thunar-uca-model.c
521
529
 
522
530
thunar_uca_la-thunar-uca-plugin.lo: thunar-uca-plugin.c
523
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-plugin.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-plugin.Tpo -c -o thunar_uca_la-thunar-uca-plugin.lo `test -f 'thunar-uca-plugin.c' || echo '$(srcdir)/'`thunar-uca-plugin.c
524
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_uca_la-thunar-uca-plugin.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-plugin.Plo
 
531
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-plugin.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-plugin.Tpo -c -o thunar_uca_la-thunar-uca-plugin.lo `test -f 'thunar-uca-plugin.c' || echo '$(srcdir)/'`thunar-uca-plugin.c
 
532
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_uca_la-thunar-uca-plugin.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-plugin.Plo
525
533
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-uca-plugin.c' object='thunar_uca_la-thunar-uca-plugin.lo' libtool=yes @AMDEPBACKSLASH@
526
534
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-plugin.lo `test -f 'thunar-uca-plugin.c' || echo '$(srcdir)/'`thunar-uca-plugin.c
 
535
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-plugin.lo `test -f 'thunar-uca-plugin.c' || echo '$(srcdir)/'`thunar-uca-plugin.c
528
536
 
529
537
thunar_uca_la-thunar-uca-private.lo: thunar-uca-private.c
530
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-private.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-private.Tpo -c -o thunar_uca_la-thunar-uca-private.lo `test -f 'thunar-uca-private.c' || echo '$(srcdir)/'`thunar-uca-private.c
531
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_uca_la-thunar-uca-private.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-private.Plo
 
538
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-private.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-private.Tpo -c -o thunar_uca_la-thunar-uca-private.lo `test -f 'thunar-uca-private.c' || echo '$(srcdir)/'`thunar-uca-private.c
 
539
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_uca_la-thunar-uca-private.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-private.Plo
532
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-uca-private.c' object='thunar_uca_la-thunar-uca-private.lo' libtool=yes @AMDEPBACKSLASH@
533
541
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-private.lo `test -f 'thunar-uca-private.c' || echo '$(srcdir)/'`thunar-uca-private.c
 
542
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-private.lo `test -f 'thunar-uca-private.c' || echo '$(srcdir)/'`thunar-uca-private.c
535
543
 
536
544
thunar_uca_la-thunar-uca-provider.lo: thunar-uca-provider.c
537
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-provider.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-provider.Tpo -c -o thunar_uca_la-thunar-uca-provider.lo `test -f 'thunar-uca-provider.c' || echo '$(srcdir)/'`thunar-uca-provider.c
538
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thunar_uca_la-thunar-uca-provider.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-provider.Plo
 
545
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -MT thunar_uca_la-thunar-uca-provider.lo -MD -MP -MF $(DEPDIR)/thunar_uca_la-thunar-uca-provider.Tpo -c -o thunar_uca_la-thunar-uca-provider.lo `test -f 'thunar-uca-provider.c' || echo '$(srcdir)/'`thunar-uca-provider.c
 
546
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thunar_uca_la-thunar-uca-provider.Tpo $(DEPDIR)/thunar_uca_la-thunar-uca-provider.Plo
539
547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thunar-uca-provider.c' object='thunar_uca_la-thunar-uca-provider.lo' libtool=yes @AMDEPBACKSLASH@
540
548
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-provider.lo `test -f 'thunar-uca-provider.c' || echo '$(srcdir)/'`thunar-uca-provider.c
 
549
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_uca_la_CFLAGS) $(CFLAGS) -c -o thunar_uca_la-thunar-uca-provider.lo `test -f 'thunar-uca-provider.c' || echo '$(srcdir)/'`thunar-uca-provider.c
542
550
 
543
551
mostlyclean-libtool:
544
552
        -rm -f *.lo
548
556
install-defaultsDATA: $(defaults_DATA)
549
557
        @$(NORMAL_INSTALL)
550
558
        test -z "$(defaultsdir)" || $(MKDIR_P) "$(DESTDIR)$(defaultsdir)"
551
 
        @list='$(defaults_DATA)'; for p in $$list; do \
 
559
        @list='$(defaults_DATA)'; test -n "$(defaultsdir)" || list=; \
 
560
        for p in $$list; do \
552
561
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
553
 
          f=$(am__strip_dir) \
554
 
          echo " $(defaultsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(defaultsdir)/$$f'"; \
555
 
          $(defaultsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(defaultsdir)/$$f"; \
 
562
          echo "$$d$$p"; \
 
563
        done | $(am__base_list) | \
 
564
        while read files; do \
 
565
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(defaultsdir)'"; \
 
566
          $(INSTALL_DATA) $$files "$(DESTDIR)$(defaultsdir)" || exit $$?; \
556
567
        done
557
568
 
558
569
uninstall-defaultsDATA:
559
570
        @$(NORMAL_UNINSTALL)
560
 
        @list='$(defaults_DATA)'; for p in $$list; do \
561
 
          f=$(am__strip_dir) \
562
 
          echo " rm -f '$(DESTDIR)$(defaultsdir)/$$f'"; \
563
 
          rm -f "$(DESTDIR)$(defaultsdir)/$$f"; \
564
 
        done
 
571
        @list='$(defaults_DATA)'; test -n "$(defaultsdir)" || list=; \
 
572
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
573
        test -n "$$files" || exit 0; \
 
574
        echo " ( cd '$(DESTDIR)$(defaultsdir)' && rm -f" $$files ")"; \
 
575
        cd "$(DESTDIR)$(defaultsdir)" && rm -f $$files
565
576
 
566
577
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
567
578
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
568
579
        unique=`for i in $$list; do \
569
580
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570
581
          done | \
571
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
582
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572
583
              END { if (nonempty) { for (i in files) print i; }; }'`; \
573
584
        mkid -fID $$unique
574
585
tags: TAGS
575
586
 
576
587
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
577
588
                $(TAGS_FILES) $(LISP)
578
 
        tags=; \
 
589
        set x; \
579
590
        here=`pwd`; \
580
591
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
581
592
        unique=`for i in $$list; do \
583
594
          done | \
584
595
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
585
596
              END { if (nonempty) { for (i in files) print i; }; }'`; \
586
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
597
        shift; \
 
598
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
587
599
          test -n "$$unique" || unique=$$empty_fix; \
588
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589
 
            $$tags $$unique; \
 
600
          if test $$# -gt 0; then \
 
601
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
602
              "$$@" $$unique; \
 
603
          else \
 
604
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
605
              $$unique; \
 
606
          fi; \
590
607
        fi
591
608
ctags: CTAGS
592
609
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
593
610
                $(TAGS_FILES) $(LISP)
594
 
        tags=; \
595
611
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
596
612
        unique=`for i in $$list; do \
597
613
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
598
614
          done | \
599
615
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
600
616
              END { if (nonempty) { for (i in files) print i; }; }'`; \
601
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
617
        test -z "$(CTAGS_ARGS)$$unique" \
602
618
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
603
 
             $$tags $$unique
 
619
             $$unique
604
620
 
605
621
GTAGS:
606
622
        here=`$(am__cd) $(top_builddir) && pwd` \
607
 
          && cd $(top_srcdir) \
608
 
          && gtags -i $(GTAGS_ARGS) $$here
 
623
          && $(am__cd) $(top_srcdir) \
 
624
          && gtags -i $(GTAGS_ARGS) "$$here"
609
625
 
610
626
distclean-tags:
611
627
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
626
642
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
627
643
          if test -d $$d/$$file; then \
628
644
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
645
            if test -d "$(distdir)/$$file"; then \
 
646
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
647
            fi; \
629
648
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
630
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
649
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
650
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
631
651
            fi; \
632
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
652
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
633
653
          else \
634
 
            test -f $(distdir)/$$file \
635
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
654
            test -f "$(distdir)/$$file" \
 
655
            || cp -p $$d/$$file "$(distdir)/$$file" \
636
656
            || exit 1; \
637
657
          fi; \
638
658
        done
664
684
 
665
685
distclean-generic:
666
686
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
687
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
667
688
 
668
689
maintainer-clean-generic:
669
690
        @echo "This command is intended for maintainers to use"
685
706
 
686
707
html: html-am
687
708
 
 
709
html-am:
 
710
 
688
711
info: info-am
689
712
 
690
713
info-am:
693
716
 
694
717
install-dvi: install-dvi-am
695
718
 
 
719
install-dvi-am:
 
720
 
696
721
install-exec-am:
697
722
 
698
723
install-html: install-html-am
699
724
 
 
725
install-html-am:
 
726
 
700
727
install-info: install-info-am
701
728
 
 
729
install-info-am:
 
730
 
702
731
install-man:
703
732
 
704
733
install-pdf: install-pdf-am
705
734
 
 
735
install-pdf-am:
 
736
 
706
737
install-ps: install-ps-am
707
738
 
 
739
install-ps-am:
 
740
 
708
741
installcheck-am:
709
742
 
710
743
maintainer-clean: maintainer-clean-am
748
781
@INTLTOOL_XML_RULE@
749
782
 
750
783
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
784
 
751
785
# Tell versions [3.59,3.63) of GNU make to not export all variables.
752
786
# Otherwise a system limit (for SysV at least) may be exceeded.
753
787
.NOEXPORT: