~ubuntu-branches/ubuntu/trusty/schroot/trusty

« back to all changes in this revision

Viewing changes to bin/schroot/pam/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2009-11-07 10:46:54 UTC
  • mfrom: (1.1.20 upstream) (2.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20091107104654-kk1fp1icv8dzfyfi
* New upstream development release.
* schroot:
  - Return success when ending a session and the operation
    succeeded (Closes: #554907).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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  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
 
subdir = bin/schroot/pam
80
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81
 
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
82
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
83
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
84
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
85
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
86
 
        $(top_srcdir)/m4/schroot_release.m4 $(top_srcdir)/configure.ac
87
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88
 
        $(ACLOCAL_M4)
89
 
mkinstalldirs = $(install_sh) -d
90
 
CONFIG_HEADER = $(top_builddir)/config.h \
91
 
        $(top_builddir)/sbuild/sbuild-config.h
92
 
CONFIG_CLEAN_FILES =
93
 
SOURCES =
94
 
DIST_SOURCES =
95
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
96
 
am__vpath_adj = case $$p in \
97
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98
 
    *) f=$$p;; \
99
 
  esac;
100
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
101
 
am__installdirs = "$(DESTDIR)$(pamdir)"
102
 
pamDATA_INSTALL = $(INSTALL_DATA)
103
 
DATA = $(pam_DATA)
104
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105
 
ACLOCAL = @ACLOCAL@
106
 
AMTAR = @AMTAR@
107
 
AR = @AR@
108
 
AUTOCONF = @AUTOCONF@
109
 
AUTOHEADER = @AUTOHEADER@
110
 
AUTOMAKE = @AUTOMAKE@
111
 
AWK = @AWK@
112
 
BOOST_LIBS = @BOOST_LIBS@
113
 
CC = @CC@
114
 
CCDEPMODE = @CCDEPMODE@
115
 
CFLAGS = @CFLAGS@
116
 
CPP = @CPP@
117
 
CPPFLAGS = @CPPFLAGS@
118
 
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
119
 
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
120
 
CPPUNIT_LIBS = @CPPUNIT_LIBS@
121
 
CSBUILD_CONF = @CSBUILD_CONF@
122
 
CXX = @CXX@
123
 
CXXCPP = @CXXCPP@
124
 
CXXDEPMODE = @CXXDEPMODE@
125
 
CXXFLAGS = @CXXFLAGS@
126
 
CYGPATH_W = @CYGPATH_W@
127
 
DCHROOT_CONF = @DCHROOT_CONF@
128
 
DEFS = @DEFS@
129
 
DEPDIR = @DEPDIR@
130
 
DOXYGEN = @DOXYGEN@
131
 
DSYMUTIL = @DSYMUTIL@
132
 
DUMPBIN = @DUMPBIN@
133
 
ECHO_C = @ECHO_C@
134
 
ECHO_N = @ECHO_N@
135
 
ECHO_T = @ECHO_T@
136
 
EGREP = @EGREP@
137
 
EXEEXT = @EXEEXT@
138
 
FGREP = @FGREP@
139
 
FIND = @FIND@
140
 
GMSGFMT = @GMSGFMT@
141
 
GMSGFMT_015 = @GMSGFMT_015@
142
 
GREP = @GREP@
143
 
INSTALL = @INSTALL@
144
 
INSTALL_DATA = @INSTALL_DATA@
145
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
146
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148
 
INTLLIBS = @INTLLIBS@
149
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
150
 
LD = @LD@
151
 
LDFLAGS = @LDFLAGS@
152
 
LIBICONV = @LIBICONV@
153
 
LIBINTL = @LIBINTL@
154
 
LIBOBJS = @LIBOBJS@
155
 
LIBS = @LIBS@
156
 
LIBTOOL = @LIBTOOL@
157
 
LIPO = @LIPO@
158
 
LN_S = @LN_S@
159
 
LOCKDEV_LIBS = @LOCKDEV_LIBS@
160
 
LTLIBICONV = @LTLIBICONV@
161
 
LTLIBINTL = @LTLIBINTL@
162
 
LTLIBOBJS = @LTLIBOBJS@
163
 
MAINT = @MAINT@
164
 
MAKEINFO = @MAKEINFO@
165
 
MKDIR_P = @MKDIR_P@
166
 
MSGFMT = @MSGFMT@
167
 
MSGFMT_015 = @MSGFMT_015@
168
 
MSGMERGE = @MSGMERGE@
169
 
NM = @NM@
170
 
NMEDIT = @NMEDIT@
171
 
OBJDUMP = @OBJDUMP@
172
 
OBJEXT = @OBJEXT@
173
 
OTOOL = @OTOOL@
174
 
OTOOL64 = @OTOOL64@
175
 
PACKAGE = @PACKAGE@
176
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177
 
PACKAGE_NAME = @PACKAGE_NAME@
178
 
PACKAGE_STRING = @PACKAGE_STRING@
179
 
PACKAGE_SYSCONF_DIR = @PACKAGE_SYSCONF_DIR@
180
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
181
 
PACKAGE_VERSION = @PACKAGE_VERSION@
182
 
PAM_LIBS = @PAM_LIBS@
183
 
PATH_SEPARATOR = @PATH_SEPARATOR@
184
 
PKG_CONFIG = @PKG_CONFIG@
185
 
POSUB = @POSUB@
186
 
PTHREAD_CC = @PTHREAD_CC@
187
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
188
 
PTHREAD_LIBS = @PTHREAD_LIBS@
189
 
RANLIB = @RANLIB@
190
 
RELEASE_DATE = @RELEASE_DATE@
191
 
SBUILD_BINARY_AGE = @SBUILD_BINARY_AGE@
192
 
SBUILD_CURRENT_INTERFACE = @SBUILD_CURRENT_INTERFACE@
193
 
SBUILD_INTERFACE_AGE = @SBUILD_INTERFACE_AGE@
194
 
SBUILD_MAJOR_VERSION = @SBUILD_MAJOR_VERSION@
195
 
SBUILD_MICRO_VERSION = @SBUILD_MICRO_VERSION@
196
 
SBUILD_MINOR_VERSION = @SBUILD_MINOR_VERSION@
197
 
SBUILD_VERSION = @SBUILD_VERSION@
198
 
SCHROOT_CFLAGS = @SCHROOT_CFLAGS@
199
 
SCHROOT_CONF = @SCHROOT_CONF@
200
 
SCHROOT_CONF_CHROOT_D = @SCHROOT_CONF_CHROOT_D@
201
 
SCHROOT_CONF_EXEC_D = @SCHROOT_CONF_EXEC_D@
202
 
SCHROOT_CONF_SETUP_D = @SCHROOT_CONF_SETUP_D@
203
 
SCHROOT_LIBEXEC_DIR = @SCHROOT_LIBEXEC_DIR@
204
 
SCHROOT_MOUNT_DIR = @SCHROOT_MOUNT_DIR@
205
 
SCHROOT_SESSION_DIR = @SCHROOT_SESSION_DIR@
206
 
SED = @SED@
207
 
SET_MAKE = @SET_MAKE@
208
 
SHELL = @SHELL@
209
 
STRIP = @STRIP@
210
 
USE_NLS = @USE_NLS@
211
 
UUID_CFLAGS = @UUID_CFLAGS@
212
 
UUID_LIBS = @UUID_LIBS@
213
 
VERSION = @VERSION@
214
 
XARGS = @XARGS@
215
 
XGETTEXT = @XGETTEXT@
216
 
XGETTEXT_015 = @XGETTEXT_015@
217
 
abs_builddir = @abs_builddir@
218
 
abs_srcdir = @abs_srcdir@
219
 
abs_top_builddir = @abs_top_builddir@
220
 
abs_top_srcdir = @abs_top_srcdir@
221
 
ac_ct_CC = @ac_ct_CC@
222
 
ac_ct_CXX = @ac_ct_CXX@
223
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
224
 
acx_pthread_config = @acx_pthread_config@
225
 
am__include = @am__include@
226
 
am__leading_dot = @am__leading_dot@
227
 
am__quote = @am__quote@
228
 
am__tar = @am__tar@
229
 
am__untar = @am__untar@
230
 
bindir = @bindir@
231
 
build = @build@
232
 
build_alias = @build_alias@
233
 
build_cpu = @build_cpu@
234
 
build_os = @build_os@
235
 
build_vendor = @build_vendor@
236
 
builddir = @builddir@
237
 
datadir = @datadir@
238
 
datarootdir = @datarootdir@
239
 
docdir = @docdir@
240
 
dvidir = @dvidir@
241
 
exec_prefix = @exec_prefix@
242
 
host = @host@
243
 
host_alias = @host_alias@
244
 
host_cpu = @host_cpu@
245
 
host_os = @host_os@
246
 
host_vendor = @host_vendor@
247
 
htmldir = @htmldir@
248
 
includedir = @includedir@
249
 
infodir = @infodir@
250
 
install_sh = @install_sh@
251
 
libdir = @libdir@
252
 
libexecdir = @libexecdir@
253
 
localedir = @localedir@
254
 
localstatedir = @localstatedir@
255
 
lt_ECHO = @lt_ECHO@
256
 
mandir = @mandir@
257
 
mkdir_p = @mkdir_p@
258
 
oldincludedir = @oldincludedir@
259
 
pdfdir = @pdfdir@
260
 
prefix = @prefix@
261
 
program_transform_name = @program_transform_name@
262
 
psdir = @psdir@
263
 
sbindir = @sbindir@
264
 
sharedstatedir = @sharedstatedir@
265
 
srcdir = @srcdir@
266
 
sysconfdir = @sysconfdir@
267
 
target_alias = @target_alias@
268
 
top_build_prefix = @top_build_prefix@
269
 
top_builddir = @top_builddir@
270
 
top_srcdir = @top_srcdir@
271
 
 
272
 
# Global options for use in all Makefiles.
273
 
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
274
 
AM_LDFLAGS = $(LOCAL_LDFLAGS) $(PTHREAD_LIBS)
275
 
pamdir = /etc/pam.d
276
 
pam_DATA = schroot
277
 
EXTRA_DIST = $(pam_DATA)
278
 
all: all-am
279
 
 
280
 
.SUFFIXES:
281
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
282
 
        @for dep in $?; do \
283
 
          case '$(am__configure_deps)' in \
284
 
            *$$dep*) \
285
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
286
 
                && { if test -f $@; then exit 0; else break; fi; }; \
287
 
              exit 1;; \
288
 
          esac; \
289
 
        done; \
290
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  bin/schroot/pam/Makefile'; \
291
 
        cd $(top_srcdir) && \
292
 
          $(AUTOMAKE) --gnu  bin/schroot/pam/Makefile
293
 
.PRECIOUS: Makefile
294
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
295
 
        @case '$?' in \
296
 
          *config.status*) \
297
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
298
 
          *) \
299
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
300
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
301
 
        esac;
302
 
 
303
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
304
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305
 
 
306
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
307
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
309
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
 
 
311
 
mostlyclean-libtool:
312
 
        -rm -f *.lo
313
 
 
314
 
clean-libtool:
315
 
        -rm -rf .libs _libs
316
 
install-pamDATA: $(pam_DATA)
317
 
        @$(NORMAL_INSTALL)
318
 
        test -z "$(pamdir)" || $(MKDIR_P) "$(DESTDIR)$(pamdir)"
319
 
        @list='$(pam_DATA)'; for p in $$list; do \
320
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
321
 
          f=$(am__strip_dir) \
322
 
          echo " $(pamDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pamdir)/$$f'"; \
323
 
          $(pamDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pamdir)/$$f"; \
324
 
        done
325
 
 
326
 
uninstall-pamDATA:
327
 
        @$(NORMAL_UNINSTALL)
328
 
        @list='$(pam_DATA)'; for p in $$list; do \
329
 
          f=$(am__strip_dir) \
330
 
          echo " rm -f '$(DESTDIR)$(pamdir)/$$f'"; \
331
 
          rm -f "$(DESTDIR)$(pamdir)/$$f"; \
332
 
        done
333
 
tags: TAGS
334
 
TAGS:
335
 
 
336
 
ctags: CTAGS
337
 
CTAGS:
338
 
 
339
 
 
340
 
distdir: $(DISTFILES)
341
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
342
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
343
 
        list='$(DISTFILES)'; \
344
 
          dist_files=`for file in $$list; do echo $$file; done | \
345
 
          sed -e "s|^$$srcdirstrip/||;t" \
346
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
347
 
        case $$dist_files in \
348
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
349
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
350
 
                           sort -u` ;; \
351
 
        esac; \
352
 
        for file in $$dist_files; do \
353
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
354
 
          if test -d $$d/$$file; then \
355
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
356
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
357
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
358
 
            fi; \
359
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
360
 
          else \
361
 
            test -f $(distdir)/$$file \
362
 
            || cp -p $$d/$$file $(distdir)/$$file \
363
 
            || exit 1; \
364
 
          fi; \
365
 
        done
366
 
check-am: all-am
367
 
check: check-am
368
 
all-am: Makefile $(DATA)
369
 
installdirs:
370
 
        for dir in "$(DESTDIR)$(pamdir)"; do \
371
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
372
 
        done
373
 
install: install-am
374
 
install-exec: install-exec-am
375
 
install-data: install-data-am
376
 
uninstall: uninstall-am
377
 
 
378
 
install-am: all-am
379
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
380
 
 
381
 
installcheck: installcheck-am
382
 
install-strip:
383
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
384
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
385
 
          `test -z '$(STRIP)' || \
386
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
387
 
mostlyclean-generic:
388
 
 
389
 
clean-generic:
390
 
 
391
 
distclean-generic:
392
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
393
 
 
394
 
maintainer-clean-generic:
395
 
        @echo "This command is intended for maintainers to use"
396
 
        @echo "it deletes files that may require special tools to rebuild."
397
 
clean: clean-am
398
 
 
399
 
clean-am: clean-generic clean-libtool mostlyclean-am
400
 
 
401
 
distclean: distclean-am
402
 
        -rm -f Makefile
403
 
distclean-am: clean-am distclean-generic
404
 
 
405
 
dvi: dvi-am
406
 
 
407
 
dvi-am:
408
 
 
409
 
html: html-am
410
 
 
411
 
info: info-am
412
 
 
413
 
info-am:
414
 
 
415
 
install-data-am: install-pamDATA
416
 
 
417
 
install-dvi: install-dvi-am
418
 
 
419
 
install-exec-am:
420
 
 
421
 
install-html: install-html-am
422
 
 
423
 
install-info: install-info-am
424
 
 
425
 
install-man:
426
 
 
427
 
install-pdf: install-pdf-am
428
 
 
429
 
install-ps: install-ps-am
430
 
 
431
 
installcheck-am:
432
 
 
433
 
maintainer-clean: maintainer-clean-am
434
 
        -rm -f Makefile
435
 
maintainer-clean-am: distclean-am maintainer-clean-generic
436
 
 
437
 
mostlyclean: mostlyclean-am
438
 
 
439
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
440
 
 
441
 
pdf: pdf-am
442
 
 
443
 
pdf-am:
444
 
 
445
 
ps: ps-am
446
 
 
447
 
ps-am:
448
 
 
449
 
uninstall-am: uninstall-pamDATA
450
 
 
451
 
.MAKE: install-am install-strip
452
 
 
453
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
454
 
        distclean distclean-generic distclean-libtool distdir dvi \
455
 
        dvi-am html html-am info info-am install install-am \
456
 
        install-data install-data-am install-dvi install-dvi-am \
457
 
        install-exec install-exec-am install-html install-html-am \
458
 
        install-info install-info-am install-man install-pamDATA \
459
 
        install-pdf install-pdf-am install-ps install-ps-am \
460
 
        install-strip installcheck installcheck-am installdirs \
461
 
        maintainer-clean maintainer-clean-generic mostlyclean \
462
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
463
 
        uninstall uninstall-am uninstall-pamDATA
464
 
 
465
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
466
 
# Otherwise a system limit (for SysV at least) may be exceeded.
467
 
.NOEXPORT: