~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to src/fs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-02-15 18:46:13 UTC
  • mfrom: (21.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110215184613-1u3dh5sz4i055flk
Tags: 3.1.10-1ubuntu1
* Merge from debian unstable. (LP: #719283)  Remaining changes:
  - debian/patches/18-fix-ftbfs-binutils-gold.dpatch: Add library linker into
    LIBS instead to LDFLAGS to fixing FTBFS binutils-gold.
* Drop Ubuntu configuration for ufw which landed in Debian and sync it: 
  - debian/squid3.ufw.profile.

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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
35
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
36
38
        $(top_srcdir)/src/Common.am
37
39
check_PROGRAMS =
 
40
@USE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
38
41
subdir = src/fs
39
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41
 
        $(top_srcdir)/configure.in
 
44
        $(top_srcdir)/configure.ac
42
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
46
        $(ACLOCAL_M4)
44
47
mkinstalldirs = $(install_sh) -d
45
48
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
46
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
47
51
LTLIBRARIES = $(noinst_LTLIBRARIES)
48
52
libaufs_la_LIBADD =
49
53
am_libaufs_la_OBJECTS = StoreFSaufs.lo
65
69
DEFAULT_INCLUDES = 
66
70
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
67
71
am__depfiles_maybe = depfiles
 
72
am__mv = mv -f
68
73
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69
74
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70
75
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91
96
        $(libufs_la_SOURCES)
92
97
ETAGS = etags
93
98
CTAGS = ctags
 
99
am__tty_colors = \
 
100
red=; grn=; lgn=; blu=; std=
94
101
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
102
ACLOCAL = @ACLOCAL@
96
103
ADAPTATION_LIBS = @ADAPTATION_LIBS@
199
206
PACKAGE_NAME = @PACKAGE_NAME@
200
207
PACKAGE_STRING = @PACKAGE_STRING@
201
208
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
209
PACKAGE_URL = @PACKAGE_URL@
202
210
PACKAGE_VERSION = @PACKAGE_VERSION@
203
211
PATH_SEPARATOR = @PATH_SEPARATOR@
204
212
PERL = @PERL@
267
275
libexecdir = @libexecdir@
268
276
localedir = @localedir@
269
277
localstatedir = @localstatedir@
270
 
lt_ECHO = @lt_ECHO@
271
278
ltdl_LIBOBJS = @ltdl_LIBOBJS@
272
279
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
273
280
makesnmplib = @makesnmplib@
293
300
CLEANFILES = testHeaders
294
301
TESTS = testHeaders
295
302
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src \
296
 
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) -I$(srcdir)
 
303
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(am__append_1) \
 
304
        -I$(srcdir)
297
305
EXTRA_LTLIBRARIES = libaufs.la libdiskd.la libcoss.la libufs.la
298
306
noinst_LTLIBRARIES = $(STORE_LIBS_TO_BUILD) libfs.la
299
307
 
337
345
        @for dep in $?; do \
338
346
          case '$(am__configure_deps)' in \
339
347
            *$$dep*) \
340
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
341
 
                && exit 0; \
 
348
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
349
                && { if test -f $@; then exit 0; else break; fi; }; \
342
350
              exit 1;; \
343
351
          esac; \
344
352
        done; \
345
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/fs/Makefile'; \
346
 
        cd $(top_srcdir) && \
347
 
          $(AUTOMAKE) --foreign  src/fs/Makefile
 
353
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/fs/Makefile'; \
 
354
        $(am__cd) $(top_srcdir) && \
 
355
          $(AUTOMAKE) --foreign src/fs/Makefile
348
356
.PRECIOUS: Makefile
349
357
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350
358
        @case '$?' in \
362
370
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363
371
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364
372
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
373
$(am__aclocal_m4_deps):
365
374
 
366
375
clean-noinstLTLIBRARIES:
367
376
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
383
392
        $(CXXLINK)  $(libufs_la_OBJECTS) $(libufs_la_LIBADD) $(LIBS)
384
393
 
385
394
clean-checkPROGRAMS:
386
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
387
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
388
 
          echo " rm -f $$p $$f"; \
389
 
          rm -f $$p $$f ; \
390
 
        done
 
395
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
396
        echo " rm -f" $$list; \
 
397
        rm -f $$list || exit $$?; \
 
398
        test -n "$(EXEEXT)" || exit 0; \
 
399
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
400
        echo " rm -f" $$list; \
 
401
        rm -f $$list
391
402
 
392
403
mostlyclean-compile:
393
404
        -rm -f *.$(OBJEXT)
408
419
 
409
420
.cc.o:
410
421
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
422
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412
423
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413
424
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414
425
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
415
426
 
416
427
.cc.obj:
417
428
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
418
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
429
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
419
430
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420
431
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421
432
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
422
433
 
423
434
.cc.lo:
424
435
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
425
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
436
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
426
437
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
427
438
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428
439
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
429
440
 
430
441
StoreFSaufs.lo: aufs/StoreFSaufs.cc
431
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFSaufs.lo -MD -MP -MF $(DEPDIR)/StoreFSaufs.Tpo -c -o StoreFSaufs.lo `test -f 'aufs/StoreFSaufs.cc' || echo '$(srcdir)/'`aufs/StoreFSaufs.cc
432
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/StoreFSaufs.Tpo $(DEPDIR)/StoreFSaufs.Plo
 
442
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFSaufs.lo -MD -MP -MF $(DEPDIR)/StoreFSaufs.Tpo -c -o StoreFSaufs.lo `test -f 'aufs/StoreFSaufs.cc' || echo '$(srcdir)/'`aufs/StoreFSaufs.cc
 
443
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/StoreFSaufs.Tpo $(DEPDIR)/StoreFSaufs.Plo
433
444
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='aufs/StoreFSaufs.cc' object='StoreFSaufs.lo' libtool=yes @AMDEPBACKSLASH@
434
445
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFSaufs.lo `test -f 'aufs/StoreFSaufs.cc' || echo '$(srcdir)/'`aufs/StoreFSaufs.cc
 
446
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFSaufs.lo `test -f 'aufs/StoreFSaufs.cc' || echo '$(srcdir)/'`aufs/StoreFSaufs.cc
436
447
 
437
448
StoreFScoss.lo: coss/StoreFScoss.cc
438
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFScoss.lo -MD -MP -MF $(DEPDIR)/StoreFScoss.Tpo -c -o StoreFScoss.lo `test -f 'coss/StoreFScoss.cc' || echo '$(srcdir)/'`coss/StoreFScoss.cc
439
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/StoreFScoss.Tpo $(DEPDIR)/StoreFScoss.Plo
 
449
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFScoss.lo -MD -MP -MF $(DEPDIR)/StoreFScoss.Tpo -c -o StoreFScoss.lo `test -f 'coss/StoreFScoss.cc' || echo '$(srcdir)/'`coss/StoreFScoss.cc
 
450
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/StoreFScoss.Tpo $(DEPDIR)/StoreFScoss.Plo
440
451
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='coss/StoreFScoss.cc' object='StoreFScoss.lo' libtool=yes @AMDEPBACKSLASH@
441
452
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFScoss.lo `test -f 'coss/StoreFScoss.cc' || echo '$(srcdir)/'`coss/StoreFScoss.cc
 
453
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFScoss.lo `test -f 'coss/StoreFScoss.cc' || echo '$(srcdir)/'`coss/StoreFScoss.cc
443
454
 
444
455
store_io_coss.lo: coss/store_io_coss.cc
445
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT store_io_coss.lo -MD -MP -MF $(DEPDIR)/store_io_coss.Tpo -c -o store_io_coss.lo `test -f 'coss/store_io_coss.cc' || echo '$(srcdir)/'`coss/store_io_coss.cc
446
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/store_io_coss.Tpo $(DEPDIR)/store_io_coss.Plo
 
456
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT store_io_coss.lo -MD -MP -MF $(DEPDIR)/store_io_coss.Tpo -c -o store_io_coss.lo `test -f 'coss/store_io_coss.cc' || echo '$(srcdir)/'`coss/store_io_coss.cc
 
457
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/store_io_coss.Tpo $(DEPDIR)/store_io_coss.Plo
447
458
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='coss/store_io_coss.cc' object='store_io_coss.lo' libtool=yes @AMDEPBACKSLASH@
448
459
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o store_io_coss.lo `test -f 'coss/store_io_coss.cc' || echo '$(srcdir)/'`coss/store_io_coss.cc
 
460
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o store_io_coss.lo `test -f 'coss/store_io_coss.cc' || echo '$(srcdir)/'`coss/store_io_coss.cc
450
461
 
451
462
store_dir_coss.lo: coss/store_dir_coss.cc
452
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT store_dir_coss.lo -MD -MP -MF $(DEPDIR)/store_dir_coss.Tpo -c -o store_dir_coss.lo `test -f 'coss/store_dir_coss.cc' || echo '$(srcdir)/'`coss/store_dir_coss.cc
453
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/store_dir_coss.Tpo $(DEPDIR)/store_dir_coss.Plo
 
463
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT store_dir_coss.lo -MD -MP -MF $(DEPDIR)/store_dir_coss.Tpo -c -o store_dir_coss.lo `test -f 'coss/store_dir_coss.cc' || echo '$(srcdir)/'`coss/store_dir_coss.cc
 
464
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/store_dir_coss.Tpo $(DEPDIR)/store_dir_coss.Plo
454
465
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='coss/store_dir_coss.cc' object='store_dir_coss.lo' libtool=yes @AMDEPBACKSLASH@
455
466
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o store_dir_coss.lo `test -f 'coss/store_dir_coss.cc' || echo '$(srcdir)/'`coss/store_dir_coss.cc
 
467
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o store_dir_coss.lo `test -f 'coss/store_dir_coss.cc' || echo '$(srcdir)/'`coss/store_dir_coss.cc
457
468
 
458
469
StoreFSdiskd.lo: diskd/StoreFSdiskd.cc
459
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFSdiskd.lo -MD -MP -MF $(DEPDIR)/StoreFSdiskd.Tpo -c -o StoreFSdiskd.lo `test -f 'diskd/StoreFSdiskd.cc' || echo '$(srcdir)/'`diskd/StoreFSdiskd.cc
460
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/StoreFSdiskd.Tpo $(DEPDIR)/StoreFSdiskd.Plo
 
470
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFSdiskd.lo -MD -MP -MF $(DEPDIR)/StoreFSdiskd.Tpo -c -o StoreFSdiskd.lo `test -f 'diskd/StoreFSdiskd.cc' || echo '$(srcdir)/'`diskd/StoreFSdiskd.cc
 
471
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/StoreFSdiskd.Tpo $(DEPDIR)/StoreFSdiskd.Plo
461
472
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='diskd/StoreFSdiskd.cc' object='StoreFSdiskd.lo' libtool=yes @AMDEPBACKSLASH@
462
473
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFSdiskd.lo `test -f 'diskd/StoreFSdiskd.cc' || echo '$(srcdir)/'`diskd/StoreFSdiskd.cc
 
474
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFSdiskd.lo `test -f 'diskd/StoreFSdiskd.cc' || echo '$(srcdir)/'`diskd/StoreFSdiskd.cc
464
475
 
465
476
StoreFSufs.lo: ufs/StoreFSufs.cc
466
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFSufs.lo -MD -MP -MF $(DEPDIR)/StoreFSufs.Tpo -c -o StoreFSufs.lo `test -f 'ufs/StoreFSufs.cc' || echo '$(srcdir)/'`ufs/StoreFSufs.cc
467
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/StoreFSufs.Tpo $(DEPDIR)/StoreFSufs.Plo
 
477
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFSufs.lo -MD -MP -MF $(DEPDIR)/StoreFSufs.Tpo -c -o StoreFSufs.lo `test -f 'ufs/StoreFSufs.cc' || echo '$(srcdir)/'`ufs/StoreFSufs.cc
 
478
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/StoreFSufs.Tpo $(DEPDIR)/StoreFSufs.Plo
468
479
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ufs/StoreFSufs.cc' object='StoreFSufs.lo' libtool=yes @AMDEPBACKSLASH@
469
480
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFSufs.lo `test -f 'ufs/StoreFSufs.cc' || echo '$(srcdir)/'`ufs/StoreFSufs.cc
 
481
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFSufs.lo `test -f 'ufs/StoreFSufs.cc' || echo '$(srcdir)/'`ufs/StoreFSufs.cc
471
482
 
472
483
store_dir_ufs.lo: ufs/store_dir_ufs.cc
473
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT store_dir_ufs.lo -MD -MP -MF $(DEPDIR)/store_dir_ufs.Tpo -c -o store_dir_ufs.lo `test -f 'ufs/store_dir_ufs.cc' || echo '$(srcdir)/'`ufs/store_dir_ufs.cc
474
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/store_dir_ufs.Tpo $(DEPDIR)/store_dir_ufs.Plo
 
484
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT store_dir_ufs.lo -MD -MP -MF $(DEPDIR)/store_dir_ufs.Tpo -c -o store_dir_ufs.lo `test -f 'ufs/store_dir_ufs.cc' || echo '$(srcdir)/'`ufs/store_dir_ufs.cc
 
485
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/store_dir_ufs.Tpo $(DEPDIR)/store_dir_ufs.Plo
475
486
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ufs/store_dir_ufs.cc' object='store_dir_ufs.lo' libtool=yes @AMDEPBACKSLASH@
476
487
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o store_dir_ufs.lo `test -f 'ufs/store_dir_ufs.cc' || echo '$(srcdir)/'`ufs/store_dir_ufs.cc
 
488
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o store_dir_ufs.lo `test -f 'ufs/store_dir_ufs.cc' || echo '$(srcdir)/'`ufs/store_dir_ufs.cc
478
489
 
479
490
store_io_ufs.lo: ufs/store_io_ufs.cc
480
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT store_io_ufs.lo -MD -MP -MF $(DEPDIR)/store_io_ufs.Tpo -c -o store_io_ufs.lo `test -f 'ufs/store_io_ufs.cc' || echo '$(srcdir)/'`ufs/store_io_ufs.cc
481
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/store_io_ufs.Tpo $(DEPDIR)/store_io_ufs.Plo
 
491
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT store_io_ufs.lo -MD -MP -MF $(DEPDIR)/store_io_ufs.Tpo -c -o store_io_ufs.lo `test -f 'ufs/store_io_ufs.cc' || echo '$(srcdir)/'`ufs/store_io_ufs.cc
 
492
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/store_io_ufs.Tpo $(DEPDIR)/store_io_ufs.Plo
482
493
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ufs/store_io_ufs.cc' object='store_io_ufs.lo' libtool=yes @AMDEPBACKSLASH@
483
494
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o store_io_ufs.lo `test -f 'ufs/store_io_ufs.cc' || echo '$(srcdir)/'`ufs/store_io_ufs.cc
 
495
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o store_io_ufs.lo `test -f 'ufs/store_io_ufs.cc' || echo '$(srcdir)/'`ufs/store_io_ufs.cc
485
496
 
486
497
ufscommon.lo: ufs/ufscommon.cc
487
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ufscommon.lo -MD -MP -MF $(DEPDIR)/ufscommon.Tpo -c -o ufscommon.lo `test -f 'ufs/ufscommon.cc' || echo '$(srcdir)/'`ufs/ufscommon.cc
488
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ufscommon.Tpo $(DEPDIR)/ufscommon.Plo
 
498
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ufscommon.lo -MD -MP -MF $(DEPDIR)/ufscommon.Tpo -c -o ufscommon.lo `test -f 'ufs/ufscommon.cc' || echo '$(srcdir)/'`ufs/ufscommon.cc
 
499
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/ufscommon.Tpo $(DEPDIR)/ufscommon.Plo
489
500
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ufs/ufscommon.cc' object='ufscommon.lo' libtool=yes @AMDEPBACKSLASH@
490
501
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ufscommon.lo `test -f 'ufs/ufscommon.cc' || echo '$(srcdir)/'`ufs/ufscommon.cc
 
502
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ufscommon.lo `test -f 'ufs/ufscommon.cc' || echo '$(srcdir)/'`ufs/ufscommon.cc
492
503
 
493
504
mostlyclean-libtool:
494
505
        -rm -f *.lo
501
512
        unique=`for i in $$list; do \
502
513
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503
514
          done | \
504
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
515
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
505
516
              END { if (nonempty) { for (i in files) print i; }; }'`; \
506
517
        mkid -fID $$unique
507
518
tags: TAGS
508
519
 
509
520
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
510
521
                $(TAGS_FILES) $(LISP)
511
 
        tags=; \
 
522
        set x; \
512
523
        here=`pwd`; \
513
524
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
514
525
        unique=`for i in $$list; do \
516
527
          done | \
517
528
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518
529
              END { if (nonempty) { for (i in files) print i; }; }'`; \
519
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
530
        shift; \
 
531
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
520
532
          test -n "$$unique" || unique=$$empty_fix; \
521
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522
 
            $$tags $$unique; \
 
533
          if test $$# -gt 0; then \
 
534
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
535
              "$$@" $$unique; \
 
536
          else \
 
537
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
538
              $$unique; \
 
539
          fi; \
523
540
        fi
524
541
ctags: CTAGS
525
542
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
526
543
                $(TAGS_FILES) $(LISP)
527
 
        tags=; \
528
544
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
529
545
        unique=`for i in $$list; do \
530
546
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531
547
          done | \
532
548
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
533
549
              END { if (nonempty) { for (i in files) print i; }; }'`; \
534
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
550
        test -z "$(CTAGS_ARGS)$$unique" \
535
551
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
536
 
             $$tags $$unique
 
552
             $$unique
537
553
 
538
554
GTAGS:
539
555
        here=`$(am__cd) $(top_builddir) && pwd` \
540
 
          && cd $(top_srcdir) \
541
 
          && gtags -i $(GTAGS_ARGS) $$here
 
556
          && $(am__cd) $(top_srcdir) \
 
557
          && gtags -i $(GTAGS_ARGS) "$$here"
542
558
 
543
559
distclean-tags:
544
560
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
545
561
 
546
562
check-TESTS: $(TESTS)
547
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
563
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
548
564
        srcdir=$(srcdir); export srcdir; \
549
565
        list=' $(TESTS) '; \
 
566
        $(am__tty_colors); \
550
567
        if test -n "$$list"; then \
551
568
          for tst in $$list; do \
552
569
            if test -f ./$$tst; then dir=./; \
555
572
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
556
573
              all=`expr $$all + 1`; \
557
574
              case " $(XFAIL_TESTS) " in \
558
 
              *$$ws$$tst$$ws*) \
 
575
              *[\ \     ]$$tst[\ \      ]*) \
559
576
                xpass=`expr $$xpass + 1`; \
560
577
                failed=`expr $$failed + 1`; \
561
 
                echo "XPASS: $$tst"; \
 
578
                col=$$red; res=XPASS; \
562
579
              ;; \
563
580
              *) \
564
 
                echo "PASS: $$tst"; \
 
581
                col=$$grn; res=PASS; \
565
582
              ;; \
566
583
              esac; \
567
584
            elif test $$? -ne 77; then \
568
585
              all=`expr $$all + 1`; \
569
586
              case " $(XFAIL_TESTS) " in \
570
 
              *$$ws$$tst$$ws*) \
 
587
              *[\ \     ]$$tst[\ \      ]*) \
571
588
                xfail=`expr $$xfail + 1`; \
572
 
                echo "XFAIL: $$tst"; \
 
589
                col=$$lgn; res=XFAIL; \
573
590
              ;; \
574
591
              *) \
575
592
                failed=`expr $$failed + 1`; \
576
 
                echo "FAIL: $$tst"; \
 
593
                col=$$red; res=FAIL; \
577
594
              ;; \
578
595
              esac; \
579
596
            else \
580
597
              skip=`expr $$skip + 1`; \
581
 
              echo "SKIP: $$tst"; \
 
598
              col=$$blu; res=SKIP; \
582
599
            fi; \
 
600
            echo "$${col}$$res$${std}: $$tst"; \
583
601
          done; \
 
602
          if test "$$all" -eq 1; then \
 
603
            tests="test"; \
 
604
            All=""; \
 
605
          else \
 
606
            tests="tests"; \
 
607
            All="All "; \
 
608
          fi; \
584
609
          if test "$$failed" -eq 0; then \
585
610
            if test "$$xfail" -eq 0; then \
586
 
              banner="All $$all tests passed"; \
 
611
              banner="$$All$$all $$tests passed"; \
587
612
            else \
588
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
613
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
614
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
589
615
            fi; \
590
616
          else \
591
617
            if test "$$xpass" -eq 0; then \
592
 
              banner="$$failed of $$all tests failed"; \
 
618
              banner="$$failed of $$all $$tests failed"; \
593
619
            else \
594
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
620
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
621
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
595
622
            fi; \
596
623
          fi; \
597
624
          dashes="$$banner"; \
598
625
          skipped=""; \
599
626
          if test "$$skip" -ne 0; then \
600
 
            skipped="($$skip tests were not run)"; \
 
627
            if test "$$skip" -eq 1; then \
 
628
              skipped="($$skip test was not run)"; \
 
629
            else \
 
630
              skipped="($$skip tests were not run)"; \
 
631
            fi; \
601
632
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
602
633
              dashes="$$skipped"; \
603
634
          fi; \
608
639
              dashes="$$report"; \
609
640
          fi; \
610
641
          dashes=`echo "$$dashes" | sed s/./=/g`; \
611
 
          echo "$$dashes"; \
 
642
          if test "$$failed" -eq 0; then \
 
643
            echo "$$grn$$dashes"; \
 
644
          else \
 
645
            echo "$$red$$dashes"; \
 
646
          fi; \
612
647
          echo "$$banner"; \
613
648
          test -z "$$skipped" || echo "$$skipped"; \
614
649
          test -z "$$report" || echo "$$report"; \
615
 
          echo "$$dashes"; \
 
650
          echo "$$dashes$$std"; \
616
651
          test "$$failed" -eq 0; \
617
652
        else :; fi
618
653
 
632
667
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
633
668
          if test -d $$d/$$file; then \
634
669
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
670
            if test -d "$(distdir)/$$file"; then \
 
671
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
672
            fi; \
635
673
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
636
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
674
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
675
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637
676
            fi; \
638
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
677
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
639
678
          else \
640
 
            test -f $(distdir)/$$file \
641
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
679
            test -f "$(distdir)/$$file" \
 
680
            || cp -p $$d/$$file "$(distdir)/$$file" \
642
681
            || exit 1; \
643
682
          fi; \
644
683
        done
669
708
 
670
709
distclean-generic:
671
710
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
711
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
672
712
 
673
713
maintainer-clean-generic:
674
714
        @echo "This command is intended for maintainers to use"
690
730
 
691
731
html: html-am
692
732
 
 
733
html-am:
 
734
 
693
735
info: info-am
694
736
 
695
737
info-am:
698
740
 
699
741
install-dvi: install-dvi-am
700
742
 
 
743
install-dvi-am:
 
744
 
701
745
install-exec-am:
702
746
 
703
747
install-html: install-html-am
704
748
 
 
749
install-html-am:
 
750
 
705
751
install-info: install-info-am
706
752
 
 
753
install-info-am:
 
754
 
707
755
install-man:
708
756
 
709
757
install-pdf: install-pdf-am
710
758
 
 
759
install-pdf-am:
 
760
 
711
761
install-ps: install-ps-am
712
762
 
 
763
install-ps-am:
 
764
 
713
765
installcheck-am:
714
766
 
715
767
maintainer-clean: maintainer-clean-am
732
784
 
733
785
uninstall-am:
734
786
 
735
 
.MAKE: install-am install-strip
 
787
.MAKE: check-am install-am install-strip
736
788
 
737
789
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
738
790
        clean-checkPROGRAMS clean-generic clean-libtool \
761
813
        $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)/coss" || exit 1
762
814
 
763
815
.PHONY: testHeaders
 
816
 
764
817
# Tell versions [3.59,3.63) of GNU make to not export all variables.
765
818
# Otherwise a system limit (for SysV at least) may be exceeded.
766
819
.NOEXPORT: