~ubuntu-branches/ubuntu/maverick/schroot/maverick

« back to all changes in this revision

Viewing changes to etc/default/generic/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2010-07-06 23:34:30 UTC
  • mfrom: (1.1.24 upstream) (2.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100706233430-0xhzqj6105yuyvb1
Tags: 1.4.7-1
* New upstream stable release.
* Use standards version 3.9.0.
* Correctly distribute profile conffiles (Closes: #588247).  Thanks
  to Mario Holbe.
* Update it and zh_CN translations.  Thanks to Vincenzo Campanella
  and Ji ZhengYu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
# schroot Makefile template
19
 
#
20
 
#
21
 
# Copyright © 2004-2009  Roger Leigh <rleigh@debian.org>
22
 
#
23
 
# schroot is free software: you can redistribute it and/or modify it
24
 
# under the terms of the GNU General Public License as published by
25
 
# the Free Software Foundation, either version 3 of the License, or
26
 
# (at your option) any later version.
27
 
#
28
 
# schroot is distributed in the hope that it will be useful, but
29
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
30
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
31
 
# General Public License for more details.
32
 
#
33
 
# You should have received a copy of the GNU General Public License
34
 
# along with this program.  If not, see
35
 
# <http://www.gnu.org/licenses/>.
36
 
#
37
 
#####################################################################
38
 
 
39
 
# schroot Makefile template
40
 
#
41
 
#
42
 
# Copyright © 2004-2007  Roger Leigh <rleigh@debian.org>
43
 
#
44
 
# schroot is free software: you can redistribute it and/or modify it
45
 
# under the terms of the GNU General Public License as published by
46
 
# the Free Software Foundation, either version 3 of the License, or
47
 
# (at your option) any later version.
48
 
#
49
 
# schroot is distributed in the hope that it will be useful, but
50
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
51
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
52
 
# General Public License for more details.
53
 
#
54
 
# You should have received a copy of the GNU General Public License
55
 
# along with this program.  If not, see
56
 
# <http://www.gnu.org/licenses/>.
57
 
#
58
 
#####################################################################
59
 
 
60
 
VPATH = @srcdir@
61
 
pkgdatadir = $(datadir)/@PACKAGE@
62
 
pkgincludedir = $(includedir)/@PACKAGE@
63
 
pkglibdir = $(libdir)/@PACKAGE@
64
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
65
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66
 
install_sh_DATA = $(install_sh) -c -m 644
67
 
install_sh_PROGRAM = $(install_sh) -c
68
 
install_sh_SCRIPT = $(install_sh) -c
69
 
INSTALL_HEADER = $(INSTALL_DATA)
70
 
transform = $(program_transform_name)
71
 
NORMAL_INSTALL = :
72
 
PRE_INSTALL = :
73
 
POST_INSTALL = :
74
 
NORMAL_UNINSTALL = :
75
 
PRE_UNINSTALL = :
76
 
POST_UNINSTALL = :
77
 
build_triplet = @build@
78
 
host_triplet = @host@
79
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
80
 
        $(top_srcdir)/scripts/global.mk
81
 
subdir = etc/default/generic
82
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83
 
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
84
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
85
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
86
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
87
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
88
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
89
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
90
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
91
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92
 
        $(ACLOCAL_M4)
93
 
mkinstalldirs = $(install_sh) -d
94
 
CONFIG_HEADER = $(top_builddir)/config.h \
95
 
        $(top_builddir)/sbuild/sbuild-config.h
96
 
CONFIG_CLEAN_FILES =
97
 
CONFIG_CLEAN_VPATH_FILES =
98
 
AM_V_GEN = $(am__v_GEN_$(V))
99
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
100
 
am__v_GEN_0 = @echo "  GEN   " $@;
101
 
AM_V_at = $(am__v_at_$(V))
102
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
103
 
am__v_at_0 = @
104
 
SOURCES =
105
 
DIST_SOURCES =
106
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107
 
am__vpath_adj = case $$p in \
108
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109
 
    *) f=$$p;; \
110
 
  esac;
111
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112
 
am__install_max = 40
113
 
am__nobase_strip_setup = \
114
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115
 
am__nobase_strip = \
116
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117
 
am__nobase_list = $(am__nobase_strip_setup); \
118
 
  for p in $$list; do echo "$$p $$p"; done | \
119
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
120
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121
 
    if (++n[$$2] == $(am__install_max)) \
122
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123
 
    END { for (dir in files) print dir, files[dir] }'
124
 
am__base_list = \
125
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127
 
am__installdirs = "$(DESTDIR)$(pkgsysconfdir)"
128
 
DATA = $(pkgsysconf_DATA)
129
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130
 
ACLOCAL = @ACLOCAL@
131
 
AMTAR = @AMTAR@
132
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
133
 
AR = @AR@
134
 
AUTOCONF = @AUTOCONF@
135
 
AUTOHEADER = @AUTOHEADER@
136
 
AUTOMAKE = @AUTOMAKE@
137
 
AWK = @AWK@
138
 
BOOST_FILESYSTEM_LIBS = @BOOST_FILESYSTEM_LIBS@
139
 
BOOST_LIBS = @BOOST_LIBS@
140
 
CC = @CC@
141
 
CCDEPMODE = @CCDEPMODE@
142
 
CFLAGS = @CFLAGS@
143
 
CPP = @CPP@
144
 
CPPFLAGS = @CPPFLAGS@
145
 
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
146
 
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
147
 
CPPUNIT_LIBS = @CPPUNIT_LIBS@
148
 
CSBUILD_CONF = @CSBUILD_CONF@
149
 
CXX = @CXX@
150
 
CXXCPP = @CXXCPP@
151
 
CXXDEPMODE = @CXXDEPMODE@
152
 
CXXFLAGS = @CXXFLAGS@
153
 
CYGPATH_W = @CYGPATH_W@
154
 
DCHROOT_CONF = @DCHROOT_CONF@
155
 
DEFS = @DEFS@
156
 
DEPDIR = @DEPDIR@
157
 
DOXYGEN = @DOXYGEN@
158
 
DSYMUTIL = @DSYMUTIL@
159
 
DUMPBIN = @DUMPBIN@
160
 
ECHO_C = @ECHO_C@
161
 
ECHO_N = @ECHO_N@
162
 
ECHO_T = @ECHO_T@
163
 
EGREP = @EGREP@
164
 
EXEEXT = @EXEEXT@
165
 
FGREP = @FGREP@
166
 
FIND = @FIND@
167
 
GMSGFMT = @GMSGFMT@
168
 
GMSGFMT_015 = @GMSGFMT_015@
169
 
GREP = @GREP@
170
 
INSTALL = @INSTALL@
171
 
INSTALL_DATA = @INSTALL_DATA@
172
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
173
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
174
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175
 
INTLLIBS = @INTLLIBS@
176
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
177
 
LD = @LD@
178
 
LDFLAGS = @LDFLAGS@
179
 
LIBICONV = @LIBICONV@
180
 
LIBINTL = @LIBINTL@
181
 
LIBOBJS = @LIBOBJS@
182
 
LIBS = @LIBS@
183
 
LIBTOOL = @LIBTOOL@
184
 
LIPO = @LIPO@
185
 
LN_S = @LN_S@
186
 
LOCKDEV_LIBS = @LOCKDEV_LIBS@
187
 
LOSETUP = @LOSETUP@
188
 
LTLIBICONV = @LTLIBICONV@
189
 
LTLIBINTL = @LTLIBINTL@
190
 
LTLIBOBJS = @LTLIBOBJS@
191
 
LVCREATE = @LVCREATE@
192
 
LVREMOVE = @LVREMOVE@
193
 
MAINT = @MAINT@
194
 
MAKEINFO = @MAKEINFO@
195
 
MKDIR_P = @MKDIR_P@
196
 
MSGFMT = @MSGFMT@
197
 
MSGFMT_015 = @MSGFMT_015@
198
 
MSGMERGE = @MSGMERGE@
199
 
NM = @NM@
200
 
NMEDIT = @NMEDIT@
201
 
OBJDUMP = @OBJDUMP@
202
 
OBJEXT = @OBJEXT@
203
 
OTOOL = @OTOOL@
204
 
OTOOL64 = @OTOOL64@
205
 
PACKAGE = @PACKAGE@
206
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207
 
PACKAGE_NAME = @PACKAGE_NAME@
208
 
PACKAGE_STRING = @PACKAGE_STRING@
209
 
PACKAGE_SYSCONF_DIR = @PACKAGE_SYSCONF_DIR@
210
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
211
 
PACKAGE_URL = @PACKAGE_URL@
212
 
PACKAGE_VERSION = @PACKAGE_VERSION@
213
 
PAM_LIBS = @PAM_LIBS@
214
 
PATH_SEPARATOR = @PATH_SEPARATOR@
215
 
PKG_CONFIG = @PKG_CONFIG@
216
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
217
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
218
 
PLATFORM = @PLATFORM@
219
 
POSUB = @POSUB@
220
 
PTHREAD_CC = @PTHREAD_CC@
221
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
222
 
PTHREAD_LIBS = @PTHREAD_LIBS@
223
 
RANLIB = @RANLIB@
224
 
RELEASE_DATE = @RELEASE_DATE@
225
 
RELEASE_DATE_S = @RELEASE_DATE_S@
226
 
SBUILD_BINARY_AGE = @SBUILD_BINARY_AGE@
227
 
SBUILD_CURRENT_INTERFACE = @SBUILD_CURRENT_INTERFACE@
228
 
SBUILD_INTERFACE_AGE = @SBUILD_INTERFACE_AGE@
229
 
SCHROOT_CFLAGS = @SCHROOT_CFLAGS@
230
 
SCHROOT_CONF = @SCHROOT_CONF@
231
 
SCHROOT_CONF_CHROOT_D = @SCHROOT_CONF_CHROOT_D@
232
 
SCHROOT_CONF_SETUP_D = @SCHROOT_CONF_SETUP_D@
233
 
SCHROOT_FILE_UNPACK_DIR = @SCHROOT_FILE_UNPACK_DIR@
234
 
SCHROOT_LIBEXEC_DIR = @SCHROOT_LIBEXEC_DIR@
235
 
SCHROOT_MOUNT_DIR = @SCHROOT_MOUNT_DIR@
236
 
SCHROOT_OVERLAY_DIR = @SCHROOT_OVERLAY_DIR@
237
 
SCHROOT_SESSION_DIR = @SCHROOT_SESSION_DIR@
238
 
SCHROOT_UNDERLAY_DIR = @SCHROOT_UNDERLAY_DIR@
239
 
SED = @SED@
240
 
SET_MAKE = @SET_MAKE@
241
 
SHELL = @SHELL@
242
 
STRIP = @STRIP@
243
 
USE_NLS = @USE_NLS@
244
 
UUID_CFLAGS = @UUID_CFLAGS@
245
 
UUID_LIBS = @UUID_LIBS@
246
 
VERSION = @VERSION@
247
 
XARGS = @XARGS@
248
 
XGETTEXT = @XGETTEXT@
249
 
XGETTEXT_015 = @XGETTEXT_015@
250
 
abs_builddir = @abs_builddir@
251
 
abs_srcdir = @abs_srcdir@
252
 
abs_top_builddir = @abs_top_builddir@
253
 
abs_top_srcdir = @abs_top_srcdir@
254
 
ac_ct_CC = @ac_ct_CC@
255
 
ac_ct_CXX = @ac_ct_CXX@
256
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
257
 
acx_pthread_config = @acx_pthread_config@
258
 
am__include = @am__include@
259
 
am__leading_dot = @am__leading_dot@
260
 
am__quote = @am__quote@
261
 
am__tar = @am__tar@
262
 
am__untar = @am__untar@
263
 
bashcompletiondir = @bashcompletiondir@
264
 
bindir = @bindir@
265
 
build = @build@
266
 
build_alias = @build_alias@
267
 
build_cpu = @build_cpu@
268
 
build_os = @build_os@
269
 
build_vendor = @build_vendor@
270
 
builddir = @builddir@
271
 
datadir = @datadir@
272
 
datarootdir = @datarootdir@
273
 
docdir = @docdir@
274
 
dvidir = @dvidir@
275
 
exec_prefix = @exec_prefix@
276
 
host = @host@
277
 
host_alias = @host_alias@
278
 
host_cpu = @host_cpu@
279
 
host_os = @host_os@
280
 
host_vendor = @host_vendor@
281
 
htmldir = @htmldir@
282
 
includedir = @includedir@
283
 
infodir = @infodir@
284
 
install_sh = @install_sh@
285
 
libdir = @libdir@
286
 
libexecdir = @libexecdir@
287
 
localedir = @localedir@
288
 
localstatedir = @localstatedir@
289
 
lt_ECHO = @lt_ECHO@
290
 
mandir = @mandir@
291
 
mkdir_p = @mkdir_p@
292
 
oldincludedir = @oldincludedir@
293
 
pdfdir = @pdfdir@
294
 
prefix = @prefix@
295
 
program_transform_name = @program_transform_name@
296
 
psdir = @psdir@
297
 
sbindir = @sbindir@
298
 
sharedstatedir = @sharedstatedir@
299
 
srcdir = @srcdir@
300
 
sysconfdir = @sysconfdir@
301
 
target_alias = @target_alias@
302
 
top_build_prefix = @top_build_prefix@
303
 
top_builddir = @top_builddir@
304
 
top_srcdir = @top_srcdir@
305
 
 
306
 
# Global options for use in all Makefiles.
307
 
AM_CXXFLAGS = -I$(top_srcdir) $(LOCAL_CXXFLAGS) $(PTHREAD_CFLAGS) -pedantic -Wall -Wcast-align -Wwrite-strings -Wswitch-default -Wcast-qual -Wunused-variable -Wredundant-decls -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wold-style-cast -Woverloaded-virtual -fstrict-aliasing
308
 
AM_LDFLAGS = $(LOCAL_LDFLAGS) $(PTHREAD_LIBS)
309
 
pkgsysconfdir = $(PACKAGE_SYSCONF_DIR)/default
310
 
SCRIPT_CONFIG = \
311
 
        copyfiles       \
312
 
        fstab           \
313
 
        nssdatabases
314
 
 
315
 
SCRIPT_GLOBAL = \
316
 
        config
317
 
 
318
 
@PLATFORM_GENERIC_FALSE@pkgsysconf_DATA = $(SCRIPT_GLOBAL)
319
 
@PLATFORM_GENERIC_TRUE@pkgsysconf_DATA = $(SCRIPT_GLOBAL) $(SCRIPT_CONFIG)
320
 
EXTRA_DIST = \
321
 
        $(SCRIPT_GLOBAL)        \
322
 
        $(SCRIPT_CONFIG)
323
 
 
324
 
all: all-am
325
 
 
326
 
.SUFFIXES:
327
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
328
 
        @for dep in $?; do \
329
 
          case '$(am__configure_deps)' in \
330
 
            *$$dep*) \
331
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
332
 
                && { if test -f $@; then exit 0; else break; fi; }; \
333
 
              exit 1;; \
334
 
          esac; \
335
 
        done; \
336
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/default/generic/Makefile'; \
337
 
        $(am__cd) $(top_srcdir) && \
338
 
          $(AUTOMAKE) --gnu etc/default/generic/Makefile
339
 
.PRECIOUS: Makefile
340
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341
 
        @case '$?' in \
342
 
          *config.status*) \
343
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
344
 
          *) \
345
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
346
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
347
 
        esac;
348
 
 
349
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
350
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351
 
 
352
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
353
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
355
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356
 
$(am__aclocal_m4_deps):
357
 
 
358
 
mostlyclean-libtool:
359
 
        -rm -f *.lo
360
 
 
361
 
clean-libtool:
362
 
        -rm -rf .libs _libs
363
 
install-pkgsysconfDATA: $(pkgsysconf_DATA)
364
 
        @$(NORMAL_INSTALL)
365
 
        test -z "$(pkgsysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgsysconfdir)"
366
 
        @list='$(pkgsysconf_DATA)'; test -n "$(pkgsysconfdir)" || list=; \
367
 
        for p in $$list; do \
368
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
369
 
          echo "$$d$$p"; \
370
 
        done | $(am__base_list) | \
371
 
        while read files; do \
372
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgsysconfdir)'"; \
373
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgsysconfdir)" || exit $$?; \
374
 
        done
375
 
 
376
 
uninstall-pkgsysconfDATA:
377
 
        @$(NORMAL_UNINSTALL)
378
 
        @list='$(pkgsysconf_DATA)'; test -n "$(pkgsysconfdir)" || list=; \
379
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
380
 
        test -n "$$files" || exit 0; \
381
 
        echo " ( cd '$(DESTDIR)$(pkgsysconfdir)' && rm -f" $$files ")"; \
382
 
        cd "$(DESTDIR)$(pkgsysconfdir)" && rm -f $$files
383
 
tags: TAGS
384
 
TAGS:
385
 
 
386
 
ctags: CTAGS
387
 
CTAGS:
388
 
 
389
 
 
390
 
distdir: $(DISTFILES)
391
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
392
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
393
 
        list='$(DISTFILES)'; \
394
 
          dist_files=`for file in $$list; do echo $$file; done | \
395
 
          sed -e "s|^$$srcdirstrip/||;t" \
396
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
397
 
        case $$dist_files in \
398
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
399
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
400
 
                           sort -u` ;; \
401
 
        esac; \
402
 
        for file in $$dist_files; do \
403
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
404
 
          if test -d $$d/$$file; then \
405
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
406
 
            if test -d "$(distdir)/$$file"; then \
407
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408
 
            fi; \
409
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
410
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
411
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412
 
            fi; \
413
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
414
 
          else \
415
 
            test -f "$(distdir)/$$file" \
416
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
417
 
            || exit 1; \
418
 
          fi; \
419
 
        done
420
 
check-am: all-am
421
 
check: check-am
422
 
all-am: Makefile $(DATA)
423
 
installdirs:
424
 
        for dir in "$(DESTDIR)$(pkgsysconfdir)"; do \
425
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
426
 
        done
427
 
install: install-am
428
 
install-exec: install-exec-am
429
 
install-data: install-data-am
430
 
uninstall: uninstall-am
431
 
 
432
 
install-am: all-am
433
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
 
 
435
 
installcheck: installcheck-am
436
 
install-strip:
437
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439
 
          `test -z '$(STRIP)' || \
440
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
441
 
mostlyclean-generic:
442
 
 
443
 
clean-generic:
444
 
 
445
 
distclean-generic:
446
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
447
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
448
 
 
449
 
maintainer-clean-generic:
450
 
        @echo "This command is intended for maintainers to use"
451
 
        @echo "it deletes files that may require special tools to rebuild."
452
 
clean: clean-am
453
 
 
454
 
clean-am: clean-generic clean-libtool mostlyclean-am
455
 
 
456
 
distclean: distclean-am
457
 
        -rm -f Makefile
458
 
distclean-am: clean-am distclean-generic
459
 
 
460
 
dvi: dvi-am
461
 
 
462
 
dvi-am:
463
 
 
464
 
html: html-am
465
 
 
466
 
html-am:
467
 
 
468
 
info: info-am
469
 
 
470
 
info-am:
471
 
 
472
 
install-data-am: install-pkgsysconfDATA
473
 
 
474
 
install-dvi: install-dvi-am
475
 
 
476
 
install-dvi-am:
477
 
 
478
 
install-exec-am:
479
 
 
480
 
install-html: install-html-am
481
 
 
482
 
install-html-am:
483
 
 
484
 
install-info: install-info-am
485
 
 
486
 
install-info-am:
487
 
 
488
 
install-man:
489
 
 
490
 
install-pdf: install-pdf-am
491
 
 
492
 
install-pdf-am:
493
 
 
494
 
install-ps: install-ps-am
495
 
 
496
 
install-ps-am:
497
 
 
498
 
installcheck-am:
499
 
 
500
 
maintainer-clean: maintainer-clean-am
501
 
        -rm -f Makefile
502
 
maintainer-clean-am: distclean-am maintainer-clean-generic
503
 
 
504
 
mostlyclean: mostlyclean-am
505
 
 
506
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
507
 
 
508
 
pdf: pdf-am
509
 
 
510
 
pdf-am:
511
 
 
512
 
ps: ps-am
513
 
 
514
 
ps-am:
515
 
 
516
 
uninstall-am: uninstall-pkgsysconfDATA
517
 
 
518
 
.MAKE: install-am install-strip
519
 
 
520
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
521
 
        distclean distclean-generic distclean-libtool distdir dvi \
522
 
        dvi-am html html-am info info-am install install-am \
523
 
        install-data install-data-am install-dvi install-dvi-am \
524
 
        install-exec install-exec-am install-html install-html-am \
525
 
        install-info install-info-am install-man install-pdf \
526
 
        install-pdf-am install-pkgsysconfDATA install-ps install-ps-am \
527
 
        install-strip installcheck installcheck-am installdirs \
528
 
        maintainer-clean maintainer-clean-generic mostlyclean \
529
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
530
 
        uninstall uninstall-am uninstall-pkgsysconfDATA
531
 
 
532
 
 
533
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
534
 
# Otherwise a system limit (for SysV at least) may be exceeded.
535
 
.NOEXPORT: