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

Revision 24314, 16.6 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/setup.d
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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
99am__vpath_adj = case $$p in \
100    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
101    *) f=$$p;; \
102  esac;
103am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
104am__install_max = 40
105am__nobase_strip_setup = \
106  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
107am__nobase_strip = \
108  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
109am__nobase_list = $(am__nobase_strip_setup); \
110  for p in $$list; do echo "$$p $$p"; done | \
111  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
112  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
113    if (++n[$$2] == $(am__install_max)) \
114      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
115    END { for (dir in files) print dir, files[dir] }'
116am__base_list = \
117  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
118  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
119am__installdirs = "$(DESTDIR)$(setupdir)"
120SCRIPTS = $(setup_SCRIPTS)
121AM_V_GEN = $(am__v_GEN_$(V))
122am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
123am__v_GEN_0 = @echo "  GEN   " $@;
124AM_V_at = $(am__v_at_$(V))
125am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
126am__v_at_0 = @
127SOURCES =
128DIST_SOURCES =
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)
306setupdir = $(SCHROOT_CONF_SETUP_D)
307setup_SCRIPTS = \
308        00check         \
309        05file          \
310        05lvm           \
311        05union         \
312        10mount         \
313        15killprocs     \
314        20copyfiles     \
315        20nssdatabases  \
316        50chrootname
317
318EXTRA_DIST = \
319        $(setup_SCRIPTS)
320
321all: all-am
322
323.SUFFIXES:
324$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
325        @for dep in $?; do \
326          case '$(am__configure_deps)' in \
327            *$$dep*) \
328              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329                && { if test -f $@; then exit 0; else break; fi; }; \
330              exit 1;; \
331          esac; \
332        done; \
333        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/setup.d/Makefile'; \
334        $(am__cd) $(top_srcdir) && \
335          $(AUTOMAKE) --gnu etc/setup.d/Makefile
336.PRECIOUS: Makefile
337Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338        @case '$?' in \
339          *config.status*) \
340            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
341          *) \
342            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
343            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
344        esac;
345
346$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
349$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
350        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
352        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353$(am__aclocal_m4_deps):
354install-setupSCRIPTS: $(setup_SCRIPTS)
355        @$(NORMAL_INSTALL)
356        test -z "$(setupdir)" || $(MKDIR_P) "$(DESTDIR)$(setupdir)"
357        @list='$(setup_SCRIPTS)'; test -n "$(setupdir)" || list=; \
358        for p in $$list; do \
359          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
360          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
361        done | \
362        sed -e 'p;s,.*/,,;n' \
363            -e 'h;s|.*|.|' \
364            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
365        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
366          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
367            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
368              if (++n[d] == $(am__install_max)) { \
369                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
370            else { print "f", d "/" $$4, $$1 } } \
371          END { for (d in files) print "f", d, files[d] }' | \
372        while read type dir files; do \
373             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
374             test -z "$$files" || { \
375               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(setupdir)$$dir'"; \
376               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(setupdir)$$dir" || exit $$?; \
377             } \
378        ; done
379
380uninstall-setupSCRIPTS:
381        @$(NORMAL_UNINSTALL)
382        @list='$(setup_SCRIPTS)'; test -n "$(setupdir)" || exit 0; \
383        files=`for p in $$list; do echo "$$p"; done | \
384               sed -e 's,.*/,,;$(transform)'`; \
385        test -n "$$list" || exit 0; \
386        echo " ( cd '$(DESTDIR)$(setupdir)' && rm -f" $$files ")"; \
387        cd "$(DESTDIR)$(setupdir)" && rm -f $$files
388
389mostlyclean-libtool:
390        -rm -f *.lo
391
392clean-libtool:
393        -rm -rf .libs _libs
394tags: TAGS
395TAGS:
396
397ctags: CTAGS
398CTAGS:
399
400
401distdir: $(DISTFILES)
402        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404        list='$(DISTFILES)'; \
405          dist_files=`for file in $$list; do echo $$file; done | \
406          sed -e "s|^$$srcdirstrip/||;t" \
407              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
408        case $$dist_files in \
409          */*) $(MKDIR_P) `echo "$$dist_files" | \
410                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
411                           sort -u` ;; \
412        esac; \
413        for file in $$dist_files; do \
414          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415          if test -d $$d/$$file; then \
416            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
417            if test -d "$(distdir)/$$file"; then \
418              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419            fi; \
420            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
422              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423            fi; \
424            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
425          else \
426            test -f "$(distdir)/$$file" \
427            || cp -p $$d/$$file "$(distdir)/$$file" \
428            || exit 1; \
429          fi; \
430        done
431check-am: all-am
432check: check-am
433all-am: Makefile $(SCRIPTS)
434installdirs:
435        for dir in "$(DESTDIR)$(setupdir)"; do \
436          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
437        done
438install: install-am
439install-exec: install-exec-am
440install-data: install-data-am
441uninstall: uninstall-am
442
443install-am: all-am
444        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
446installcheck: installcheck-am
447install-strip:
448        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450          `test -z '$(STRIP)' || \
451            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
452mostlyclean-generic:
453
454clean-generic:
455
456distclean-generic:
457        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
459
460maintainer-clean-generic:
461        @echo "This command is intended for maintainers to use"
462        @echo "it deletes files that may require special tools to rebuild."
463clean: clean-am
464
465clean-am: clean-generic clean-libtool mostlyclean-am
466
467distclean: distclean-am
468        -rm -f Makefile
469distclean-am: clean-am distclean-generic
470
471dvi: dvi-am
472
473dvi-am:
474
475html: html-am
476
477html-am:
478
479info: info-am
480
481info-am:
482
483install-data-am: install-setupSCRIPTS
484
485install-dvi: install-dvi-am
486
487install-dvi-am:
488
489install-exec-am:
490        @$(NORMAL_INSTALL)
491        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
492install-html: install-html-am
493
494install-html-am:
495
496install-info: install-info-am
497
498install-info-am:
499
500install-man:
501
502install-pdf: install-pdf-am
503
504install-pdf-am:
505
506install-ps: install-ps-am
507
508install-ps-am:
509
510installcheck-am:
511
512maintainer-clean: maintainer-clean-am
513        -rm -f Makefile
514maintainer-clean-am: distclean-am maintainer-clean-generic
515
516mostlyclean: mostlyclean-am
517
518mostlyclean-am: mostlyclean-generic mostlyclean-libtool
519
520pdf: pdf-am
521
522pdf-am:
523
524ps: ps-am
525
526ps-am:
527
528uninstall-am: uninstall-setupSCRIPTS
529
530.MAKE: install-am install-exec-am install-strip
531
532.PHONY: all all-am check check-am clean clean-generic clean-libtool \
533        distclean distclean-generic distclean-libtool distdir dvi \
534        dvi-am html html-am info info-am install install-am \
535        install-data install-data-am install-dvi install-dvi-am \
536        install-exec install-exec-am install-exec-hook install-html \
537        install-html-am install-info install-info-am install-man \
538        install-pdf install-pdf-am install-ps install-ps-am \
539        install-setupSCRIPTS install-strip installcheck \
540        installcheck-am installdirs maintainer-clean \
541        maintainer-clean-generic mostlyclean mostlyclean-generic \
542        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
543        uninstall-setupSCRIPTS
544
545
546install-exec-hook:
547        $(MKDIR_P) "$(DESTDIR)$(setupdir)"
548        ln -sf "00check" "$(DESTDIR)$(setupdir)/99check"
549
550# Tell versions [3.59,3.63) of GNU make to not export all variables.
551# Otherwise a system limit (for SysV at least) may be exceeded.
552.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.