~ubuntu-branches/ubuntu/karmic/exo/karmic

« back to all changes in this revision

Viewing changes to exo/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-08-21 14:28:56 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821142856-xp7o7hl7x9xa2213
Tags: 0.3.102-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/rules:
    + Removed mangling of helpers.rc
    + Add --enable-gtk-doc switch to configure
  - debian/control:
    + Add build-dep on gtk-doc-tools
    + Update Vcs-* fields
  - debian/patches:
    + 04_update_helpers.patch: patched libexo's firefox helper desktop file
      to use firefox-3.0 icon instead of firefox icon
    + xubuntu-default-mount-options.patch: change default mount options for
      vfat, iso9660, ntfs
    + series: refreshed.

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 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 24625 2007-01-20 13:55:48Z benny $
 
18
# $Id$
18
19
 
19
20
 
20
21
 
21
22
VPATH = @srcdir@
22
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
23
25
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
 
26
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
28
install_sh_DATA = $(install_sh) -c -m 644
27
29
install_sh_PROGRAM = $(install_sh) -c
49
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
52
CONFIG_HEADER = $(top_builddir)/config.h
51
53
CONFIG_CLEAN_FILES = exo-0.3.pc exo-config.h
 
54
CONFIG_CLEAN_VPATH_FILES =
52
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
56
am__vpath_adj = case $$p in \
54
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
58
    *) f=$$p;; \
56
59
  esac;
57
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
60
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
61
am__install_max = 40
 
62
am__nobase_strip_setup = \
 
63
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
64
am__nobase_strip = \
 
65
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
66
am__nobase_list = $(am__nobase_strip_setup); \
 
67
  for p in $$list; do echo "$$p $$p"; done | \
 
68
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
69
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
70
    if (++n[$$2] == $(am__install_max)) \
 
71
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
72
    END { for (dir in files) print dir, files[dir] }'
 
73
am__base_list = \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
58
76
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
59
77
        "$(DESTDIR)$(libexoincludedir)"
60
 
libLTLIBRARIES_INSTALL = $(INSTALL)
61
78
LTLIBRARIES = $(lib_LTLIBRARIES)
62
79
am__DEPENDENCIES_1 =
63
80
libexo_0_3_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
100
117
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
101
118
depcomp = $(SHELL) $(top_srcdir)/depcomp
102
119
am__depfiles_maybe = depfiles
 
120
am__mv = mv -f
103
121
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
104
122
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105
123
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
111
129
        $(LDFLAGS) -o $@
112
130
SOURCES = $(libexo_0_3_la_SOURCES)
113
131
DIST_SOURCES = $(libexo_0_3_la_SOURCES)
114
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
115
132
DATA = $(pkgconfig_DATA)
116
 
libexoincludeHEADERS_INSTALL = $(INSTALL_HEADER)
117
133
HEADERS = $(libexoinclude_HEADERS)
118
134
ETAGS = etags
119
135
CTAGS = ctags
 
136
am__tty_colors = \
 
137
red=; grn=; lgn=; blu=; std=
120
138
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121
139
ACLOCAL = @ACLOCAL@
122
140
ALL_LINGUAS = @ALL_LINGUAS@
178
196
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
179
197
INSTOBJEXT = @INSTOBJEXT@
180
198
INTLLIBS = @INTLLIBS@
181
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
182
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
183
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
184
199
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
185
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
186
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
187
200
INTLTOOL_MERGE = @INTLTOOL_MERGE@
188
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
189
201
INTLTOOL_PERL = @INTLTOOL_PERL@
190
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
191
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
192
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
193
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
194
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
195
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
196
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
197
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
198
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
199
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
200
202
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
201
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
202
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
203
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
204
203
LD = @LD@
205
204
LDFLAGS = @LDFLAGS@
206
205
LIBEXO_VERINFO = @LIBEXO_VERINFO@
231
230
MSGMERGE = @MSGMERGE@
232
231
NM = @NM@
233
232
NMEDIT = @NMEDIT@
 
233
OBJDUMP = @OBJDUMP@
234
234
OBJEXT = @OBJEXT@
235
235
OTOOL = @OTOOL@
236
236
OTOOL64 = @OTOOL64@
239
239
PACKAGE_NAME = @PACKAGE_NAME@
240
240
PACKAGE_STRING = @PACKAGE_STRING@
241
241
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
242
PACKAGE_URL = @PACKAGE_URL@
242
243
PACKAGE_VERSION = @PACKAGE_VERSION@
 
244
PATH_MOUNT = @PATH_MOUNT@
243
245
PATH_SEPARATOR = @PATH_SEPARATOR@
 
246
PATH_UMOUNT = @PATH_UMOUNT@
244
247
PERL = @PERL@
245
248
PKG_CONFIG = @PKG_CONFIG@
246
249
POFILES = @POFILES@
327
330
target_cpu = @target_cpu@
328
331
target_os = @target_os@
329
332
target_vendor = @target_vendor@
 
333
top_build_prefix = @top_build_prefix@
330
334
top_builddir = @top_builddir@
331
335
top_srcdir = @top_srcdir@
332
336
INCLUDES = \
474
478
        @for dep in $?; do \
475
479
          case '$(am__configure_deps)' in \
476
480
            *$$dep*) \
477
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
478
 
                && exit 0; \
 
481
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
482
                && { if test -f $@; then exit 0; else break; fi; }; \
479
483
              exit 1;; \
480
484
          esac; \
481
485
        done; \
482
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  exo/Makefile'; \
483
 
        cd $(top_srcdir) && \
484
 
          $(AUTOMAKE) --gnu  exo/Makefile
 
486
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu exo/Makefile'; \
 
487
        $(am__cd) $(top_srcdir) && \
 
488
          $(AUTOMAKE) --gnu exo/Makefile
485
489
.PRECIOUS: Makefile
486
490
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
487
491
        @case '$?' in \
499
503
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
500
504
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
501
505
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
506
$(am__aclocal_m4_deps):
502
507
exo-0.3.pc: $(top_builddir)/config.status $(srcdir)/exo-0.3.pc.in
503
508
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
504
509
exo-config.h: $(top_builddir)/config.status $(srcdir)/exo-config.h.in
506
511
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
507
512
        @$(NORMAL_INSTALL)
508
513
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
509
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
514
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
515
        list2=; for p in $$list; do \
510
516
          if test -f $$p; then \
511
 
            f=$(am__strip_dir) \
512
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
513
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
517
            list2="$$list2 $$p"; \
514
518
          else :; fi; \
515
 
        done
 
519
        done; \
 
520
        test -z "$$list2" || { \
 
521
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
522
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
523
        }
516
524
 
517
525
uninstall-libLTLIBRARIES:
518
526
        @$(NORMAL_UNINSTALL)
519
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
520
 
          p=$(am__strip_dir) \
521
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
522
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
527
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
528
        for p in $$list; do \
 
529
          $(am__strip_dir) \
 
530
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
531
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
523
532
        done
524
533
 
525
534
clean-libLTLIBRARIES:
575
584
 
576
585
.c.o:
577
586
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
578
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
587
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
579
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
580
589
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581
590
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
582
591
 
583
592
.c.obj:
584
593
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
585
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
594
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
586
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
587
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588
597
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
589
598
 
590
599
.c.lo:
591
600
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
592
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
601
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
593
602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
594
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595
604
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
596
605
 
597
606
libexo_0_3_la-exo-aliasdef.lo: exo-aliasdef.c
598
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-aliasdef.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-aliasdef.Tpo -c -o libexo_0_3_la-exo-aliasdef.lo `test -f 'exo-aliasdef.c' || echo '$(srcdir)/'`exo-aliasdef.c
599
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-aliasdef.Tpo $(DEPDIR)/libexo_0_3_la-exo-aliasdef.Plo
 
607
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-aliasdef.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-aliasdef.Tpo -c -o libexo_0_3_la-exo-aliasdef.lo `test -f 'exo-aliasdef.c' || echo '$(srcdir)/'`exo-aliasdef.c
 
608
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-aliasdef.Tpo $(DEPDIR)/libexo_0_3_la-exo-aliasdef.Plo
600
609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-aliasdef.c' object='libexo_0_3_la-exo-aliasdef.lo' libtool=yes @AMDEPBACKSLASH@
601
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-aliasdef.lo `test -f 'exo-aliasdef.c' || echo '$(srcdir)/'`exo-aliasdef.c
 
611
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-aliasdef.lo `test -f 'exo-aliasdef.c' || echo '$(srcdir)/'`exo-aliasdef.c
603
612
 
604
613
libexo_0_3_la-exo-enum-types.lo: exo-enum-types.c
605
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-enum-types.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-enum-types.Tpo -c -o libexo_0_3_la-exo-enum-types.lo `test -f 'exo-enum-types.c' || echo '$(srcdir)/'`exo-enum-types.c
606
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-enum-types.Tpo $(DEPDIR)/libexo_0_3_la-exo-enum-types.Plo
 
614
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-enum-types.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-enum-types.Tpo -c -o libexo_0_3_la-exo-enum-types.lo `test -f 'exo-enum-types.c' || echo '$(srcdir)/'`exo-enum-types.c
 
615
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-enum-types.Tpo $(DEPDIR)/libexo_0_3_la-exo-enum-types.Plo
607
616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-enum-types.c' object='libexo_0_3_la-exo-enum-types.lo' libtool=yes @AMDEPBACKSLASH@
608
617
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-enum-types.lo `test -f 'exo-enum-types.c' || echo '$(srcdir)/'`exo-enum-types.c
 
618
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-enum-types.lo `test -f 'exo-enum-types.c' || echo '$(srcdir)/'`exo-enum-types.c
610
619
 
611
620
libexo_0_3_la-exo-marshal.lo: exo-marshal.c
612
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-marshal.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-marshal.Tpo -c -o libexo_0_3_la-exo-marshal.lo `test -f 'exo-marshal.c' || echo '$(srcdir)/'`exo-marshal.c
613
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-marshal.Tpo $(DEPDIR)/libexo_0_3_la-exo-marshal.Plo
 
621
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-marshal.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-marshal.Tpo -c -o libexo_0_3_la-exo-marshal.lo `test -f 'exo-marshal.c' || echo '$(srcdir)/'`exo-marshal.c
 
622
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-marshal.Tpo $(DEPDIR)/libexo_0_3_la-exo-marshal.Plo
614
623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-marshal.c' object='libexo_0_3_la-exo-marshal.lo' libtool=yes @AMDEPBACKSLASH@
615
624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-marshal.lo `test -f 'exo-marshal.c' || echo '$(srcdir)/'`exo-marshal.c
 
625
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-marshal.lo `test -f 'exo-marshal.c' || echo '$(srcdir)/'`exo-marshal.c
617
626
 
618
627
libexo_0_3_la-exo-binding.lo: exo-binding.c
619
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-binding.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-binding.Tpo -c -o libexo_0_3_la-exo-binding.lo `test -f 'exo-binding.c' || echo '$(srcdir)/'`exo-binding.c
620
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-binding.Tpo $(DEPDIR)/libexo_0_3_la-exo-binding.Plo
 
628
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-binding.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-binding.Tpo -c -o libexo_0_3_la-exo-binding.lo `test -f 'exo-binding.c' || echo '$(srcdir)/'`exo-binding.c
 
629
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-binding.Tpo $(DEPDIR)/libexo_0_3_la-exo-binding.Plo
621
630
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-binding.c' object='libexo_0_3_la-exo-binding.lo' libtool=yes @AMDEPBACKSLASH@
622
631
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-binding.lo `test -f 'exo-binding.c' || echo '$(srcdir)/'`exo-binding.c
 
632
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-binding.lo `test -f 'exo-binding.c' || echo '$(srcdir)/'`exo-binding.c
624
633
 
625
634
libexo_0_3_la-exo-cell-renderer-ellipsized-text.lo: exo-cell-renderer-ellipsized-text.c
626
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-cell-renderer-ellipsized-text.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-ellipsized-text.Tpo -c -o libexo_0_3_la-exo-cell-renderer-ellipsized-text.lo `test -f 'exo-cell-renderer-ellipsized-text.c' || echo '$(srcdir)/'`exo-cell-renderer-ellipsized-text.c
627
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-ellipsized-text.Tpo $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-ellipsized-text.Plo
 
635
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-cell-renderer-ellipsized-text.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-ellipsized-text.Tpo -c -o libexo_0_3_la-exo-cell-renderer-ellipsized-text.lo `test -f 'exo-cell-renderer-ellipsized-text.c' || echo '$(srcdir)/'`exo-cell-renderer-ellipsized-text.c
 
636
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-ellipsized-text.Tpo $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-ellipsized-text.Plo
628
637
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-cell-renderer-ellipsized-text.c' object='libexo_0_3_la-exo-cell-renderer-ellipsized-text.lo' libtool=yes @AMDEPBACKSLASH@
629
638
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-cell-renderer-ellipsized-text.lo `test -f 'exo-cell-renderer-ellipsized-text.c' || echo '$(srcdir)/'`exo-cell-renderer-ellipsized-text.c
 
639
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-cell-renderer-ellipsized-text.lo `test -f 'exo-cell-renderer-ellipsized-text.c' || echo '$(srcdir)/'`exo-cell-renderer-ellipsized-text.c
631
640
 
632
641
libexo_0_3_la-exo-cell-renderer-icon.lo: exo-cell-renderer-icon.c
633
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-cell-renderer-icon.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-icon.Tpo -c -o libexo_0_3_la-exo-cell-renderer-icon.lo `test -f 'exo-cell-renderer-icon.c' || echo '$(srcdir)/'`exo-cell-renderer-icon.c
634
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-icon.Tpo $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-icon.Plo
 
642
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-cell-renderer-icon.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-icon.Tpo -c -o libexo_0_3_la-exo-cell-renderer-icon.lo `test -f 'exo-cell-renderer-icon.c' || echo '$(srcdir)/'`exo-cell-renderer-icon.c
 
643
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-icon.Tpo $(DEPDIR)/libexo_0_3_la-exo-cell-renderer-icon.Plo
635
644
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-cell-renderer-icon.c' object='libexo_0_3_la-exo-cell-renderer-icon.lo' libtool=yes @AMDEPBACKSLASH@
636
645
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-cell-renderer-icon.lo `test -f 'exo-cell-renderer-icon.c' || echo '$(srcdir)/'`exo-cell-renderer-icon.c
 
646
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-cell-renderer-icon.lo `test -f 'exo-cell-renderer-icon.c' || echo '$(srcdir)/'`exo-cell-renderer-icon.c
638
647
 
639
648
libexo_0_3_la-exo-config.lo: exo-config.c
640
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-config.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-config.Tpo -c -o libexo_0_3_la-exo-config.lo `test -f 'exo-config.c' || echo '$(srcdir)/'`exo-config.c
641
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-config.Tpo $(DEPDIR)/libexo_0_3_la-exo-config.Plo
 
649
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-config.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-config.Tpo -c -o libexo_0_3_la-exo-config.lo `test -f 'exo-config.c' || echo '$(srcdir)/'`exo-config.c
 
650
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-config.Tpo $(DEPDIR)/libexo_0_3_la-exo-config.Plo
642
651
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-config.c' object='libexo_0_3_la-exo-config.lo' libtool=yes @AMDEPBACKSLASH@
643
652
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-config.lo `test -f 'exo-config.c' || echo '$(srcdir)/'`exo-config.c
 
653
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-config.lo `test -f 'exo-config.c' || echo '$(srcdir)/'`exo-config.c
645
654
 
646
655
libexo_0_3_la-exo-ellipsized-label.lo: exo-ellipsized-label.c
647
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-ellipsized-label.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-ellipsized-label.Tpo -c -o libexo_0_3_la-exo-ellipsized-label.lo `test -f 'exo-ellipsized-label.c' || echo '$(srcdir)/'`exo-ellipsized-label.c
648
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-ellipsized-label.Tpo $(DEPDIR)/libexo_0_3_la-exo-ellipsized-label.Plo
 
656
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-ellipsized-label.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-ellipsized-label.Tpo -c -o libexo_0_3_la-exo-ellipsized-label.lo `test -f 'exo-ellipsized-label.c' || echo '$(srcdir)/'`exo-ellipsized-label.c
 
657
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-ellipsized-label.Tpo $(DEPDIR)/libexo_0_3_la-exo-ellipsized-label.Plo
649
658
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-ellipsized-label.c' object='libexo_0_3_la-exo-ellipsized-label.lo' libtool=yes @AMDEPBACKSLASH@
650
659
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-ellipsized-label.lo `test -f 'exo-ellipsized-label.c' || echo '$(srcdir)/'`exo-ellipsized-label.c
 
660
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-ellipsized-label.lo `test -f 'exo-ellipsized-label.c' || echo '$(srcdir)/'`exo-ellipsized-label.c
652
661
 
653
662
libexo_0_3_la-exo-execute.lo: exo-execute.c
654
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-execute.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-execute.Tpo -c -o libexo_0_3_la-exo-execute.lo `test -f 'exo-execute.c' || echo '$(srcdir)/'`exo-execute.c
655
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-execute.Tpo $(DEPDIR)/libexo_0_3_la-exo-execute.Plo
 
663
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-execute.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-execute.Tpo -c -o libexo_0_3_la-exo-execute.lo `test -f 'exo-execute.c' || echo '$(srcdir)/'`exo-execute.c
 
664
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-execute.Tpo $(DEPDIR)/libexo_0_3_la-exo-execute.Plo
656
665
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-execute.c' object='libexo_0_3_la-exo-execute.lo' libtool=yes @AMDEPBACKSLASH@
657
666
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
658
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-execute.lo `test -f 'exo-execute.c' || echo '$(srcdir)/'`exo-execute.c
 
667
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-execute.lo `test -f 'exo-execute.c' || echo '$(srcdir)/'`exo-execute.c
659
668
 
660
669
libexo_0_3_la-exo-gdk-pixbuf-extensions.lo: exo-gdk-pixbuf-extensions.c
661
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-gdk-pixbuf-extensions.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-gdk-pixbuf-extensions.Tpo -c -o libexo_0_3_la-exo-gdk-pixbuf-extensions.lo `test -f 'exo-gdk-pixbuf-extensions.c' || echo '$(srcdir)/'`exo-gdk-pixbuf-extensions.c
662
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-gdk-pixbuf-extensions.Tpo $(DEPDIR)/libexo_0_3_la-exo-gdk-pixbuf-extensions.Plo
 
670
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-gdk-pixbuf-extensions.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-gdk-pixbuf-extensions.Tpo -c -o libexo_0_3_la-exo-gdk-pixbuf-extensions.lo `test -f 'exo-gdk-pixbuf-extensions.c' || echo '$(srcdir)/'`exo-gdk-pixbuf-extensions.c
 
671
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-gdk-pixbuf-extensions.Tpo $(DEPDIR)/libexo_0_3_la-exo-gdk-pixbuf-extensions.Plo
663
672
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-gdk-pixbuf-extensions.c' object='libexo_0_3_la-exo-gdk-pixbuf-extensions.lo' libtool=yes @AMDEPBACKSLASH@
664
673
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-gdk-pixbuf-extensions.lo `test -f 'exo-gdk-pixbuf-extensions.c' || echo '$(srcdir)/'`exo-gdk-pixbuf-extensions.c
 
674
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-gdk-pixbuf-extensions.lo `test -f 'exo-gdk-pixbuf-extensions.c' || echo '$(srcdir)/'`exo-gdk-pixbuf-extensions.c
666
675
 
667
676
libexo_0_3_la-exo-gtk-extensions.lo: exo-gtk-extensions.c
668
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-gtk-extensions.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-gtk-extensions.Tpo -c -o libexo_0_3_la-exo-gtk-extensions.lo `test -f 'exo-gtk-extensions.c' || echo '$(srcdir)/'`exo-gtk-extensions.c
669
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-gtk-extensions.Tpo $(DEPDIR)/libexo_0_3_la-exo-gtk-extensions.Plo
 
677
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-gtk-extensions.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-gtk-extensions.Tpo -c -o libexo_0_3_la-exo-gtk-extensions.lo `test -f 'exo-gtk-extensions.c' || echo '$(srcdir)/'`exo-gtk-extensions.c
 
678
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-gtk-extensions.Tpo $(DEPDIR)/libexo_0_3_la-exo-gtk-extensions.Plo
670
679
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-gtk-extensions.c' object='libexo_0_3_la-exo-gtk-extensions.lo' libtool=yes @AMDEPBACKSLASH@
671
680
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
672
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-gtk-extensions.lo `test -f 'exo-gtk-extensions.c' || echo '$(srcdir)/'`exo-gtk-extensions.c
 
681
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-gtk-extensions.lo `test -f 'exo-gtk-extensions.c' || echo '$(srcdir)/'`exo-gtk-extensions.c
673
682
 
674
683
libexo_0_3_la-exo-gobject-extensions.lo: exo-gobject-extensions.c
675
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-gobject-extensions.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-gobject-extensions.Tpo -c -o libexo_0_3_la-exo-gobject-extensions.lo `test -f 'exo-gobject-extensions.c' || echo '$(srcdir)/'`exo-gobject-extensions.c
676
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-gobject-extensions.Tpo $(DEPDIR)/libexo_0_3_la-exo-gobject-extensions.Plo
 
684
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-gobject-extensions.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-gobject-extensions.Tpo -c -o libexo_0_3_la-exo-gobject-extensions.lo `test -f 'exo-gobject-extensions.c' || echo '$(srcdir)/'`exo-gobject-extensions.c
 
685
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-gobject-extensions.Tpo $(DEPDIR)/libexo_0_3_la-exo-gobject-extensions.Plo
677
686
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-gobject-extensions.c' object='libexo_0_3_la-exo-gobject-extensions.lo' libtool=yes @AMDEPBACKSLASH@
678
687
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-gobject-extensions.lo `test -f 'exo-gobject-extensions.c' || echo '$(srcdir)/'`exo-gobject-extensions.c
 
688
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-gobject-extensions.lo `test -f 'exo-gobject-extensions.c' || echo '$(srcdir)/'`exo-gobject-extensions.c
680
689
 
681
690
libexo_0_3_la-exo-icon-bar.lo: exo-icon-bar.c
682
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-icon-bar.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-icon-bar.Tpo -c -o libexo_0_3_la-exo-icon-bar.lo `test -f 'exo-icon-bar.c' || echo '$(srcdir)/'`exo-icon-bar.c
683
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-icon-bar.Tpo $(DEPDIR)/libexo_0_3_la-exo-icon-bar.Plo
 
691
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-icon-bar.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-icon-bar.Tpo -c -o libexo_0_3_la-exo-icon-bar.lo `test -f 'exo-icon-bar.c' || echo '$(srcdir)/'`exo-icon-bar.c
 
692
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-icon-bar.Tpo $(DEPDIR)/libexo_0_3_la-exo-icon-bar.Plo
684
693
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-icon-bar.c' object='libexo_0_3_la-exo-icon-bar.lo' libtool=yes @AMDEPBACKSLASH@
685
694
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
686
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-icon-bar.lo `test -f 'exo-icon-bar.c' || echo '$(srcdir)/'`exo-icon-bar.c
 
695
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-icon-bar.lo `test -f 'exo-icon-bar.c' || echo '$(srcdir)/'`exo-icon-bar.c
687
696
 
688
697
libexo_0_3_la-exo-icon-chooser-dialog.lo: exo-icon-chooser-dialog.c
689
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-icon-chooser-dialog.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-dialog.Tpo -c -o libexo_0_3_la-exo-icon-chooser-dialog.lo `test -f 'exo-icon-chooser-dialog.c' || echo '$(srcdir)/'`exo-icon-chooser-dialog.c
690
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-dialog.Tpo $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-dialog.Plo
 
698
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-icon-chooser-dialog.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-dialog.Tpo -c -o libexo_0_3_la-exo-icon-chooser-dialog.lo `test -f 'exo-icon-chooser-dialog.c' || echo '$(srcdir)/'`exo-icon-chooser-dialog.c
 
699
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-dialog.Tpo $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-dialog.Plo
691
700
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-icon-chooser-dialog.c' object='libexo_0_3_la-exo-icon-chooser-dialog.lo' libtool=yes @AMDEPBACKSLASH@
692
701
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
693
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-icon-chooser-dialog.lo `test -f 'exo-icon-chooser-dialog.c' || echo '$(srcdir)/'`exo-icon-chooser-dialog.c
 
702
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-icon-chooser-dialog.lo `test -f 'exo-icon-chooser-dialog.c' || echo '$(srcdir)/'`exo-icon-chooser-dialog.c
694
703
 
695
704
libexo_0_3_la-exo-icon-chooser-model.lo: exo-icon-chooser-model.c
696
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-icon-chooser-model.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-model.Tpo -c -o libexo_0_3_la-exo-icon-chooser-model.lo `test -f 'exo-icon-chooser-model.c' || echo '$(srcdir)/'`exo-icon-chooser-model.c
697
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-model.Tpo $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-model.Plo
 
705
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-icon-chooser-model.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-model.Tpo -c -o libexo_0_3_la-exo-icon-chooser-model.lo `test -f 'exo-icon-chooser-model.c' || echo '$(srcdir)/'`exo-icon-chooser-model.c
 
706
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-model.Tpo $(DEPDIR)/libexo_0_3_la-exo-icon-chooser-model.Plo
698
707
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-icon-chooser-model.c' object='libexo_0_3_la-exo-icon-chooser-model.lo' libtool=yes @AMDEPBACKSLASH@
699
708
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
700
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-icon-chooser-model.lo `test -f 'exo-icon-chooser-model.c' || echo '$(srcdir)/'`exo-icon-chooser-model.c
 
709
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-icon-chooser-model.lo `test -f 'exo-icon-chooser-model.c' || echo '$(srcdir)/'`exo-icon-chooser-model.c
701
710
 
702
711
libexo_0_3_la-exo-icon-view.lo: exo-icon-view.c
703
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-icon-view.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-icon-view.Tpo -c -o libexo_0_3_la-exo-icon-view.lo `test -f 'exo-icon-view.c' || echo '$(srcdir)/'`exo-icon-view.c
704
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-icon-view.Tpo $(DEPDIR)/libexo_0_3_la-exo-icon-view.Plo
 
712
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-icon-view.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-icon-view.Tpo -c -o libexo_0_3_la-exo-icon-view.lo `test -f 'exo-icon-view.c' || echo '$(srcdir)/'`exo-icon-view.c
 
713
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-icon-view.Tpo $(DEPDIR)/libexo_0_3_la-exo-icon-view.Plo
705
714
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-icon-view.c' object='libexo_0_3_la-exo-icon-view.lo' libtool=yes @AMDEPBACKSLASH@
706
715
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-icon-view.lo `test -f 'exo-icon-view.c' || echo '$(srcdir)/'`exo-icon-view.c
 
716
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-icon-view.lo `test -f 'exo-icon-view.c' || echo '$(srcdir)/'`exo-icon-view.c
708
717
 
709
718
libexo_0_3_la-exo-md5.lo: exo-md5.c
710
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-md5.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-md5.Tpo -c -o libexo_0_3_la-exo-md5.lo `test -f 'exo-md5.c' || echo '$(srcdir)/'`exo-md5.c
711
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-md5.Tpo $(DEPDIR)/libexo_0_3_la-exo-md5.Plo
 
719
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-md5.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-md5.Tpo -c -o libexo_0_3_la-exo-md5.lo `test -f 'exo-md5.c' || echo '$(srcdir)/'`exo-md5.c
 
720
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-md5.Tpo $(DEPDIR)/libexo_0_3_la-exo-md5.Plo
712
721
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-md5.c' object='libexo_0_3_la-exo-md5.lo' libtool=yes @AMDEPBACKSLASH@
713
722
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-md5.lo `test -f 'exo-md5.c' || echo '$(srcdir)/'`exo-md5.c
 
723
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-md5.lo `test -f 'exo-md5.c' || echo '$(srcdir)/'`exo-md5.c
715
724
 
716
725
libexo_0_3_la-exo-mount-point.lo: exo-mount-point.c
717
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-mount-point.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-mount-point.Tpo -c -o libexo_0_3_la-exo-mount-point.lo `test -f 'exo-mount-point.c' || echo '$(srcdir)/'`exo-mount-point.c
718
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-mount-point.Tpo $(DEPDIR)/libexo_0_3_la-exo-mount-point.Plo
 
726
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-mount-point.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-mount-point.Tpo -c -o libexo_0_3_la-exo-mount-point.lo `test -f 'exo-mount-point.c' || echo '$(srcdir)/'`exo-mount-point.c
 
727
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-mount-point.Tpo $(DEPDIR)/libexo_0_3_la-exo-mount-point.Plo
719
728
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-mount-point.c' object='libexo_0_3_la-exo-mount-point.lo' libtool=yes @AMDEPBACKSLASH@
720
729
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-mount-point.lo `test -f 'exo-mount-point.c' || echo '$(srcdir)/'`exo-mount-point.c
 
730
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-mount-point.lo `test -f 'exo-mount-point.c' || echo '$(srcdir)/'`exo-mount-point.c
722
731
 
723
732
libexo_0_3_la-exo-pango-extensions.lo: exo-pango-extensions.c
724
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-pango-extensions.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-pango-extensions.Tpo -c -o libexo_0_3_la-exo-pango-extensions.lo `test -f 'exo-pango-extensions.c' || echo '$(srcdir)/'`exo-pango-extensions.c
725
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-pango-extensions.Tpo $(DEPDIR)/libexo_0_3_la-exo-pango-extensions.Plo
 
733
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-pango-extensions.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-pango-extensions.Tpo -c -o libexo_0_3_la-exo-pango-extensions.lo `test -f 'exo-pango-extensions.c' || echo '$(srcdir)/'`exo-pango-extensions.c
 
734
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-pango-extensions.Tpo $(DEPDIR)/libexo_0_3_la-exo-pango-extensions.Plo
726
735
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-pango-extensions.c' object='libexo_0_3_la-exo-pango-extensions.lo' libtool=yes @AMDEPBACKSLASH@
727
736
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-pango-extensions.lo `test -f 'exo-pango-extensions.c' || echo '$(srcdir)/'`exo-pango-extensions.c
 
737
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-pango-extensions.lo `test -f 'exo-pango-extensions.c' || echo '$(srcdir)/'`exo-pango-extensions.c
729
738
 
730
739
libexo_0_3_la-exo-private.lo: exo-private.c
731
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-private.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-private.Tpo -c -o libexo_0_3_la-exo-private.lo `test -f 'exo-private.c' || echo '$(srcdir)/'`exo-private.c
732
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-private.Tpo $(DEPDIR)/libexo_0_3_la-exo-private.Plo
 
740
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-private.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-private.Tpo -c -o libexo_0_3_la-exo-private.lo `test -f 'exo-private.c' || echo '$(srcdir)/'`exo-private.c
 
741
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-private.Tpo $(DEPDIR)/libexo_0_3_la-exo-private.Plo
733
742
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-private.c' object='libexo_0_3_la-exo-private.lo' libtool=yes @AMDEPBACKSLASH@
734
743
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-private.lo `test -f 'exo-private.c' || echo '$(srcdir)/'`exo-private.c
 
744
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-private.lo `test -f 'exo-private.c' || echo '$(srcdir)/'`exo-private.c
736
745
 
737
746
libexo_0_3_la-exo-string.lo: exo-string.c
738
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-string.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-string.Tpo -c -o libexo_0_3_la-exo-string.lo `test -f 'exo-string.c' || echo '$(srcdir)/'`exo-string.c
739
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-string.Tpo $(DEPDIR)/libexo_0_3_la-exo-string.Plo
 
747
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-string.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-string.Tpo -c -o libexo_0_3_la-exo-string.lo `test -f 'exo-string.c' || echo '$(srcdir)/'`exo-string.c
 
748
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-string.Tpo $(DEPDIR)/libexo_0_3_la-exo-string.Plo
740
749
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-string.c' object='libexo_0_3_la-exo-string.lo' libtool=yes @AMDEPBACKSLASH@
741
750
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-string.lo `test -f 'exo-string.c' || echo '$(srcdir)/'`exo-string.c
 
751
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-string.lo `test -f 'exo-string.c' || echo '$(srcdir)/'`exo-string.c
743
752
 
744
753
libexo_0_3_la-exo-thumbnail-preview.lo: exo-thumbnail-preview.c
745
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-thumbnail-preview.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-thumbnail-preview.Tpo -c -o libexo_0_3_la-exo-thumbnail-preview.lo `test -f 'exo-thumbnail-preview.c' || echo '$(srcdir)/'`exo-thumbnail-preview.c
746
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-thumbnail-preview.Tpo $(DEPDIR)/libexo_0_3_la-exo-thumbnail-preview.Plo
 
754
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-thumbnail-preview.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-thumbnail-preview.Tpo -c -o libexo_0_3_la-exo-thumbnail-preview.lo `test -f 'exo-thumbnail-preview.c' || echo '$(srcdir)/'`exo-thumbnail-preview.c
 
755
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-thumbnail-preview.Tpo $(DEPDIR)/libexo_0_3_la-exo-thumbnail-preview.Plo
747
756
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-thumbnail-preview.c' object='libexo_0_3_la-exo-thumbnail-preview.lo' libtool=yes @AMDEPBACKSLASH@
748
757
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
749
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-thumbnail-preview.lo `test -f 'exo-thumbnail-preview.c' || echo '$(srcdir)/'`exo-thumbnail-preview.c
 
758
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-thumbnail-preview.lo `test -f 'exo-thumbnail-preview.c' || echo '$(srcdir)/'`exo-thumbnail-preview.c
750
759
 
751
760
libexo_0_3_la-exo-thumbnail.lo: exo-thumbnail.c
752
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-thumbnail.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-thumbnail.Tpo -c -o libexo_0_3_la-exo-thumbnail.lo `test -f 'exo-thumbnail.c' || echo '$(srcdir)/'`exo-thumbnail.c
753
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-thumbnail.Tpo $(DEPDIR)/libexo_0_3_la-exo-thumbnail.Plo
 
761
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-thumbnail.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-thumbnail.Tpo -c -o libexo_0_3_la-exo-thumbnail.lo `test -f 'exo-thumbnail.c' || echo '$(srcdir)/'`exo-thumbnail.c
 
762
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-thumbnail.Tpo $(DEPDIR)/libexo_0_3_la-exo-thumbnail.Plo
754
763
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-thumbnail.c' object='libexo_0_3_la-exo-thumbnail.lo' libtool=yes @AMDEPBACKSLASH@
755
764
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-thumbnail.lo `test -f 'exo-thumbnail.c' || echo '$(srcdir)/'`exo-thumbnail.c
 
765
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-thumbnail.lo `test -f 'exo-thumbnail.c' || echo '$(srcdir)/'`exo-thumbnail.c
757
766
 
758
767
libexo_0_3_la-exo-toolbars-editor-dialog.lo: exo-toolbars-editor-dialog.c
759
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-toolbars-editor-dialog.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor-dialog.Tpo -c -o libexo_0_3_la-exo-toolbars-editor-dialog.lo `test -f 'exo-toolbars-editor-dialog.c' || echo '$(srcdir)/'`exo-toolbars-editor-dialog.c
760
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor-dialog.Tpo $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor-dialog.Plo
 
768
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-toolbars-editor-dialog.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor-dialog.Tpo -c -o libexo_0_3_la-exo-toolbars-editor-dialog.lo `test -f 'exo-toolbars-editor-dialog.c' || echo '$(srcdir)/'`exo-toolbars-editor-dialog.c
 
769
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor-dialog.Tpo $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor-dialog.Plo
761
770
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-toolbars-editor-dialog.c' object='libexo_0_3_la-exo-toolbars-editor-dialog.lo' libtool=yes @AMDEPBACKSLASH@
762
771
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
763
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-toolbars-editor-dialog.lo `test -f 'exo-toolbars-editor-dialog.c' || echo '$(srcdir)/'`exo-toolbars-editor-dialog.c
 
772
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-toolbars-editor-dialog.lo `test -f 'exo-toolbars-editor-dialog.c' || echo '$(srcdir)/'`exo-toolbars-editor-dialog.c
764
773
 
765
774
libexo_0_3_la-exo-toolbars-editor.lo: exo-toolbars-editor.c
766
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-toolbars-editor.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor.Tpo -c -o libexo_0_3_la-exo-toolbars-editor.lo `test -f 'exo-toolbars-editor.c' || echo '$(srcdir)/'`exo-toolbars-editor.c
767
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor.Tpo $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor.Plo
 
775
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-toolbars-editor.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor.Tpo -c -o libexo_0_3_la-exo-toolbars-editor.lo `test -f 'exo-toolbars-editor.c' || echo '$(srcdir)/'`exo-toolbars-editor.c
 
776
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor.Tpo $(DEPDIR)/libexo_0_3_la-exo-toolbars-editor.Plo
768
777
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-toolbars-editor.c' object='libexo_0_3_la-exo-toolbars-editor.lo' libtool=yes @AMDEPBACKSLASH@
769
778
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-toolbars-editor.lo `test -f 'exo-toolbars-editor.c' || echo '$(srcdir)/'`exo-toolbars-editor.c
 
779
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-toolbars-editor.lo `test -f 'exo-toolbars-editor.c' || echo '$(srcdir)/'`exo-toolbars-editor.c
771
780
 
772
781
libexo_0_3_la-exo-toolbars-model.lo: exo-toolbars-model.c
773
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-toolbars-model.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-toolbars-model.Tpo -c -o libexo_0_3_la-exo-toolbars-model.lo `test -f 'exo-toolbars-model.c' || echo '$(srcdir)/'`exo-toolbars-model.c
774
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-toolbars-model.Tpo $(DEPDIR)/libexo_0_3_la-exo-toolbars-model.Plo
 
782
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-toolbars-model.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-toolbars-model.Tpo -c -o libexo_0_3_la-exo-toolbars-model.lo `test -f 'exo-toolbars-model.c' || echo '$(srcdir)/'`exo-toolbars-model.c
 
783
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-toolbars-model.Tpo $(DEPDIR)/libexo_0_3_la-exo-toolbars-model.Plo
775
784
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-toolbars-model.c' object='libexo_0_3_la-exo-toolbars-model.lo' libtool=yes @AMDEPBACKSLASH@
776
785
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
777
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-toolbars-model.lo `test -f 'exo-toolbars-model.c' || echo '$(srcdir)/'`exo-toolbars-model.c
 
786
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-toolbars-model.lo `test -f 'exo-toolbars-model.c' || echo '$(srcdir)/'`exo-toolbars-model.c
778
787
 
779
788
libexo_0_3_la-exo-toolbars-private.lo: exo-toolbars-private.c
780
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-toolbars-private.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-toolbars-private.Tpo -c -o libexo_0_3_la-exo-toolbars-private.lo `test -f 'exo-toolbars-private.c' || echo '$(srcdir)/'`exo-toolbars-private.c
781
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-toolbars-private.Tpo $(DEPDIR)/libexo_0_3_la-exo-toolbars-private.Plo
 
789
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-toolbars-private.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-toolbars-private.Tpo -c -o libexo_0_3_la-exo-toolbars-private.lo `test -f 'exo-toolbars-private.c' || echo '$(srcdir)/'`exo-toolbars-private.c
 
790
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-toolbars-private.Tpo $(DEPDIR)/libexo_0_3_la-exo-toolbars-private.Plo
782
791
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-toolbars-private.c' object='libexo_0_3_la-exo-toolbars-private.lo' libtool=yes @AMDEPBACKSLASH@
783
792
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
784
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-toolbars-private.lo `test -f 'exo-toolbars-private.c' || echo '$(srcdir)/'`exo-toolbars-private.c
 
793
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-toolbars-private.lo `test -f 'exo-toolbars-private.c' || echo '$(srcdir)/'`exo-toolbars-private.c
785
794
 
786
795
libexo_0_3_la-exo-toolbars-view.lo: exo-toolbars-view.c
787
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-toolbars-view.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-toolbars-view.Tpo -c -o libexo_0_3_la-exo-toolbars-view.lo `test -f 'exo-toolbars-view.c' || echo '$(srcdir)/'`exo-toolbars-view.c
788
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-toolbars-view.Tpo $(DEPDIR)/libexo_0_3_la-exo-toolbars-view.Plo
 
796
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-toolbars-view.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-toolbars-view.Tpo -c -o libexo_0_3_la-exo-toolbars-view.lo `test -f 'exo-toolbars-view.c' || echo '$(srcdir)/'`exo-toolbars-view.c
 
797
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-toolbars-view.Tpo $(DEPDIR)/libexo_0_3_la-exo-toolbars-view.Plo
789
798
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-toolbars-view.c' object='libexo_0_3_la-exo-toolbars-view.lo' libtool=yes @AMDEPBACKSLASH@
790
799
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
791
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-toolbars-view.lo `test -f 'exo-toolbars-view.c' || echo '$(srcdir)/'`exo-toolbars-view.c
 
800
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-toolbars-view.lo `test -f 'exo-toolbars-view.c' || echo '$(srcdir)/'`exo-toolbars-view.c
792
801
 
793
802
libexo_0_3_la-exo-tree-view.lo: exo-tree-view.c
794
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-tree-view.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-tree-view.Tpo -c -o libexo_0_3_la-exo-tree-view.lo `test -f 'exo-tree-view.c' || echo '$(srcdir)/'`exo-tree-view.c
795
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-tree-view.Tpo $(DEPDIR)/libexo_0_3_la-exo-tree-view.Plo
 
803
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-tree-view.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-tree-view.Tpo -c -o libexo_0_3_la-exo-tree-view.lo `test -f 'exo-tree-view.c' || echo '$(srcdir)/'`exo-tree-view.c
 
804
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-tree-view.Tpo $(DEPDIR)/libexo_0_3_la-exo-tree-view.Plo
796
805
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-tree-view.c' object='libexo_0_3_la-exo-tree-view.lo' libtool=yes @AMDEPBACKSLASH@
797
806
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
798
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-tree-view.lo `test -f 'exo-tree-view.c' || echo '$(srcdir)/'`exo-tree-view.c
 
807
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-tree-view.lo `test -f 'exo-tree-view.c' || echo '$(srcdir)/'`exo-tree-view.c
799
808
 
800
809
libexo_0_3_la-exo-url.lo: exo-url.c
801
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-url.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-url.Tpo -c -o libexo_0_3_la-exo-url.lo `test -f 'exo-url.c' || echo '$(srcdir)/'`exo-url.c
802
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-url.Tpo $(DEPDIR)/libexo_0_3_la-exo-url.Plo
 
810
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-url.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-url.Tpo -c -o libexo_0_3_la-exo-url.lo `test -f 'exo-url.c' || echo '$(srcdir)/'`exo-url.c
 
811
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-url.Tpo $(DEPDIR)/libexo_0_3_la-exo-url.Plo
803
812
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-url.c' object='libexo_0_3_la-exo-url.lo' libtool=yes @AMDEPBACKSLASH@
804
813
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
805
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-url.lo `test -f 'exo-url.c' || echo '$(srcdir)/'`exo-url.c
 
814
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-url.lo `test -f 'exo-url.c' || echo '$(srcdir)/'`exo-url.c
806
815
 
807
816
libexo_0_3_la-exo-utils.lo: exo-utils.c
808
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-utils.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-utils.Tpo -c -o libexo_0_3_la-exo-utils.lo `test -f 'exo-utils.c' || echo '$(srcdir)/'`exo-utils.c
809
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-utils.Tpo $(DEPDIR)/libexo_0_3_la-exo-utils.Plo
 
817
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-utils.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-utils.Tpo -c -o libexo_0_3_la-exo-utils.lo `test -f 'exo-utils.c' || echo '$(srcdir)/'`exo-utils.c
 
818
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-utils.Tpo $(DEPDIR)/libexo_0_3_la-exo-utils.Plo
810
819
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-utils.c' object='libexo_0_3_la-exo-utils.lo' libtool=yes @AMDEPBACKSLASH@
811
820
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
812
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-utils.lo `test -f 'exo-utils.c' || echo '$(srcdir)/'`exo-utils.c
 
821
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-utils.lo `test -f 'exo-utils.c' || echo '$(srcdir)/'`exo-utils.c
813
822
 
814
823
libexo_0_3_la-exo-wrap-table.lo: exo-wrap-table.c
815
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-wrap-table.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-wrap-table.Tpo -c -o libexo_0_3_la-exo-wrap-table.lo `test -f 'exo-wrap-table.c' || echo '$(srcdir)/'`exo-wrap-table.c
816
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-wrap-table.Tpo $(DEPDIR)/libexo_0_3_la-exo-wrap-table.Plo
 
824
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-wrap-table.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-wrap-table.Tpo -c -o libexo_0_3_la-exo-wrap-table.lo `test -f 'exo-wrap-table.c' || echo '$(srcdir)/'`exo-wrap-table.c
 
825
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-wrap-table.Tpo $(DEPDIR)/libexo_0_3_la-exo-wrap-table.Plo
817
826
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-wrap-table.c' object='libexo_0_3_la-exo-wrap-table.lo' libtool=yes @AMDEPBACKSLASH@
818
827
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-wrap-table.lo `test -f 'exo-wrap-table.c' || echo '$(srcdir)/'`exo-wrap-table.c
 
828
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-wrap-table.lo `test -f 'exo-wrap-table.c' || echo '$(srcdir)/'`exo-wrap-table.c
820
829
 
821
830
libexo_0_3_la-exo-xsession-client.lo: exo-xsession-client.c
822
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-xsession-client.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-xsession-client.Tpo -c -o libexo_0_3_la-exo-xsession-client.lo `test -f 'exo-xsession-client.c' || echo '$(srcdir)/'`exo-xsession-client.c
823
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexo_0_3_la-exo-xsession-client.Tpo $(DEPDIR)/libexo_0_3_la-exo-xsession-client.Plo
 
831
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -MT libexo_0_3_la-exo-xsession-client.lo -MD -MP -MF $(DEPDIR)/libexo_0_3_la-exo-xsession-client.Tpo -c -o libexo_0_3_la-exo-xsession-client.lo `test -f 'exo-xsession-client.c' || echo '$(srcdir)/'`exo-xsession-client.c
 
832
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexo_0_3_la-exo-xsession-client.Tpo $(DEPDIR)/libexo_0_3_la-exo-xsession-client.Plo
824
833
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exo-xsession-client.c' object='libexo_0_3_la-exo-xsession-client.lo' libtool=yes @AMDEPBACKSLASH@
825
834
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
826
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-xsession-client.lo `test -f 'exo-xsession-client.c' || echo '$(srcdir)/'`exo-xsession-client.c
 
835
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexo_0_3_la_CFLAGS) $(CFLAGS) -c -o libexo_0_3_la-exo-xsession-client.lo `test -f 'exo-xsession-client.c' || echo '$(srcdir)/'`exo-xsession-client.c
827
836
 
828
837
mostlyclean-libtool:
829
838
        -rm -f *.lo
833
842
install-pkgconfigDATA: $(pkgconfig_DATA)
834
843
        @$(NORMAL_INSTALL)
835
844
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
836
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
845
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
846
        for p in $$list; do \
837
847
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
838
 
          f=$(am__strip_dir) \
839
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
840
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
848
          echo "$$d$$p"; \
 
849
        done | $(am__base_list) | \
 
850
        while read files; do \
 
851
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
852
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
841
853
        done
842
854
 
843
855
uninstall-pkgconfigDATA:
844
856
        @$(NORMAL_UNINSTALL)
845
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
846
 
          f=$(am__strip_dir) \
847
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
848
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
849
 
        done
 
857
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
858
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
859
        test -n "$$files" || exit 0; \
 
860
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
861
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
850
862
install-libexoincludeHEADERS: $(libexoinclude_HEADERS)
851
863
        @$(NORMAL_INSTALL)
852
864
        test -z "$(libexoincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libexoincludedir)"
853
 
        @list='$(libexoinclude_HEADERS)'; for p in $$list; do \
 
865
        @list='$(libexoinclude_HEADERS)'; test -n "$(libexoincludedir)" || list=; \
 
866
        for p in $$list; do \
854
867
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
855
 
          f=$(am__strip_dir) \
856
 
          echo " $(libexoincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libexoincludedir)/$$f'"; \
857
 
          $(libexoincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libexoincludedir)/$$f"; \
 
868
          echo "$$d$$p"; \
 
869
        done | $(am__base_list) | \
 
870
        while read files; do \
 
871
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libexoincludedir)'"; \
 
872
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libexoincludedir)" || exit $$?; \
858
873
        done
859
874
 
860
875
uninstall-libexoincludeHEADERS:
861
876
        @$(NORMAL_UNINSTALL)
862
 
        @list='$(libexoinclude_HEADERS)'; for p in $$list; do \
863
 
          f=$(am__strip_dir) \
864
 
          echo " rm -f '$(DESTDIR)$(libexoincludedir)/$$f'"; \
865
 
          rm -f "$(DESTDIR)$(libexoincludedir)/$$f"; \
866
 
        done
 
877
        @list='$(libexoinclude_HEADERS)'; test -n "$(libexoincludedir)" || list=; \
 
878
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
879
        test -n "$$files" || exit 0; \
 
880
        echo " ( cd '$(DESTDIR)$(libexoincludedir)' && rm -f" $$files ")"; \
 
881
        cd "$(DESTDIR)$(libexoincludedir)" && rm -f $$files
867
882
 
868
883
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
869
884
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
870
885
        unique=`for i in $$list; do \
871
886
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
872
887
          done | \
873
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
888
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
874
889
              END { if (nonempty) { for (i in files) print i; }; }'`; \
875
890
        mkid -fID $$unique
876
891
tags: TAGS
877
892
 
878
893
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
879
894
                $(TAGS_FILES) $(LISP)
880
 
        tags=; \
 
895
        set x; \
881
896
        here=`pwd`; \
882
897
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
883
898
        unique=`for i in $$list; do \
885
900
          done | \
886
901
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
887
902
              END { if (nonempty) { for (i in files) print i; }; }'`; \
888
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
903
        shift; \
 
904
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
889
905
          test -n "$$unique" || unique=$$empty_fix; \
890
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
891
 
            $$tags $$unique; \
 
906
          if test $$# -gt 0; then \
 
907
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
908
              "$$@" $$unique; \
 
909
          else \
 
910
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
911
              $$unique; \
 
912
          fi; \
892
913
        fi
893
914
ctags: CTAGS
894
915
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
895
916
                $(TAGS_FILES) $(LISP)
896
 
        tags=; \
897
917
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
898
918
        unique=`for i in $$list; do \
899
919
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
900
920
          done | \
901
921
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
902
922
              END { if (nonempty) { for (i in files) print i; }; }'`; \
903
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
923
        test -z "$(CTAGS_ARGS)$$unique" \
904
924
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
905
 
             $$tags $$unique
 
925
             $$unique
906
926
 
907
927
GTAGS:
908
928
        here=`$(am__cd) $(top_builddir) && pwd` \
909
 
          && cd $(top_srcdir) \
910
 
          && gtags -i $(GTAGS_ARGS) $$here
 
929
          && $(am__cd) $(top_srcdir) \
 
930
          && gtags -i $(GTAGS_ARGS) "$$here"
911
931
 
912
932
distclean-tags:
913
933
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
914
934
 
915
935
check-TESTS: $(TESTS)
916
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
936
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
917
937
        srcdir=$(srcdir); export srcdir; \
918
938
        list=' $(TESTS) '; \
 
939
        $(am__tty_colors); \
919
940
        if test -n "$$list"; then \
920
941
          for tst in $$list; do \
921
942
            if test -f ./$$tst; then dir=./; \
924
945
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
925
946
              all=`expr $$all + 1`; \
926
947
              case " $(XFAIL_TESTS) " in \
927
 
              *$$ws$$tst$$ws*) \
 
948
              *[\ \     ]$$tst[\ \      ]*) \
928
949
                xpass=`expr $$xpass + 1`; \
929
950
                failed=`expr $$failed + 1`; \
930
 
                echo "XPASS: $$tst"; \
 
951
                col=$$red; res=XPASS; \
931
952
              ;; \
932
953
              *) \
933
 
                echo "PASS: $$tst"; \
 
954
                col=$$grn; res=PASS; \
934
955
              ;; \
935
956
              esac; \
936
957
            elif test $$? -ne 77; then \
937
958
              all=`expr $$all + 1`; \
938
959
              case " $(XFAIL_TESTS) " in \
939
 
              *$$ws$$tst$$ws*) \
 
960
              *[\ \     ]$$tst[\ \      ]*) \
940
961
                xfail=`expr $$xfail + 1`; \
941
 
                echo "XFAIL: $$tst"; \
 
962
                col=$$lgn; res=XFAIL; \
942
963
              ;; \
943
964
              *) \
944
965
                failed=`expr $$failed + 1`; \
945
 
                echo "FAIL: $$tst"; \
 
966
                col=$$red; res=FAIL; \
946
967
              ;; \
947
968
              esac; \
948
969
            else \
949
970
              skip=`expr $$skip + 1`; \
950
 
              echo "SKIP: $$tst"; \
 
971
              col=$$blu; res=SKIP; \
951
972
            fi; \
 
973
            echo "$${col}$$res$${std}: $$tst"; \
952
974
          done; \
 
975
          if test "$$all" -eq 1; then \
 
976
            tests="test"; \
 
977
            All=""; \
 
978
          else \
 
979
            tests="tests"; \
 
980
            All="All "; \
 
981
          fi; \
953
982
          if test "$$failed" -eq 0; then \
954
983
            if test "$$xfail" -eq 0; then \
955
 
              banner="All $$all tests passed"; \
 
984
              banner="$$All$$all $$tests passed"; \
956
985
            else \
957
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
986
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
987
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
958
988
            fi; \
959
989
          else \
960
990
            if test "$$xpass" -eq 0; then \
961
 
              banner="$$failed of $$all tests failed"; \
 
991
              banner="$$failed of $$all $$tests failed"; \
962
992
            else \
963
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
993
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
994
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
964
995
            fi; \
965
996
          fi; \
966
997
          dashes="$$banner"; \
967
998
          skipped=""; \
968
999
          if test "$$skip" -ne 0; then \
969
 
            skipped="($$skip tests were not run)"; \
 
1000
            if test "$$skip" -eq 1; then \
 
1001
              skipped="($$skip test was not run)"; \
 
1002
            else \
 
1003
              skipped="($$skip tests were not run)"; \
 
1004
            fi; \
970
1005
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
971
1006
              dashes="$$skipped"; \
972
1007
          fi; \
977
1012
              dashes="$$report"; \
978
1013
          fi; \
979
1014
          dashes=`echo "$$dashes" | sed s/./=/g`; \
980
 
          echo "$$dashes"; \
 
1015
          if test "$$failed" -eq 0; then \
 
1016
            echo "$$grn$$dashes"; \
 
1017
          else \
 
1018
            echo "$$red$$dashes"; \
 
1019
          fi; \
981
1020
          echo "$$banner"; \
982
1021
          test -z "$$skipped" || echo "$$skipped"; \
983
1022
          test -z "$$report" || echo "$$report"; \
984
 
          echo "$$dashes"; \
 
1023
          echo "$$dashes$$std"; \
985
1024
          test "$$failed" -eq 0; \
986
1025
        else :; fi
987
1026
 
1001
1040
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1002
1041
          if test -d $$d/$$file; then \
1003
1042
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1043
            if test -d "$(distdir)/$$file"; then \
 
1044
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1045
            fi; \
1004
1046
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1005
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1047
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1048
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1006
1049
            fi; \
1007
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1050
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1008
1051
          else \
1009
 
            test -f $(distdir)/$$file \
1010
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1052
            test -f "$(distdir)/$$file" \
 
1053
            || cp -p $$d/$$file "$(distdir)/$$file" \
1011
1054
            || exit 1; \
1012
1055
          fi; \
1013
1056
        done
1045
1088
 
1046
1089
distclean-generic:
1047
1090
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1091
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1048
1092
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1049
1093
 
1050
1094
maintainer-clean-generic:
1068
1112
 
1069
1113
html: html-am
1070
1114
 
 
1115
html-am:
 
1116
 
1071
1117
info: info-am
1072
1118
 
1073
1119
info-am:
1076
1122
 
1077
1123
install-dvi: install-dvi-am
1078
1124
 
 
1125
install-dvi-am:
 
1126
 
1079
1127
install-exec-am: install-libLTLIBRARIES
1080
1128
 
1081
1129
install-html: install-html-am
1082
1130
 
 
1131
install-html-am:
 
1132
 
1083
1133
install-info: install-info-am
1084
1134
 
 
1135
install-info-am:
 
1136
 
1085
1137
install-man:
1086
1138
 
1087
1139
install-pdf: install-pdf-am
1088
1140
 
 
1141
install-pdf-am:
 
1142
 
1089
1143
install-ps: install-ps-am
1090
1144
 
 
1145
install-ps-am:
 
1146
 
1091
1147
installcheck-am:
1092
1148
 
1093
1149
maintainer-clean: maintainer-clean-am
1111
1167
uninstall-am: uninstall-libLTLIBRARIES uninstall-libexoincludeHEADERS \
1112
1168
        uninstall-pkgconfigDATA
1113
1169
 
1114
 
.MAKE: install-am install-strip
 
1170
.MAKE: all check check-am install install-am install-strip
1115
1171
 
1116
1172
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
1117
1173
        clean-generic clean-libLTLIBRARIES clean-libtool ctags \
1183
1239
dist-hook: all
1184
1240
 
1185
1241
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
1242
 
1186
1243
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1187
1244
# Otherwise a system limit (for SysV at least) may be exceeded.
1188
1245
.NOEXPORT: