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

« back to all changes in this revision

Viewing changes to tests/data/Makefile.in

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
# $Id: Makefile.am 18843 2005-11-14 14:25:58Z benny $
 
18
# $Id$
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
45
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
48
CONFIG_HEADER = $(top_builddir)/config.h
47
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
SOURCES =
49
52
DIST_SOURCES =
50
53
DATA = $(noinst_DATA)
116
119
GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
117
120
GTHREAD_VERSION = @GTHREAD_VERSION@
118
121
GTKDOC_CHECK = @GTKDOC_CHECK@
 
122
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
123
GTKDOC_REBASE = @GTKDOC_REBASE@
119
124
GTK_CFLAGS = @GTK_CFLAGS@
120
125
GTK_LIBS = @GTK_LIBS@
121
126
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
136
141
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137
142
INSTOBJEXT = @INSTOBJEXT@
138
143
INTLLIBS = @INTLLIBS@
139
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
140
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
141
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
142
144
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
143
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
144
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
145
145
INTLTOOL_MERGE = @INTLTOOL_MERGE@
146
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
147
146
INTLTOOL_PERL = @INTLTOOL_PERL@
148
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
149
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
150
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
151
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
152
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
153
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
154
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
155
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
156
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
157
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
158
147
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
159
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
160
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
161
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
162
148
LD = @LD@
163
149
LDFLAGS = @LDFLAGS@
164
150
LIBFAM_CFLAGS = @LIBFAM_CFLAGS@
204
190
MSGMERGE = @MSGMERGE@
205
191
NM = @NM@
206
192
NMEDIT = @NMEDIT@
 
193
OBJDUMP = @OBJDUMP@
207
194
OBJEXT = @OBJEXT@
208
195
OTOOL = @OTOOL@
209
196
OTOOL64 = @OTOOL64@
212
199
PACKAGE_NAME = @PACKAGE_NAME@
213
200
PACKAGE_STRING = @PACKAGE_STRING@
214
201
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
202
PACKAGE_URL = @PACKAGE_URL@
215
203
PACKAGE_VERSION = @PACKAGE_VERSION@
216
204
PATH_SEPARATOR = @PATH_SEPARATOR@
217
205
PCRE_CFLAGS = @PCRE_CFLAGS@
302
290
target_cpu = @target_cpu@
303
291
target_os = @target_os@
304
292
target_vendor = @target_vendor@
 
293
top_build_prefix = @top_build_prefix@
305
294
top_builddir = @top_builddir@
306
295
top_srcdir = @top_srcdir@
307
296
xfconf_query_found = @xfconf_query_found@
318
307
        @for dep in $?; do \
319
308
          case '$(am__configure_deps)' in \
320
309
            *$$dep*) \
321
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
322
 
                && exit 0; \
 
310
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
311
                && { if test -f $@; then exit 0; else break; fi; }; \
323
312
              exit 1;; \
324
313
          esac; \
325
314
        done; \
326
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/data/Makefile'; \
327
 
        cd $(top_srcdir) && \
328
 
          $(AUTOMAKE) --gnu  tests/data/Makefile
 
315
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/data/Makefile'; \
 
316
        $(am__cd) $(top_srcdir) && \
 
317
          $(AUTOMAKE) --gnu tests/data/Makefile
329
318
.PRECIOUS: Makefile
330
319
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
331
320
        @case '$?' in \
343
332
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344
333
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
345
334
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
335
$(am__aclocal_m4_deps):
346
336
 
347
337
mostlyclean-libtool:
348
338
        -rm -f *.lo
372
362
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
373
363
          if test -d $$d/$$file; then \
374
364
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
365
            if test -d "$(distdir)/$$file"; then \
 
366
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
367
            fi; \
375
368
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
376
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
369
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
370
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
377
371
            fi; \
378
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
372
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
379
373
          else \
380
 
            test -f $(distdir)/$$file \
381
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
374
            test -f "$(distdir)/$$file" \
 
375
            || cp -p $$d/$$file "$(distdir)/$$file" \
382
376
            || exit 1; \
383
377
          fi; \
384
378
        done
406
400
 
407
401
distclean-generic:
408
402
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
403
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
409
404
 
410
405
maintainer-clean-generic:
411
406
        @echo "This command is intended for maintainers to use"
424
419
 
425
420
html: html-am
426
421
 
 
422
html-am:
 
423
 
427
424
info: info-am
428
425
 
429
426
info-am:
432
429
 
433
430
install-dvi: install-dvi-am
434
431
 
 
432
install-dvi-am:
 
433
 
435
434
install-exec-am:
436
435
 
437
436
install-html: install-html-am
438
437
 
 
438
install-html-am:
 
439
 
439
440
install-info: install-info-am
440
441
 
 
442
install-info-am:
 
443
 
441
444
install-man:
442
445
 
443
446
install-pdf: install-pdf-am
444
447
 
 
448
install-pdf-am:
 
449
 
445
450
install-ps: install-ps-am
446
451
 
 
452
install-ps-am:
 
453
 
447
454
installcheck-am:
448
455
 
449
456
maintainer-clean: maintainer-clean-am
479
486
 
480
487
 
481
488
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
489
 
482
490
# Tell versions [3.59,3.63) of GNU make to not export all variables.
483
491
# Otherwise a system limit (for SysV at least) may be exceeded.
484
492
.NOEXPORT: