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

« back to all changes in this revision

Viewing changes to bin/schroot-mount/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2008-01-20 22:51:04 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120225104-3zhs8gk9byqigato
Tags: 1.1.6-1
* New upstream development release.
* Acknowledge NMU.  Thanks to Lucas Nussbaum for fixing the Boost
  library names following another incompatible change in Boost
  (Closes: #439215).
* debian/control: Suggest lvm2 instead of lvm-common (Closes: #452263).
* debian/copyright:
  - Update with new GIT source code repository location.
  - Update licence to GPLv3.
* debian/schroot.init: Update licence to GPLv3.
* bin/schroot/setup/20network, bin/schroot/setup/30passwd: For files to
  copy, compare file device, inode and contents to avoid copying
  identical files (Closes: #428808).
* If unknown keys are present in the configuration file, print a warning
  message to alert the user (Closes: #459658).
* The filesystems to mount in the chroot may be customised by the system
  administrator through the use of an fstab file on a per-chroot basis,
  and a new helper utility, schroot-mount (Closes: #395062, #427047).
  Thanks for your patience while we took the time to implement this the
  right way.
* Update Vietnamese translation (Closes: #461531).  Thanks to Clytie
  Siddall.
* debian/schroot.preinst: Add rm_conffile function to remove
  /etc/schroot/setup.d/20network and /etc/schroot/setup.d/30passwd for
  versions prior to this.  These are replaced by
  /etc/schroot/setup.d/20copyfiles.
* debian/schroot.NEWS: Document conffile changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  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
# schroot Makefile template
 
18
#
 
19
#
 
20
# Copyright © 2004-2007  Roger Leigh <rleigh@debian.org>
 
21
#
 
22
# schroot is free software: you can redistribute it and/or modify it
 
23
# under the terms of the GNU General Public License as published by
 
24
# the Free Software Foundation, either version 3 of the License, or
 
25
# (at your option) any later version.
 
26
#
 
27
# schroot is distributed in the hope that it will be useful, but
 
28
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
30
# General Public License for more details.
 
31
#
 
32
# You should have received a copy of the GNU General Public License
 
33
# along with this program.  If not, see
 
34
# <http://www.gnu.org/licenses/>.
 
35
#
 
36
#####################################################################
 
37
 
 
38
# schroot Makefile template
 
39
#
 
40
#
 
41
# Copyright © 2004-2007  Roger Leigh <rleigh@debian.org>
 
42
#
 
43
# schroot is free software: you can redistribute it and/or modify it
 
44
# under the terms of the GNU General Public License as published by
 
45
# the Free Software Foundation, either version 3 of the License, or
 
46
# (at your option) any later version.
 
47
#
 
48
# schroot is distributed in the hope that it will be useful, but
 
49
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
50
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
51
# General Public License for more details.
 
52
#
 
53
# You should have received a copy of the GNU General Public License
 
54
# along with this program.  If not, see
 
55
# <http://www.gnu.org/licenses/>.
 
56
#
 
57
#####################################################################
 
58
 
 
59
VPATH = @srcdir@
 
60
pkgdatadir = $(datadir)/@PACKAGE@
 
61
pkglibdir = $(libdir)/@PACKAGE@
 
62
pkgincludedir = $(includedir)/@PACKAGE@
 
63
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
64
install_sh_DATA = $(install_sh) -c -m 644
 
65
install_sh_PROGRAM = $(install_sh) -c
 
66
install_sh_SCRIPT = $(install_sh) -c
 
67
INSTALL_HEADER = $(INSTALL_DATA)
 
68
transform = $(program_transform_name)
 
69
NORMAL_INSTALL = :
 
70
PRE_INSTALL = :
 
71
POST_INSTALL = :
 
72
NORMAL_UNINSTALL = :
 
73
PRE_UNINSTALL = :
 
74
POST_UNINSTALL = :
 
75
build_triplet = @build@
 
76
host_triplet = @host@
 
77
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
78
        $(top_srcdir)/scripts/global.mk
 
79
pkglibexec_PROGRAMS = schroot-mount$(EXEEXT)
 
80
subdir = bin/schroot-mount
 
81
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
82
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
83
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
84
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
85
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
86
        $(top_srcdir)/m4/progtest.m4 \
 
87
        $(top_srcdir)/m4/schroot_release.m4 $(top_srcdir)/configure.ac
 
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
89
        $(ACLOCAL_M4)
 
90
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
 
91
CONFIG_HEADER = $(top_builddir)/config.h \
 
92
        $(top_builddir)/sbuild/sbuild-config.h
 
93
CONFIG_CLEAN_FILES =
 
94
am__installdirs = "$(DESTDIR)$(pkglibexecdir)"
 
95
pkglibexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
96
PROGRAMS = $(pkglibexec_PROGRAMS)
 
97
am_schroot_mount_OBJECTS = schroot-mount-main.$(OBJEXT) \
 
98
        schroot-mount-options.$(OBJEXT) schroot-mount.$(OBJEXT)
 
99
schroot_mount_OBJECTS = $(am_schroot_mount_OBJECTS)
 
100
schroot_mount_DEPENDENCIES =  \
 
101
        $(top_builddir)/bin/schroot-base/libschroot-base.la
 
102
DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(top_builddir)/sbuild@am__isrc@
 
103
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
 
104
am__depfiles_maybe = depfiles
 
105
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
106
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
107
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
108
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
109
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
110
CXXLD = $(CXX)
 
111
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
112
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
113
        $(LDFLAGS) -o $@
 
114
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
115
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
116
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
117
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
118
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
119
CCLD = $(CC)
 
120
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
121
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
122
        $(LDFLAGS) -o $@
 
123
SOURCES = $(schroot_mount_SOURCES)
 
124
DIST_SOURCES = $(schroot_mount_SOURCES)
 
125
ETAGS = etags
 
126
CTAGS = ctags
 
127
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
128
ACLOCAL = @ACLOCAL@
 
129
AMTAR = @AMTAR@
 
130
AR = @AR@
 
131
AUTOCONF = @AUTOCONF@
 
132
AUTOHEADER = @AUTOHEADER@
 
133
AUTOMAKE = @AUTOMAKE@
 
134
AWK = @AWK@
 
135
BOOST_LIBS = @BOOST_LIBS@
 
136
CC = @CC@
 
137
CCDEPMODE = @CCDEPMODE@
 
138
CFLAGS = @CFLAGS@
 
139
CPP = @CPP@
 
140
CPPFLAGS = @CPPFLAGS@
 
141
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
 
142
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
 
143
CPPUNIT_LIBS = @CPPUNIT_LIBS@
 
144
CSBUILD_CONF = @CSBUILD_CONF@
 
145
CXX = @CXX@
 
146
CXXCPP = @CXXCPP@
 
147
CXXDEPMODE = @CXXDEPMODE@
 
148
CXXFLAGS = @CXXFLAGS@
 
149
CYGPATH_W = @CYGPATH_W@
 
150
DCHROOT_CONF = @DCHROOT_CONF@
 
151
DEFS = -DLOCALEDIR=\"$(localedir)\" -D_GNU_SOURCE
 
152
DEPDIR = @DEPDIR@
 
153
DOXYGEN = @DOXYGEN@
 
154
ECHO = @ECHO@
 
155
ECHO_C = @ECHO_C@
 
156
ECHO_N = @ECHO_N@
 
157
ECHO_T = @ECHO_T@
 
158
EGREP = @EGREP@
 
159
EXEEXT = @EXEEXT@
 
160
F77 = @F77@
 
161
FFLAGS = @FFLAGS@
 
162
FIND = @FIND@
 
163
GMSGFMT = @GMSGFMT@
 
164
GREP = @GREP@
 
165
INSTALL = @INSTALL@
 
166
INSTALL_DATA = @INSTALL_DATA@
 
167
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
168
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
169
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
170
INTLLIBS = @INTLLIBS@
 
171
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
172
LDFLAGS = @LDFLAGS@
 
173
LIBICONV = @LIBICONV@
 
174
LIBINTL = @LIBINTL@
 
175
LIBOBJS = @LIBOBJS@
 
176
LIBS = @LIBS@
 
177
LIBTOOL = @LIBTOOL@
 
178
LN_S = @LN_S@
 
179
LOCKDEV_LIBS = @LOCKDEV_LIBS@
 
180
LTLIBICONV = @LTLIBICONV@
 
181
LTLIBINTL = @LTLIBINTL@
 
182
LTLIBOBJS = @LTLIBOBJS@
 
183
MAINT = @MAINT@
 
184
MAKEINFO = @MAKEINFO@
 
185
MKDIR_P = @MKDIR_P@
 
186
MKINSTALLDIRS = @MKINSTALLDIRS@
 
187
MSGFMT = @MSGFMT@
 
188
MSGMERGE = @MSGMERGE@
 
189
OBJEXT = @OBJEXT@
 
190
PACKAGE = @PACKAGE@
 
191
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
192
PACKAGE_NAME = @PACKAGE_NAME@
 
193
PACKAGE_STRING = @PACKAGE_STRING@
 
194
PACKAGE_SYSCONF_DIR = @PACKAGE_SYSCONF_DIR@
 
195
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
196
PACKAGE_VERSION = @PACKAGE_VERSION@
 
197
PAM_LIBS = @PAM_LIBS@
 
198
PATH_SEPARATOR = @PATH_SEPARATOR@
 
199
PKG_CONFIG = @PKG_CONFIG@
 
200
POSUB = @POSUB@
 
201
RANLIB = @RANLIB@
 
202
RELEASE_DATE = @RELEASE_DATE@
 
203
SBUILD_BINARY_AGE = @SBUILD_BINARY_AGE@
 
204
SBUILD_CURRENT_INTERFACE = @SBUILD_CURRENT_INTERFACE@
 
205
SBUILD_INTERFACE_AGE = @SBUILD_INTERFACE_AGE@
 
206
SBUILD_MAJOR_VERSION = @SBUILD_MAJOR_VERSION@
 
207
SBUILD_MICRO_VERSION = @SBUILD_MICRO_VERSION@
 
208
SBUILD_MINOR_VERSION = @SBUILD_MINOR_VERSION@
 
209
SBUILD_VERSION = @SBUILD_VERSION@
 
210
SCHROOT_CFLAGS = @SCHROOT_CFLAGS@
 
211
SCHROOT_CONF = @SCHROOT_CONF@
 
212
SCHROOT_CONF_EXEC_D = @SCHROOT_CONF_EXEC_D@
 
213
SCHROOT_CONF_SETUP_D = @SCHROOT_CONF_SETUP_D@
 
214
SCHROOT_LIBEXEC_DIR = @SCHROOT_LIBEXEC_DIR@
 
215
SCHROOT_MOUNT_DIR = @SCHROOT_MOUNT_DIR@
 
216
SCHROOT_SESSION_DIR = @SCHROOT_SESSION_DIR@
 
217
SED = @SED@
 
218
SET_MAKE = @SET_MAKE@
 
219
SHELL = @SHELL@
 
220
STRIP = @STRIP@
 
221
USE_NLS = @USE_NLS@
 
222
UUID_CFLAGS = @UUID_CFLAGS@
 
223
UUID_LIBS = @UUID_LIBS@
 
224
VERSION = @VERSION@
 
225
XARGS = @XARGS@
 
226
XGETTEXT = @XGETTEXT@
 
227
abs_builddir = @abs_builddir@
 
228
abs_srcdir = @abs_srcdir@
 
229
abs_top_builddir = @abs_top_builddir@
 
230
abs_top_srcdir = @abs_top_srcdir@
 
231
ac_ct_CC = @ac_ct_CC@
 
232
ac_ct_CXX = @ac_ct_CXX@
 
233
ac_ct_F77 = @ac_ct_F77@
 
234
am__include = @am__include@
 
235
am__leading_dot = @am__leading_dot@
 
236
am__quote = @am__quote@
 
237
am__tar = @am__tar@
 
238
am__untar = @am__untar@
 
239
bindir = @bindir@
 
240
build = @build@
 
241
build_alias = @build_alias@
 
242
build_cpu = @build_cpu@
 
243
build_os = @build_os@
 
244
build_vendor = @build_vendor@
 
245
builddir = @builddir@
 
246
datadir = @datadir@
 
247
datarootdir = @datarootdir@
 
248
docdir = @docdir@
 
249
dvidir = @dvidir@
 
250
exec_prefix = @exec_prefix@
 
251
host = @host@
 
252
host_alias = @host_alias@
 
253
host_cpu = @host_cpu@
 
254
host_os = @host_os@
 
255
host_vendor = @host_vendor@
 
256
htmldir = @htmldir@
 
257
includedir = @includedir@
 
258
infodir = @infodir@
 
259
install_sh = @install_sh@
 
260
libdir = @libdir@
 
261
libexecdir = @libexecdir@
 
262
localedir = @localedir@
 
263
localstatedir = @localstatedir@
 
264
mandir = @mandir@
 
265
mkdir_p = @mkdir_p@
 
266
oldincludedir = @oldincludedir@
 
267
pdfdir = @pdfdir@
 
268
prefix = @prefix@
 
269
program_transform_name = @program_transform_name@
 
270
psdir = @psdir@
 
271
sbindir = @sbindir@
 
272
sharedstatedir = @sharedstatedir@
 
273
srcdir = @srcdir@
 
274
sysconfdir = @sysconfdir@
 
275
target_alias = @target_alias@
 
276
top_builddir = @top_builddir@
 
277
top_srcdir = @top_srcdir@
 
278
 
 
279
# Global options for use in all Makefiles.
 
280
AM_CXXFLAGS = -I$(top_srcdir) $(LOCAL_CXXFLAGS) -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
 
281
pkglibexecdir = $(SCHROOT_LIBEXEC_DIR)
 
282
LOCAL_CXXFLAGS = $(SCHROOT_CFLAGS) -I$(top_srcdir)/bin
 
283
schroot_mount_SOURCES = \
 
284
        schroot-mount-main.h            \
 
285
        schroot-mount-main.cc           \
 
286
        schroot-mount-options.h         \
 
287
        schroot-mount-options.cc        \
 
288
        schroot-mount.cc
 
289
 
 
290
schroot_mount_LDADD = $(top_builddir)/bin/schroot-base/libschroot-base.la
 
291
all: all-am
 
292
 
 
293
.SUFFIXES:
 
294
.SUFFIXES: .cc .lo .o .obj
 
295
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
 
296
        @for dep in $?; do \
 
297
          case '$(am__configure_deps)' in \
 
298
            *$$dep*) \
 
299
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
300
                && exit 0; \
 
301
              exit 1;; \
 
302
          esac; \
 
303
        done; \
 
304
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  bin/schroot-mount/Makefile'; \
 
305
        cd $(top_srcdir) && \
 
306
          $(AUTOMAKE) --gnu  bin/schroot-mount/Makefile
 
307
.PRECIOUS: Makefile
 
308
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
309
        @case '$?' in \
 
310
          *config.status*) \
 
311
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
312
          *) \
 
313
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
314
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
315
        esac;
 
316
 
 
317
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
318
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
319
 
 
320
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
322
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
324
install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
 
325
        @$(NORMAL_INSTALL)
 
326
        test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
 
327
        @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
 
328
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
329
          if test -f $$p \
 
330
             || test -f $$p1 \
 
331
          ; then \
 
332
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
333
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(pkglibexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(pkglibexecdir)/$$f'"; \
 
334
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(pkglibexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(pkglibexecdir)/$$f" || exit 1; \
 
335
          else :; fi; \
 
336
        done
 
337
 
 
338
uninstall-pkglibexecPROGRAMS:
 
339
        @$(NORMAL_UNINSTALL)
 
340
        @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
 
341
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
342
          echo " rm -f '$(DESTDIR)$(pkglibexecdir)/$$f'"; \
 
343
          rm -f "$(DESTDIR)$(pkglibexecdir)/$$f"; \
 
344
        done
 
345
 
 
346
clean-pkglibexecPROGRAMS:
 
347
        @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
 
348
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
349
          echo " rm -f $$p $$f"; \
 
350
          rm -f $$p $$f ; \
 
351
        done
 
352
schroot-mount$(EXEEXT): $(schroot_mount_OBJECTS) $(schroot_mount_DEPENDENCIES) 
 
353
        @rm -f schroot-mount$(EXEEXT)
 
354
        $(CXXLINK) $(schroot_mount_OBJECTS) $(schroot_mount_LDADD) $(LIBS)
 
355
 
 
356
mostlyclean-compile:
 
357
        -rm -f *.$(OBJEXT)
 
358
 
 
359
distclean-compile:
 
360
        -rm -f *.tab.c
 
361
 
 
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schroot-mount-main.Po@am__quote@
 
363
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schroot-mount-options.Po@am__quote@
 
364
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schroot-mount.Po@am__quote@
 
365
 
 
366
.cc.o:
 
367
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
368
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
369
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
370
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
371
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
372
 
 
373
.cc.obj:
 
374
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
375
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
376
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
377
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
378
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
379
 
 
380
.cc.lo:
 
381
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
382
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
383
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
384
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
385
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
386
 
 
387
mostlyclean-libtool:
 
388
        -rm -f *.lo
 
389
 
 
390
clean-libtool:
 
391
        -rm -rf .libs _libs
 
392
 
 
393
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
394
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
395
        unique=`for i in $$list; do \
 
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
397
          done | \
 
398
          $(AWK) '    { files[$$0] = 1; } \
 
399
               END { for (i in files) print i; }'`; \
 
400
        mkid -fID $$unique
 
401
tags: TAGS
 
402
 
 
403
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
404
                $(TAGS_FILES) $(LISP)
 
405
        tags=; \
 
406
        here=`pwd`; \
 
407
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
408
        unique=`for i in $$list; do \
 
409
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
410
          done | \
 
411
          $(AWK) '    { files[$$0] = 1; } \
 
412
               END { for (i in files) print i; }'`; \
 
413
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
414
          test -n "$$unique" || unique=$$empty_fix; \
 
415
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
416
            $$tags $$unique; \
 
417
        fi
 
418
ctags: CTAGS
 
419
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
420
                $(TAGS_FILES) $(LISP)
 
421
        tags=; \
 
422
        here=`pwd`; \
 
423
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
424
        unique=`for i in $$list; do \
 
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
426
          done | \
 
427
          $(AWK) '    { files[$$0] = 1; } \
 
428
               END { for (i in files) print i; }'`; \
 
429
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
430
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
431
             $$tags $$unique
 
432
 
 
433
GTAGS:
 
434
        here=`$(am__cd) $(top_builddir) && pwd` \
 
435
          && cd $(top_srcdir) \
 
436
          && gtags -i $(GTAGS_ARGS) $$here
 
437
 
 
438
distclean-tags:
 
439
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
440
 
 
441
distdir: $(DISTFILES)
 
442
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
443
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
444
        list='$(DISTFILES)'; \
 
445
          dist_files=`for file in $$list; do echo $$file; done | \
 
446
          sed -e "s|^$$srcdirstrip/||;t" \
 
447
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
448
        case $$dist_files in \
 
449
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
450
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
451
                           sort -u` ;; \
 
452
        esac; \
 
453
        for file in $$dist_files; do \
 
454
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
455
          if test -d $$d/$$file; then \
 
456
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
457
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
458
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
459
            fi; \
 
460
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
461
          else \
 
462
            test -f $(distdir)/$$file \
 
463
            || cp -p $$d/$$file $(distdir)/$$file \
 
464
            || exit 1; \
 
465
          fi; \
 
466
        done
 
467
check-am: all-am
 
468
check: check-am
 
469
all-am: Makefile $(PROGRAMS)
 
470
installdirs:
 
471
        for dir in "$(DESTDIR)$(pkglibexecdir)"; do \
 
472
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
473
        done
 
474
install: install-am
 
475
install-exec: install-exec-am
 
476
install-data: install-data-am
 
477
uninstall: uninstall-am
 
478
 
 
479
install-am: all-am
 
480
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
481
 
 
482
installcheck: installcheck-am
 
483
install-strip:
 
484
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
485
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
486
          `test -z '$(STRIP)' || \
 
487
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
488
mostlyclean-generic:
 
489
 
 
490
clean-generic:
 
491
 
 
492
distclean-generic:
 
493
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
494
 
 
495
maintainer-clean-generic:
 
496
        @echo "This command is intended for maintainers to use"
 
497
        @echo "it deletes files that may require special tools to rebuild."
 
498
clean: clean-am
 
499
 
 
500
clean-am: clean-generic clean-libtool clean-pkglibexecPROGRAMS \
 
501
        mostlyclean-am
 
502
 
 
503
distclean: distclean-am
 
504
        -rm -rf ./$(DEPDIR)
 
505
        -rm -f Makefile
 
506
distclean-am: clean-am distclean-compile distclean-generic \
 
507
        distclean-tags
 
508
 
 
509
dvi: dvi-am
 
510
 
 
511
dvi-am:
 
512
 
 
513
html: html-am
 
514
 
 
515
info: info-am
 
516
 
 
517
info-am:
 
518
 
 
519
install-data-am:
 
520
 
 
521
install-dvi: install-dvi-am
 
522
 
 
523
install-exec-am: install-pkglibexecPROGRAMS
 
524
 
 
525
install-html: install-html-am
 
526
 
 
527
install-info: install-info-am
 
528
 
 
529
install-man:
 
530
 
 
531
install-pdf: install-pdf-am
 
532
 
 
533
install-ps: install-ps-am
 
534
 
 
535
installcheck-am:
 
536
 
 
537
maintainer-clean: maintainer-clean-am
 
538
        -rm -rf ./$(DEPDIR)
 
539
        -rm -f Makefile
 
540
maintainer-clean-am: distclean-am maintainer-clean-generic
 
541
 
 
542
mostlyclean: mostlyclean-am
 
543
 
 
544
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
545
        mostlyclean-libtool
 
546
 
 
547
pdf: pdf-am
 
548
 
 
549
pdf-am:
 
550
 
 
551
ps: ps-am
 
552
 
 
553
ps-am:
 
554
 
 
555
uninstall-am: uninstall-pkglibexecPROGRAMS
 
556
 
 
557
.MAKE: install-am install-strip
 
558
 
 
559
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
560
        clean-libtool clean-pkglibexecPROGRAMS ctags distclean \
 
561
        distclean-compile distclean-generic distclean-libtool \
 
562
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
563
        install install-am install-data install-data-am install-dvi \
 
564
        install-dvi-am install-exec install-exec-am install-html \
 
565
        install-html-am install-info install-info-am install-man \
 
566
        install-pdf install-pdf-am install-pkglibexecPROGRAMS \
 
567
        install-ps install-ps-am install-strip installcheck \
 
568
        installcheck-am installdirs maintainer-clean \
 
569
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
570
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
571
        tags uninstall uninstall-am uninstall-pkglibexecPROGRAMS
 
572
 
 
573
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
574
# Otherwise a system limit (for SysV at least) may be exceeded.
 
575
.NOEXPORT: