source: trunk/debathena/third/schroot/etc/bash_completion/Makefile.in @ 24314

Revision 24314, 15.7 KB checked in by geofft, 14 years ago (diff)
In schroot: * Merge with Debian unstable; remaining changes: - Backport to Karmic, and adjust build-deps.
Line 
1# Makefile.in generated by automake 1.11 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-2008  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
60VPATH = @srcdir@
61pkgdatadir = $(datadir)/@PACKAGE@
62pkgincludedir = $(includedir)/@PACKAGE@
63pkglibdir = $(libdir)/@PACKAGE@
64pkglibexecdir = $(libexecdir)/@PACKAGE@
65am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66install_sh_DATA = $(install_sh) -c -m 644
67install_sh_PROGRAM = $(install_sh) -c
68install_sh_SCRIPT = $(install_sh) -c
69INSTALL_HEADER = $(INSTALL_DATA)
70transform = $(program_transform_name)
71NORMAL_INSTALL = :
72PRE_INSTALL = :
73POST_INSTALL = :
74NORMAL_UNINSTALL = :
75PRE_UNINSTALL = :
76POST_UNINSTALL = :
77build_triplet = @build@
78host_triplet = @host@
79DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
80        $(top_srcdir)/scripts/global.mk
81subdir = etc/bash_completion
82ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83am__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
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92        $(ACLOCAL_M4)
93mkinstalldirs = $(install_sh) -d
94CONFIG_HEADER = $(top_builddir)/config.h \
95        $(top_builddir)/sbuild/sbuild-config.h
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98AM_V_GEN = $(am__v_GEN_$(V))
99am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
100am__v_GEN_0 = @echo "  GEN   " $@;
101AM_V_at = $(am__v_at_$(V))
102am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
103am__v_at_0 = @
104SOURCES =
105DIST_SOURCES =
106am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107am__vpath_adj = case $$p in \
108    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109    *) f=$$p;; \
110  esac;
111am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112am__install_max = 40
113am__nobase_strip_setup = \
114  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115am__nobase_strip = \
116  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117am__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] }'
124am__base_list = \
125  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127am__installdirs = "$(DESTDIR)$(bashcompletiondir)"
128DATA = $(bashcompletion_DATA)
129DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130ACLOCAL = @ACLOCAL@
131AMTAR = @AMTAR@
132AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
133AR = @AR@
134AUTOCONF = @AUTOCONF@
135AUTOHEADER = @AUTOHEADER@
136AUTOMAKE = @AUTOMAKE@
137AWK = @AWK@
138BOOST_FILESYSTEM_LIBS = @BOOST_FILESYSTEM_LIBS@
139BOOST_LIBS = @BOOST_LIBS@
140CC = @CC@
141CCDEPMODE = @CCDEPMODE@
142CFLAGS = @CFLAGS@
143CPP = @CPP@
144CPPFLAGS = @CPPFLAGS@
145CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
146CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
147CPPUNIT_LIBS = @CPPUNIT_LIBS@
148CSBUILD_CONF = @CSBUILD_CONF@
149CXX = @CXX@
150CXXCPP = @CXXCPP@
151CXXDEPMODE = @CXXDEPMODE@
152CXXFLAGS = @CXXFLAGS@
153CYGPATH_W = @CYGPATH_W@
154DCHROOT_CONF = @DCHROOT_CONF@
155DEFS = @DEFS@
156DEPDIR = @DEPDIR@
157DOXYGEN = @DOXYGEN@
158DSYMUTIL = @DSYMUTIL@
159DUMPBIN = @DUMPBIN@
160ECHO_C = @ECHO_C@
161ECHO_N = @ECHO_N@
162ECHO_T = @ECHO_T@
163EGREP = @EGREP@
164EXEEXT = @EXEEXT@
165FGREP = @FGREP@
166FIND = @FIND@
167GMSGFMT = @GMSGFMT@
168GMSGFMT_015 = @GMSGFMT_015@
169GREP = @GREP@
170INSTALL = @INSTALL@
171INSTALL_DATA = @INSTALL_DATA@
172INSTALL_PROGRAM = @INSTALL_PROGRAM@
173INSTALL_SCRIPT = @INSTALL_SCRIPT@
174INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175INTLLIBS = @INTLLIBS@
176INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
177LD = @LD@
178LDFLAGS = @LDFLAGS@
179LIBICONV = @LIBICONV@
180LIBINTL = @LIBINTL@
181LIBOBJS = @LIBOBJS@
182LIBS = @LIBS@
183LIBTOOL = @LIBTOOL@
184LIPO = @LIPO@
185LN_S = @LN_S@
186LOCKDEV_LIBS = @LOCKDEV_LIBS@
187LOSETUP = @LOSETUP@
188LTLIBICONV = @LTLIBICONV@
189LTLIBINTL = @LTLIBINTL@
190LTLIBOBJS = @LTLIBOBJS@
191LVCREATE = @LVCREATE@
192LVREMOVE = @LVREMOVE@
193MAINT = @MAINT@
194MAKEINFO = @MAKEINFO@
195MKDIR_P = @MKDIR_P@
196MSGFMT = @MSGFMT@
197MSGFMT_015 = @MSGFMT_015@
198MSGMERGE = @MSGMERGE@
199NM = @NM@
200NMEDIT = @NMEDIT@
201OBJDUMP = @OBJDUMP@
202OBJEXT = @OBJEXT@
203OTOOL = @OTOOL@
204OTOOL64 = @OTOOL64@
205PACKAGE = @PACKAGE@
206PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207PACKAGE_NAME = @PACKAGE_NAME@
208PACKAGE_STRING = @PACKAGE_STRING@
209PACKAGE_SYSCONF_DIR = @PACKAGE_SYSCONF_DIR@
210PACKAGE_TARNAME = @PACKAGE_TARNAME@
211PACKAGE_URL = @PACKAGE_URL@
212PACKAGE_VERSION = @PACKAGE_VERSION@
213PAM_LIBS = @PAM_LIBS@
214PATH_SEPARATOR = @PATH_SEPARATOR@
215PKG_CONFIG = @PKG_CONFIG@
216POSUB = @POSUB@
217PTHREAD_CC = @PTHREAD_CC@
218PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
219PTHREAD_LIBS = @PTHREAD_LIBS@
220RANLIB = @RANLIB@
221RELEASE_DATE = @RELEASE_DATE@
222RELEASE_DATE_S = @RELEASE_DATE_S@
223SBUILD_BINARY_AGE = @SBUILD_BINARY_AGE@
224SBUILD_CURRENT_INTERFACE = @SBUILD_CURRENT_INTERFACE@
225SBUILD_INTERFACE_AGE = @SBUILD_INTERFACE_AGE@
226SCHROOT_CFLAGS = @SCHROOT_CFLAGS@
227SCHROOT_CONF = @SCHROOT_CONF@
228SCHROOT_CONF_CHROOT_D = @SCHROOT_CONF_CHROOT_D@
229SCHROOT_CONF_SETUP_D = @SCHROOT_CONF_SETUP_D@
230SCHROOT_FILE_UNPACK_DIR = @SCHROOT_FILE_UNPACK_DIR@
231SCHROOT_LIBEXEC_DIR = @SCHROOT_LIBEXEC_DIR@
232SCHROOT_MOUNT_DIR = @SCHROOT_MOUNT_DIR@
233SCHROOT_OVERLAY_DIR = @SCHROOT_OVERLAY_DIR@
234SCHROOT_SESSION_DIR = @SCHROOT_SESSION_DIR@
235SCHROOT_UNDERLAY_DIR = @SCHROOT_UNDERLAY_DIR@
236SED = @SED@
237SET_MAKE = @SET_MAKE@
238SHELL = @SHELL@
239STRIP = @STRIP@
240USE_NLS = @USE_NLS@
241UUID_CFLAGS = @UUID_CFLAGS@
242UUID_LIBS = @UUID_LIBS@
243VERSION = @VERSION@
244XARGS = @XARGS@
245XGETTEXT = @XGETTEXT@
246XGETTEXT_015 = @XGETTEXT_015@
247abs_builddir = @abs_builddir@
248abs_srcdir = @abs_srcdir@
249abs_top_builddir = @abs_top_builddir@
250abs_top_srcdir = @abs_top_srcdir@
251ac_ct_CC = @ac_ct_CC@
252ac_ct_CXX = @ac_ct_CXX@
253ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254acx_pthread_config = @acx_pthread_config@
255am__include = @am__include@
256am__leading_dot = @am__leading_dot@
257am__quote = @am__quote@
258am__tar = @am__tar@
259am__untar = @am__untar@
260bashcompletiondir = @bashcompletiondir@
261bindir = @bindir@
262build = @build@
263build_alias = @build_alias@
264build_cpu = @build_cpu@
265build_os = @build_os@
266build_vendor = @build_vendor@
267builddir = @builddir@
268datadir = @datadir@
269datarootdir = @datarootdir@
270docdir = @docdir@
271dvidir = @dvidir@
272exec_prefix = @exec_prefix@
273host = @host@
274host_alias = @host_alias@
275host_cpu = @host_cpu@
276host_os = @host_os@
277host_vendor = @host_vendor@
278htmldir = @htmldir@
279includedir = @includedir@
280infodir = @infodir@
281install_sh = @install_sh@
282libdir = @libdir@
283libexecdir = @libexecdir@
284localedir = @localedir@
285localstatedir = @localstatedir@
286lt_ECHO = @lt_ECHO@
287mandir = @mandir@
288mkdir_p = @mkdir_p@
289oldincludedir = @oldincludedir@
290pdfdir = @pdfdir@
291prefix = @prefix@
292program_transform_name = @program_transform_name@
293psdir = @psdir@
294sbindir = @sbindir@
295sharedstatedir = @sharedstatedir@
296srcdir = @srcdir@
297sysconfdir = @sysconfdir@
298target_alias = @target_alias@
299top_build_prefix = @top_build_prefix@
300top_builddir = @top_builddir@
301top_srcdir = @top_srcdir@
302
303# Global options for use in all Makefiles.
304AM_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
305AM_LDFLAGS = $(LOCAL_LDFLAGS) $(PTHREAD_LIBS)
306bashcompletion_DATA = \
307        schroot
308
309EXTRA_DIST = \
310        $(bashcompletion_DATA)
311
312all: all-am
313
314.SUFFIXES:
315$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
316        @for dep in $?; do \
317          case '$(am__configure_deps)' in \
318            *$$dep*) \
319              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
320                && { if test -f $@; then exit 0; else break; fi; }; \
321              exit 1;; \
322          esac; \
323        done; \
324        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/bash_completion/Makefile'; \
325        $(am__cd) $(top_srcdir) && \
326          $(AUTOMAKE) --gnu etc/bash_completion/Makefile
327.PRECIOUS: Makefile
328Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
329        @case '$?' in \
330          *config.status*) \
331            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
332          *) \
333            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
334            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
335        esac;
336
337$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
338        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339
340$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
341        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
343        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344$(am__aclocal_m4_deps):
345
346mostlyclean-libtool:
347        -rm -f *.lo
348
349clean-libtool:
350        -rm -rf .libs _libs
351install-bashcompletionDATA: $(bashcompletion_DATA)
352        @$(NORMAL_INSTALL)
353        test -z "$(bashcompletiondir)" || $(MKDIR_P) "$(DESTDIR)$(bashcompletiondir)"
354        @list='$(bashcompletion_DATA)'; test -n "$(bashcompletiondir)" || list=; \
355        for p in $$list; do \
356          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
357          echo "$$d$$p"; \
358        done | $(am__base_list) | \
359        while read files; do \
360          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bashcompletiondir)'"; \
361          $(INSTALL_DATA) $$files "$(DESTDIR)$(bashcompletiondir)" || exit $$?; \
362        done
363
364uninstall-bashcompletionDATA:
365        @$(NORMAL_UNINSTALL)
366        @list='$(bashcompletion_DATA)'; test -n "$(bashcompletiondir)" || list=; \
367        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
368        test -n "$$files" || exit 0; \
369        echo " ( cd '$(DESTDIR)$(bashcompletiondir)' && rm -f" $$files ")"; \
370        cd "$(DESTDIR)$(bashcompletiondir)" && rm -f $$files
371tags: TAGS
372TAGS:
373
374ctags: CTAGS
375CTAGS:
376
377
378distdir: $(DISTFILES)
379        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
380        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381        list='$(DISTFILES)'; \
382          dist_files=`for file in $$list; do echo $$file; done | \
383          sed -e "s|^$$srcdirstrip/||;t" \
384              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
385        case $$dist_files in \
386          */*) $(MKDIR_P) `echo "$$dist_files" | \
387                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
388                           sort -u` ;; \
389        esac; \
390        for file in $$dist_files; do \
391          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
392          if test -d $$d/$$file; then \
393            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
394            if test -d "$(distdir)/$$file"; then \
395              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
396            fi; \
397            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
398              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
399              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
400            fi; \
401            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
402          else \
403            test -f "$(distdir)/$$file" \
404            || cp -p $$d/$$file "$(distdir)/$$file" \
405            || exit 1; \
406          fi; \
407        done
408check-am: all-am
409check: check-am
410all-am: Makefile $(DATA)
411installdirs:
412        for dir in "$(DESTDIR)$(bashcompletiondir)"; do \
413          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
414        done
415install: install-am
416install-exec: install-exec-am
417install-data: install-data-am
418uninstall: uninstall-am
419
420install-am: all-am
421        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
422
423installcheck: installcheck-am
424install-strip:
425        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
426          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
427          `test -z '$(STRIP)' || \
428            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
429mostlyclean-generic:
430
431clean-generic:
432
433distclean-generic:
434        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
435        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
436
437maintainer-clean-generic:
438        @echo "This command is intended for maintainers to use"
439        @echo "it deletes files that may require special tools to rebuild."
440clean: clean-am
441
442clean-am: clean-generic clean-libtool mostlyclean-am
443
444distclean: distclean-am
445        -rm -f Makefile
446distclean-am: clean-am distclean-generic
447
448dvi: dvi-am
449
450dvi-am:
451
452html: html-am
453
454html-am:
455
456info: info-am
457
458info-am:
459
460install-data-am: install-bashcompletionDATA
461
462install-dvi: install-dvi-am
463
464install-dvi-am:
465
466install-exec-am:
467
468install-html: install-html-am
469
470install-html-am:
471
472install-info: install-info-am
473
474install-info-am:
475
476install-man:
477
478install-pdf: install-pdf-am
479
480install-pdf-am:
481
482install-ps: install-ps-am
483
484install-ps-am:
485
486installcheck-am:
487
488maintainer-clean: maintainer-clean-am
489        -rm -f Makefile
490maintainer-clean-am: distclean-am maintainer-clean-generic
491
492mostlyclean: mostlyclean-am
493
494mostlyclean-am: mostlyclean-generic mostlyclean-libtool
495
496pdf: pdf-am
497
498pdf-am:
499
500ps: ps-am
501
502ps-am:
503
504uninstall-am: uninstall-bashcompletionDATA
505
506.MAKE: install-am install-strip
507
508.PHONY: all all-am check check-am clean clean-generic clean-libtool \
509        distclean distclean-generic distclean-libtool distdir dvi \
510        dvi-am html html-am info info-am install install-am \
511        install-bashcompletionDATA install-data install-data-am \
512        install-dvi install-dvi-am install-exec install-exec-am \
513        install-html install-html-am install-info install-info-am \
514        install-man install-pdf install-pdf-am install-ps \
515        install-ps-am install-strip installcheck installcheck-am \
516        installdirs maintainer-clean maintainer-clean-generic \
517        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
518        ps ps-am uninstall uninstall-am uninstall-bashcompletionDATA
519
520
521# Tell versions [3.59,3.63) of GNU make to not export all variables.
522# Otherwise a system limit (for SysV at least) may be exceeded.
523.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.