~ubuntu-branches/debian/experimental/thunar/experimental

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2006-01-02 23:42:32 UTC
  • Revision ID: james.westby@ubuntu.com-20060102234232-8xeq0lqhyn70syr0
Tags: upstream-0.1.4svn+r18850
ImportĀ upstreamĀ versionĀ 0.1.4svn+r18850

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# $Id: Makefile.am 18843 2005-11-14 14:25:58Z benny $
 
18
SOURCES = $(test_thunar_vfs_path_SOURCES) $(test_thunar_vfs_volume_bsd_SOURCES)
 
19
 
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
 
22
VPATH = @srcdir@
 
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
top_builddir = ..
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = @INSTALL@
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
build_triplet = @build@
 
41
host_triplet = @host@
 
42
target_triplet = @target@
 
43
check_PROGRAMS = test-thunar-vfs-path$(EXEEXT) \
 
44
        test-thunar-vfs-volume-bsd$(EXEEXT)
 
45
subdir = tests
 
46
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
48
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
50
        $(ACLOCAL_M4)
 
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
52
CONFIG_HEADER = $(top_builddir)/config.h
 
53
CONFIG_CLEAN_FILES =
 
54
am_test_thunar_vfs_path_OBJECTS = test-thunar-vfs-path.$(OBJEXT)
 
55
test_thunar_vfs_path_OBJECTS = $(am_test_thunar_vfs_path_OBJECTS)
 
56
am__DEPENDENCIES_1 =
 
57
am_test_thunar_vfs_volume_bsd_OBJECTS =  \
 
58
        test-thunar-vfs-volume-bsd.$(OBJEXT)
 
59
test_thunar_vfs_volume_bsd_OBJECTS =  \
 
60
        $(am_test_thunar_vfs_volume_bsd_OBJECTS)
 
61
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
63
am__depfiles_maybe = depfiles
 
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
66
LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
 
67
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
68
        $(AM_CFLAGS) $(CFLAGS)
 
69
CCLD = $(CC)
 
70
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
71
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
72
SOURCES = $(test_thunar_vfs_path_SOURCES) \
 
73
        $(test_thunar_vfs_volume_bsd_SOURCES)
 
74
DIST_SOURCES = $(test_thunar_vfs_path_SOURCES) \
 
75
        $(test_thunar_vfs_volume_bsd_SOURCES)
 
76
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
77
        html-recursive info-recursive install-data-recursive \
 
78
        install-exec-recursive install-info-recursive \
 
79
        install-recursive installcheck-recursive installdirs-recursive \
 
80
        pdf-recursive ps-recursive uninstall-info-recursive \
 
81
        uninstall-recursive
 
82
ETAGS = etags
 
83
CTAGS = ctags
 
84
DIST_SUBDIRS = $(SUBDIRS)
 
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
86
ACLOCAL = @ACLOCAL@
 
87
AMDEP_FALSE = @AMDEP_FALSE@
 
88
AMDEP_TRUE = @AMDEP_TRUE@
 
89
AMTAR = @AMTAR@
 
90
AR = @AR@
 
91
AUTOCONF = @AUTOCONF@
 
92
AUTOHEADER = @AUTOHEADER@
 
93
AUTOMAKE = @AUTOMAKE@
 
94
AWK = @AWK@
 
95
CAIRO_CFLAGS = @CAIRO_CFLAGS@
 
96
CAIRO_LIBS = @CAIRO_LIBS@
 
97
CAIRO_REQUIRED_VERSION = @CAIRO_REQUIRED_VERSION@
 
98
CAIRO_VERSION = @CAIRO_VERSION@
 
99
CATALOGS = @CATALOGS@
 
100
CATOBJEXT = @CATOBJEXT@
 
101
CC = @CC@
 
102
CCDEPMODE = @CCDEPMODE@
 
103
CFLAGS = @CFLAGS@
 
104
CPP = @CPP@
 
105
CPPFLAGS = @CPPFLAGS@
 
106
CXX = @CXX@
 
107
CXXCPP = @CXXCPP@
 
108
CXXDEPMODE = @CXXDEPMODE@
 
109
CXXFLAGS = @CXXFLAGS@
 
110
CYGPATH_W = @CYGPATH_W@
 
111
DATADIRNAME = @DATADIRNAME@
 
112
DEFS = @DEFS@
 
113
DEPDIR = @DEPDIR@
 
114
ECHO = @ECHO@
 
115
ECHO_C = @ECHO_C@
 
116
ECHO_N = @ECHO_N@
 
117
ECHO_T = @ECHO_T@
 
118
EGREP = @EGREP@
 
119
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
 
120
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
 
121
EXEEXT = @EXEEXT@
 
122
EXO_CFLAGS = @EXO_CFLAGS@
 
123
EXO_LIBS = @EXO_LIBS@
 
124
EXO_REQUIRED_VERSION = @EXO_REQUIRED_VERSION@
 
125
EXO_VERSION = @EXO_VERSION@
 
126
F77 = @F77@
 
127
FFLAGS = @FFLAGS@
 
128
GCONF_CFLAGS = @GCONF_CFLAGS@
 
129
GCONF_LIBS = @GCONF_LIBS@
 
130
GCONF_REQUIRED_VERSION = @GCONF_REQUIRED_VERSION@
 
131
GCONF_VERSION = @GCONF_VERSION@
 
132
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
133
GLIB_CFLAGS = @GLIB_CFLAGS@
 
134
GLIB_LIBS = @GLIB_LIBS@
 
135
GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
 
136
GLIB_VERSION = @GLIB_VERSION@
 
137
GMOFILES = @GMOFILES@
 
138
GMSGFMT = @GMSGFMT@
 
139
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
140
GTHREAD_LIBS = @GTHREAD_LIBS@
 
141
GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
 
142
GTHREAD_VERSION = @GTHREAD_VERSION@
 
143
GTK_CFLAGS = @GTK_CFLAGS@
 
144
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
 
145
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
 
146
GTK_LIBS = @GTK_LIBS@
 
147
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
 
148
GTK_VERSION = @GTK_VERSION@
 
149
HAVE_CAIRO_FALSE = @HAVE_CAIRO_FALSE@
 
150
HAVE_CAIRO_TRUE = @HAVE_CAIRO_TRUE@
 
151
HAVE_GCONF_FALSE = @HAVE_GCONF_FALSE@
 
152
HAVE_GCONF_TRUE = @HAVE_GCONF_TRUE@
 
153
HAVE_GNUC_VISIBILITY_FALSE = @HAVE_GNUC_VISIBILITY_FALSE@
 
154
HAVE_GNUC_VISIBILITY_TRUE = @HAVE_GNUC_VISIBILITY_TRUE@
 
155
HAVE_LIBSTARTUP_NOTIFICATION_FALSE = @HAVE_LIBSTARTUP_NOTIFICATION_FALSE@
 
156
HAVE_LIBSTARTUP_NOTIFICATION_TRUE = @HAVE_LIBSTARTUP_NOTIFICATION_TRUE@
 
157
HTML_DIR = @HTML_DIR@
 
158
INSTALL_DATA = @INSTALL_DATA@
 
159
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
160
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
161
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
162
INSTOBJEXT = @INSTOBJEXT@
 
163
INTLLIBS = @INTLLIBS@
 
164
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
165
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
166
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
167
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
168
INTLTOOL_ICONV = @INTLTOOL_ICONV@
 
169
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
170
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
171
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
172
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
173
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
 
174
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
175
INTLTOOL_PERL = @INTLTOOL_PERL@
 
176
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
177
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
178
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
179
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
180
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
181
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
182
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
183
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
184
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
185
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
186
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
187
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
188
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
189
LDFLAGS = @LDFLAGS@
 
190
LIBFAM_CFLAGS = @LIBFAM_CFLAGS@
 
191
LIBFAM_LIBS = @LIBFAM_LIBS@
 
192
LIBFAM_REQUIRED_VERSION = @LIBFAM_REQUIRED_VERSION@
 
193
LIBFAM_VERSION = @LIBFAM_VERSION@
 
194
LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
 
195
LIBJPEG_LIBS = @LIBJPEG_LIBS@
 
196
LIBOBJS = @LIBOBJS@
 
197
LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
 
198
LIBPNG_LIBS = @LIBPNG_LIBS@
 
199
LIBPNG_REQUIRED_VERSION = @LIBPNG_REQUIRED_VERSION@
 
200
LIBPNG_VERSION = @LIBPNG_VERSION@
 
201
LIBS = @LIBS@
 
202
LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@
 
203
LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@
 
204
LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@
 
205
LIBSTARTUP_NOTIFICATION_VERSION = @LIBSTARTUP_NOTIFICATION_VERSION@
 
206
LIBTOOL = @LIBTOOL@
 
207
LN_S = @LN_S@
 
208
LTLIBOBJS = @LTLIBOBJS@
 
209
MAINT = @MAINT@
 
210
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
211
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
212
MAKEINFO = @MAKEINFO@
 
213
MKINSTALLDIRS = @MKINSTALLDIRS@
 
214
MSGFMT = @MSGFMT@
 
215
OBJEXT = @OBJEXT@
 
216
PACKAGE = @PACKAGE@
 
217
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
218
PACKAGE_NAME = @PACKAGE_NAME@
 
219
PACKAGE_STRING = @PACKAGE_STRING@
 
220
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
221
PACKAGE_VERSION = @PACKAGE_VERSION@
 
222
PATH_SEPARATOR = @PATH_SEPARATOR@
 
223
PERL = @PERL@
 
224
PKG_CONFIG = @PKG_CONFIG@
 
225
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
 
226
PLATFORM_CPPFLAGS = @PLATFORM_CPPFLAGS@
 
227
PLATFORM_LDFLAGS = @PLATFORM_LDFLAGS@
 
228
POFILES = @POFILES@
 
229
POSUB = @POSUB@
 
230
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
231
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
232
RANLIB = @RANLIB@
 
233
SET_MAKE = @SET_MAKE@
 
234
SHELL = @SHELL@
 
235
STRIP = @STRIP@
 
236
TDB_U32_TYPE = @TDB_U32_TYPE@
 
237
THUNAR_VERINFO = @THUNAR_VERINFO@
 
238
THUNAR_VERSION_API = @THUNAR_VERSION_API@
 
239
THUNAR_VERSION_MAJOR = @THUNAR_VERSION_MAJOR@
 
240
THUNAR_VERSION_MICRO = @THUNAR_VERSION_MICRO@
 
241
THUNAR_VERSION_MINOR = @THUNAR_VERSION_MINOR@
 
242
USE_NLS = @USE_NLS@
 
243
VERSION = @VERSION@
 
244
XGETTEXT = @XGETTEXT@
 
245
XGETTEXT_ARGS = @XGETTEXT_ARGS@
 
246
ac_ct_AR = @ac_ct_AR@
 
247
ac_ct_CC = @ac_ct_CC@
 
248
ac_ct_CXX = @ac_ct_CXX@
 
249
ac_ct_F77 = @ac_ct_F77@
 
250
ac_ct_RANLIB = @ac_ct_RANLIB@
 
251
ac_ct_STRIP = @ac_ct_STRIP@
 
252
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
253
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
254
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
255
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
256
am__include = @am__include@
 
257
am__leading_dot = @am__leading_dot@
 
258
am__quote = @am__quote@
 
259
am__tar = @am__tar@
 
260
am__untar = @am__untar@
 
261
bindir = @bindir@
 
262
build = @build@
 
263
build_alias = @build_alias@
 
264
build_cpu = @build_cpu@
 
265
build_os = @build_os@
 
266
build_vendor = @build_vendor@
 
267
datadir = @datadir@
 
268
exec_prefix = @exec_prefix@
 
269
host = @host@
 
270
host_alias = @host_alias@
 
271
host_cpu = @host_cpu@
 
272
host_os = @host_os@
 
273
host_vendor = @host_vendor@
 
274
includedir = @includedir@
 
275
infodir = @infodir@
 
276
install_sh = @install_sh@
 
277
libdir = @libdir@
 
278
libexecdir = @libexecdir@
 
279
localedir = @localedir@
 
280
localstatedir = @localstatedir@
 
281
mandir = @mandir@
 
282
mkdir_p = @mkdir_p@
 
283
oldincludedir = @oldincludedir@
 
284
prefix = @prefix@
 
285
program_transform_name = @program_transform_name@
 
286
sbindir = @sbindir@
 
287
sharedstatedir = @sharedstatedir@
 
288
sysconfdir = @sysconfdir@
 
289
target = @target@
 
290
target_alias = @target_alias@
 
291
target_cpu = @target_cpu@
 
292
target_os = @target_os@
 
293
target_vendor = @target_vendor@
 
294
SUBDIRS = \
 
295
        data
 
296
 
 
297
INCLUDES = \
 
298
        -I$(top_srcdir)                                                 \
 
299
        -DEXO_API_SUBJECT_TO_CHANGE                                     \
 
300
        -DEXO_DISABLE_DEPRECATED                                        \
 
301
        -DG_LOG_DOMAIN=\"tests\"                                        \
 
302
        $(EXO_CFLAGS)                                                   \
 
303
        $(GTHREAD_CFLAGS)
 
304
 
 
305
TESTS_ENVIRONMENT = \
 
306
        PATH_FSTAB=$(srcdir)/data/test-thunar-vfs-volume-bsd.fstab
 
307
 
 
308
TESTS = \
 
309
        test-thunar-vfs-path                                            \
 
310
        test-thunar-vfs-volume-bsd
 
311
 
 
312
test_thunar_vfs_path_SOURCES = \
 
313
        test-thunar-vfs-path.c
 
314
 
 
315
test_thunar_vfs_path_DEPENDENCIES = \
 
316
        $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VERSION_API).la
 
317
 
 
318
test_thunar_vfs_path_LDADD = \
 
319
        $(GTHREAD_LIBS)                                                 \
 
320
        $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VERSION_API).la
 
321
 
 
322
test_thunar_vfs_volume_bsd_SOURCES = \
 
323
        test-thunar-vfs-volume-bsd.c
 
324
 
 
325
test_thunar_vfs_volume_bsd_DEPENDENCIES = \
 
326
        $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VERSION_API).la
 
327
 
 
328
test_thunar_vfs_volume_bsd_LDADD = \
 
329
        $(GTHREAD_LIBS)                                                 \
 
330
        $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VERSION_API).la
 
331
 
 
332
all: all-recursive
 
333
 
 
334
.SUFFIXES:
 
335
.SUFFIXES: .c .lo .o .obj
 
336
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
337
        @for dep in $?; do \
 
338
          case '$(am__configure_deps)' in \
 
339
            *$$dep*) \
 
340
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
341
                && exit 0; \
 
342
              exit 1;; \
 
343
          esac; \
 
344
        done; \
 
345
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
 
346
        cd $(top_srcdir) && \
 
347
          $(AUTOMAKE) --gnu  tests/Makefile
 
348
.PRECIOUS: Makefile
 
349
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
350
        @case '$?' in \
 
351
          *config.status*) \
 
352
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
353
          *) \
 
354
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
355
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
356
        esac;
 
357
 
 
358
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
359
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
360
 
 
361
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
362
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
363
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
364
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
365
 
 
366
clean-checkPROGRAMS:
 
367
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
368
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
369
          echo " rm -f $$p $$f"; \
 
370
          rm -f $$p $$f ; \
 
371
        done
 
372
test-thunar-vfs-path$(EXEEXT): $(test_thunar_vfs_path_OBJECTS) $(test_thunar_vfs_path_DEPENDENCIES) 
 
373
        @rm -f test-thunar-vfs-path$(EXEEXT)
 
374
        $(LINK) $(test_thunar_vfs_path_LDFLAGS) $(test_thunar_vfs_path_OBJECTS) $(test_thunar_vfs_path_LDADD) $(LIBS)
 
375
test-thunar-vfs-volume-bsd$(EXEEXT): $(test_thunar_vfs_volume_bsd_OBJECTS) $(test_thunar_vfs_volume_bsd_DEPENDENCIES) 
 
376
        @rm -f test-thunar-vfs-volume-bsd$(EXEEXT)
 
377
        $(LINK) $(test_thunar_vfs_volume_bsd_LDFLAGS) $(test_thunar_vfs_volume_bsd_OBJECTS) $(test_thunar_vfs_volume_bsd_LDADD) $(LIBS)
 
378
 
 
379
mostlyclean-compile:
 
380
        -rm -f *.$(OBJEXT)
 
381
 
 
382
distclean-compile:
 
383
        -rm -f *.tab.c
 
384
 
 
385
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-thunar-vfs-path.Po@am__quote@
 
386
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-thunar-vfs-volume-bsd.Po@am__quote@
 
387
 
 
388
.c.o:
 
389
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
390
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
393
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
394
 
 
395
.c.obj:
 
396
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
397
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
400
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
401
 
 
402
.c.lo:
 
403
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
404
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
407
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
408
 
 
409
mostlyclean-libtool:
 
410
        -rm -f *.lo
 
411
 
 
412
clean-libtool:
 
413
        -rm -rf .libs _libs
 
414
 
 
415
distclean-libtool:
 
416
        -rm -f libtool
 
417
uninstall-info-am:
 
418
 
 
419
# This directory's subdirectories are mostly independent; you can cd
 
420
# into them and run `make' without going through this Makefile.
 
421
# To change the values of `make' variables: instead of editing Makefiles,
 
422
# (1) if the variable is set in `config.status', edit `config.status'
 
423
#     (which will cause the Makefiles to be regenerated when you run `make');
 
424
# (2) otherwise, pass the desired values on the `make' command line.
 
425
$(RECURSIVE_TARGETS):
 
426
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
427
        dot_seen=no; \
 
428
        target=`echo $@ | sed s/-recursive//`; \
 
429
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
430
          echo "Making $$target in $$subdir"; \
 
431
          if test "$$subdir" = "."; then \
 
432
            dot_seen=yes; \
 
433
            local_target="$$target-am"; \
 
434
          else \
 
435
            local_target="$$target"; \
 
436
          fi; \
 
437
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
438
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
439
        done; \
 
440
        if test "$$dot_seen" = "no"; then \
 
441
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
442
        fi; test -z "$$fail"
 
443
 
 
444
mostlyclean-recursive clean-recursive distclean-recursive \
 
445
maintainer-clean-recursive:
 
446
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
447
        dot_seen=no; \
 
448
        case "$@" in \
 
449
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
450
          *) list='$(SUBDIRS)' ;; \
 
451
        esac; \
 
452
        rev=''; for subdir in $$list; do \
 
453
          if test "$$subdir" = "."; then :; else \
 
454
            rev="$$subdir $$rev"; \
 
455
          fi; \
 
456
        done; \
 
457
        rev="$$rev ."; \
 
458
        target=`echo $@ | sed s/-recursive//`; \
 
459
        for subdir in $$rev; do \
 
460
          echo "Making $$target in $$subdir"; \
 
461
          if test "$$subdir" = "."; then \
 
462
            local_target="$$target-am"; \
 
463
          else \
 
464
            local_target="$$target"; \
 
465
          fi; \
 
466
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
467
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
468
        done && test -z "$$fail"
 
469
tags-recursive:
 
470
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
471
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
472
        done
 
473
ctags-recursive:
 
474
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
475
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
476
        done
 
477
 
 
478
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
479
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
480
        unique=`for i in $$list; do \
 
481
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
482
          done | \
 
483
          $(AWK) '    { files[$$0] = 1; } \
 
484
               END { for (i in files) print i; }'`; \
 
485
        mkid -fID $$unique
 
486
tags: TAGS
 
487
 
 
488
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
489
                $(TAGS_FILES) $(LISP)
 
490
        tags=; \
 
491
        here=`pwd`; \
 
492
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
493
          include_option=--etags-include; \
 
494
          empty_fix=.; \
 
495
        else \
 
496
          include_option=--include; \
 
497
          empty_fix=; \
 
498
        fi; \
 
499
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
500
          if test "$$subdir" = .; then :; else \
 
501
            test ! -f $$subdir/TAGS || \
 
502
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
503
          fi; \
 
504
        done; \
 
505
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
506
        unique=`for i in $$list; do \
 
507
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
508
          done | \
 
509
          $(AWK) '    { files[$$0] = 1; } \
 
510
               END { for (i in files) print i; }'`; \
 
511
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
512
          test -n "$$unique" || unique=$$empty_fix; \
 
513
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
514
            $$tags $$unique; \
 
515
        fi
 
516
ctags: CTAGS
 
517
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
518
                $(TAGS_FILES) $(LISP)
 
519
        tags=; \
 
520
        here=`pwd`; \
 
521
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
522
        unique=`for i in $$list; do \
 
523
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
524
          done | \
 
525
          $(AWK) '    { files[$$0] = 1; } \
 
526
               END { for (i in files) print i; }'`; \
 
527
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
528
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
529
             $$tags $$unique
 
530
 
 
531
GTAGS:
 
532
        here=`$(am__cd) $(top_builddir) && pwd` \
 
533
          && cd $(top_srcdir) \
 
534
          && gtags -i $(GTAGS_ARGS) $$here
 
535
 
 
536
distclean-tags:
 
537
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
538
 
 
539
check-TESTS: $(TESTS)
 
540
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
541
        srcdir=$(srcdir); export srcdir; \
 
542
        list='$(TESTS)'; \
 
543
        if test -n "$$list"; then \
 
544
          for tst in $$list; do \
 
545
            if test -f ./$$tst; then dir=./; \
 
546
            elif test -f $$tst; then dir=; \
 
547
            else dir="$(srcdir)/"; fi; \
 
548
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
549
              all=`expr $$all + 1`; \
 
550
              case " $(XFAIL_TESTS) " in \
 
551
              *" $$tst "*) \
 
552
                xpass=`expr $$xpass + 1`; \
 
553
                failed=`expr $$failed + 1`; \
 
554
                echo "XPASS: $$tst"; \
 
555
              ;; \
 
556
              *) \
 
557
                echo "PASS: $$tst"; \
 
558
              ;; \
 
559
              esac; \
 
560
            elif test $$? -ne 77; then \
 
561
              all=`expr $$all + 1`; \
 
562
              case " $(XFAIL_TESTS) " in \
 
563
              *" $$tst "*) \
 
564
                xfail=`expr $$xfail + 1`; \
 
565
                echo "XFAIL: $$tst"; \
 
566
              ;; \
 
567
              *) \
 
568
                failed=`expr $$failed + 1`; \
 
569
                echo "FAIL: $$tst"; \
 
570
              ;; \
 
571
              esac; \
 
572
            else \
 
573
              skip=`expr $$skip + 1`; \
 
574
              echo "SKIP: $$tst"; \
 
575
            fi; \
 
576
          done; \
 
577
          if test "$$failed" -eq 0; then \
 
578
            if test "$$xfail" -eq 0; then \
 
579
              banner="All $$all tests passed"; \
 
580
            else \
 
581
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
582
            fi; \
 
583
          else \
 
584
            if test "$$xpass" -eq 0; then \
 
585
              banner="$$failed of $$all tests failed"; \
 
586
            else \
 
587
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
588
            fi; \
 
589
          fi; \
 
590
          dashes="$$banner"; \
 
591
          skipped=""; \
 
592
          if test "$$skip" -ne 0; then \
 
593
            skipped="($$skip tests were not run)"; \
 
594
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
595
              dashes="$$skipped"; \
 
596
          fi; \
 
597
          report=""; \
 
598
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
599
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
600
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
601
              dashes="$$report"; \
 
602
          fi; \
 
603
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
604
          echo "$$dashes"; \
 
605
          echo "$$banner"; \
 
606
          test -z "$$skipped" || echo "$$skipped"; \
 
607
          test -z "$$report" || echo "$$report"; \
 
608
          echo "$$dashes"; \
 
609
          test "$$failed" -eq 0; \
 
610
        else :; fi
 
611
 
 
612
distdir: $(DISTFILES)
 
613
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
614
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
615
        list='$(DISTFILES)'; for file in $$list; do \
 
616
          case $$file in \
 
617
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
618
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
619
          esac; \
 
620
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
621
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
622
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
623
            dir="/$$dir"; \
 
624
            $(mkdir_p) "$(distdir)$$dir"; \
 
625
          else \
 
626
            dir=''; \
 
627
          fi; \
 
628
          if test -d $$d/$$file; then \
 
629
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
630
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
631
            fi; \
 
632
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
633
          else \
 
634
            test -f $(distdir)/$$file \
 
635
            || cp -p $$d/$$file $(distdir)/$$file \
 
636
            || exit 1; \
 
637
          fi; \
 
638
        done
 
639
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
640
          if test "$$subdir" = .; then :; else \
 
641
            test -d "$(distdir)/$$subdir" \
 
642
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
643
            || exit 1; \
 
644
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
645
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
646
            (cd $$subdir && \
 
647
              $(MAKE) $(AM_MAKEFLAGS) \
 
648
                top_distdir="$$top_distdir" \
 
649
                distdir="$$distdir/$$subdir" \
 
650
                distdir) \
 
651
              || exit 1; \
 
652
          fi; \
 
653
        done
 
654
check-am: all-am
 
655
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
656
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
657
check: check-recursive
 
658
all-am: Makefile
 
659
installdirs: installdirs-recursive
 
660
installdirs-am:
 
661
install: install-recursive
 
662
install-exec: install-exec-recursive
 
663
install-data: install-data-recursive
 
664
uninstall: uninstall-recursive
 
665
 
 
666
install-am: all-am
 
667
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
668
 
 
669
installcheck: installcheck-recursive
 
670
install-strip:
 
671
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
672
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
673
          `test -z '$(STRIP)' || \
 
674
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
675
mostlyclean-generic:
 
676
 
 
677
clean-generic:
 
678
 
 
679
distclean-generic:
 
680
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
681
 
 
682
maintainer-clean-generic:
 
683
        @echo "This command is intended for maintainers to use"
 
684
        @echo "it deletes files that may require special tools to rebuild."
 
685
clean: clean-recursive
 
686
 
 
687
clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \
 
688
        mostlyclean-am
 
689
 
 
690
distclean: distclean-recursive
 
691
        -rm -rf ./$(DEPDIR)
 
692
        -rm -f Makefile
 
693
distclean-am: clean-am distclean-compile distclean-generic \
 
694
        distclean-libtool distclean-tags
 
695
 
 
696
dvi: dvi-recursive
 
697
 
 
698
dvi-am:
 
699
 
 
700
html: html-recursive
 
701
 
 
702
info: info-recursive
 
703
 
 
704
info-am:
 
705
 
 
706
install-data-am:
 
707
 
 
708
install-exec-am:
 
709
 
 
710
install-info: install-info-recursive
 
711
 
 
712
install-man:
 
713
 
 
714
installcheck-am:
 
715
 
 
716
maintainer-clean: maintainer-clean-recursive
 
717
        -rm -rf ./$(DEPDIR)
 
718
        -rm -f Makefile
 
719
maintainer-clean-am: distclean-am maintainer-clean-generic
 
720
 
 
721
mostlyclean: mostlyclean-recursive
 
722
 
 
723
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
724
        mostlyclean-libtool
 
725
 
 
726
pdf: pdf-recursive
 
727
 
 
728
pdf-am:
 
729
 
 
730
ps: ps-recursive
 
731
 
 
732
ps-am:
 
733
 
 
734
uninstall-am: uninstall-info-am
 
735
 
 
736
uninstall-info: uninstall-info-recursive
 
737
 
 
738
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-TESTS \
 
739
        check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
 
740
        clean-local clean-recursive ctags ctags-recursive distclean \
 
741
        distclean-compile distclean-generic distclean-libtool \
 
742
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
743
        html-am info info-am install install-am install-data \
 
744
        install-data-am install-exec install-exec-am install-info \
 
745
        install-info-am install-man install-strip installcheck \
 
746
        installcheck-am installdirs installdirs-am maintainer-clean \
 
747
        maintainer-clean-generic maintainer-clean-recursive \
 
748
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
749
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
750
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
751
 
 
752
 
 
753
clean-local:
 
754
        rm -f *.core core core.*
 
755
 
 
756
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
757
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
758
# Otherwise a system limit (for SysV at least) may be exceeded.
 
759
.NOEXPORT: