]> git.decadent.org.uk Git - nfs-utils.git/blob - support/Makefile.in
Imported Upstream version 1.2.1
[nfs-utils.git] / support / Makefile.in
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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = support
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
40         $(top_srcdir)/aclocal/ipv6.m4 \
41         $(top_srcdir)/aclocal/kerberos5.m4 \
42         $(top_srcdir)/aclocal/libblkid.m4 \
43         $(top_srcdir)/aclocal/libevent.m4 \
44         $(top_srcdir)/aclocal/libnfsidmap.m4 \
45         $(top_srcdir)/aclocal/librpcsecgss.m4 \
46         $(top_srcdir)/aclocal/libtirpc.m4 \
47         $(top_srcdir)/aclocal/nfs-utils.m4 \
48         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
49         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
50         $(top_srcdir)/configure.ac
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52         $(ACLOCAL_M4)
53 mkinstalldirs = $(install_sh) -d
54 CONFIG_HEADER = $(top_builddir)/support/include/config.h
55 CONFIG_CLEAN_FILES =
56 CONFIG_CLEAN_VPATH_FILES =
57 SOURCES =
58 DIST_SOURCES =
59 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60         html-recursive info-recursive install-data-recursive \
61         install-dvi-recursive install-exec-recursive \
62         install-html-recursive install-info-recursive \
63         install-pdf-recursive install-ps-recursive install-recursive \
64         installcheck-recursive installdirs-recursive pdf-recursive \
65         ps-recursive uninstall-recursive
66 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
67   distclean-recursive maintainer-clean-recursive
68 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
69         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
70         distdir
71 ETAGS = etags
72 CTAGS = ctags
73 DIST_SUBDIRS = $(SUBDIRS)
74 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75 am__relativize = \
76   dir0=`pwd`; \
77   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
78   sed_rest='s,^[^/]*/*,,'; \
79   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
80   sed_butlast='s,/*[^/]*$$,,'; \
81   while test -n "$$dir1"; do \
82     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
83     if test "$$first" != "."; then \
84       if test "$$first" = ".."; then \
85         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
86         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
87       else \
88         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
89         if test "$$first2" = "$$first"; then \
90           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
91         else \
92           dir2="../$$dir2"; \
93         fi; \
94         dir0="$$dir0"/"$$first"; \
95       fi; \
96     fi; \
97     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
98   done; \
99   reldir="$$dir2"
100 ACLOCAL = @ACLOCAL@
101 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
102 ALLOCA = @ALLOCA@
103 AMTAR = @AMTAR@
104 AM_CFLAGS = @AM_CFLAGS@
105 AM_CPPFLAGS = @AM_CPPFLAGS@
106 AR = @AR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 CC = @CC@
112 CCDEPMODE = @CCDEPMODE@
113 CC_FOR_BUILD = @CC_FOR_BUILD@
114 CFLAGS = @CFLAGS@
115 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
116 CPP = @CPP@
117 CPPFLAGS = @CPPFLAGS@
118 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
119 CXX = @CXX@
120 CXXCPP = @CXXCPP@
121 CXXDEPMODE = @CXXDEPMODE@
122 CXXFLAGS = @CXXFLAGS@
123 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
124 CYGPATH_W = @CYGPATH_W@
125 DEFS = @DEFS@
126 DEPDIR = @DEPDIR@
127 DSYMUTIL = @DSYMUTIL@
128 DUMPBIN = @DUMPBIN@
129 ECHO_C = @ECHO_C@
130 ECHO_N = @ECHO_N@
131 ECHO_T = @ECHO_T@
132 EGREP = @EGREP@
133 EXEEXT = @EXEEXT@
134 FGREP = @FGREP@
135 GREP = @GREP@
136 GSSD = @GSSD@
137 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
138 GSSGLUE_LIBS = @GSSGLUE_LIBS@
139 HAVE_LIBWRAP = @HAVE_LIBWRAP@
140 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
141 IDMAPD = @IDMAPD@
142 INSTALL = @INSTALL@
143 INSTALL_DATA = @INSTALL_DATA@
144 INSTALL_PROGRAM = @INSTALL_PROGRAM@
145 INSTALL_SCRIPT = @INSTALL_SCRIPT@
146 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147 K5VERS = @K5VERS@
148 KRBCFLAGS = @KRBCFLAGS@
149 KRBDIR = @KRBDIR@
150 KRBLDFLAGS = @KRBLDFLAGS@
151 KRBLIBS = @KRBLIBS@
152 LD = @LD@
153 LDFLAGS = @LDFLAGS@
154 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
155 LIBBLKID = @LIBBLKID@
156 LIBBSD = @LIBBSD@
157 LIBCRYPT = @LIBCRYPT@
158 LIBNSL = @LIBNSL@
159 LIBOBJS = @LIBOBJS@
160 LIBS = @LIBS@
161 LIBSOCKET = @LIBSOCKET@
162 LIBTOOL = @LIBTOOL@
163 LIBWRAP = @LIBWRAP@
164 LIPO = @LIPO@
165 LN_S = @LN_S@
166 LTLIBOBJS = @LTLIBOBJS@
167 MAINT = @MAINT@
168 MAKEINFO = @MAKEINFO@
169 MKDIR_P = @MKDIR_P@
170 NM = @NM@
171 NMEDIT = @NMEDIT@
172 OBJDUMP = @OBJDUMP@
173 OBJEXT = @OBJEXT@
174 OTOOL = @OTOOL@
175 OTOOL64 = @OTOOL64@
176 PACKAGE = @PACKAGE@
177 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178 PACKAGE_NAME = @PACKAGE_NAME@
179 PACKAGE_STRING = @PACKAGE_STRING@
180 PACKAGE_TARNAME = @PACKAGE_TARNAME@
181 PACKAGE_VERSION = @PACKAGE_VERSION@
182 PATH_SEPARATOR = @PATH_SEPARATOR@
183 PKG_CONFIG = @PKG_CONFIG@
184 RANLIB = @RANLIB@
185 RELEASE = @RELEASE@
186 RPCGEN_PATH = @RPCGEN_PATH@
187 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
188 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
189 SED = @SED@
190 SET_MAKE = @SET_MAKE@
191 SHELL = @SHELL@
192 STRIP = @STRIP@
193 SVCGSSD = @SVCGSSD@
194 VERSION = @VERSION@
195 abs_builddir = @abs_builddir@
196 abs_srcdir = @abs_srcdir@
197 abs_top_builddir = @abs_top_builddir@
198 abs_top_srcdir = @abs_top_srcdir@
199 ac_ct_CC = @ac_ct_CC@
200 ac_ct_CXX = @ac_ct_CXX@
201 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
202 am__include = @am__include@
203 am__leading_dot = @am__leading_dot@
204 am__quote = @am__quote@
205 am__tar = @am__tar@
206 am__untar = @am__untar@
207 bindir = @bindir@
208 build = @build@
209 build_alias = @build_alias@
210 build_cpu = @build_cpu@
211 build_os = @build_os@
212 build_vendor = @build_vendor@
213 builddir = @builddir@
214 datadir = @datadir@
215 datarootdir = @datarootdir@
216 docdir = @docdir@
217 dvidir = @dvidir@
218 enable_gss = @enable_gss@
219 enable_ipv6 = @enable_ipv6@
220 enable_mountconfig = @enable_mountconfig@
221 enable_nfsv3 = @enable_nfsv3@
222 enable_nfsv4 = @enable_nfsv4@
223 exec_prefix = @exec_prefix@
224 host = @host@
225 host_alias = @host_alias@
226 host_cpu = @host_cpu@
227 host_os = @host_os@
228 host_vendor = @host_vendor@
229 htmldir = @htmldir@
230 includedir = @includedir@
231 infodir = @infodir@
232 install_sh = @install_sh@
233 kprefix = @kprefix@
234 libdir = @libdir@
235 libexecdir = @libexecdir@
236 localedir = @localedir@
237 localstatedir = @localstatedir@
238 lt_ECHO = @lt_ECHO@
239 mandir = @mandir@
240 mkdir_p = @mkdir_p@
241 mountfile = @mountfile@
242 oldincludedir = @oldincludedir@
243 pdfdir = @pdfdir@
244 prefix = @prefix@
245 program_transform_name = @program_transform_name@
246 psdir = @psdir@
247 sbindir = @sbindir@
248 sharedstatedir = @sharedstatedir@
249 srcdir = @srcdir@
250 startstatd = @startstatd@
251 statduser = @statduser@
252 statedir = @statedir@
253 sysconfdir = @sysconfdir@
254 target_alias = @target_alias@
255 top_build_prefix = @top_build_prefix@
256 top_builddir = @top_builddir@
257 top_srcdir = @top_srcdir@
258 SUBDIRS = export include misc nfs
259 MAINTAINERCLEANFILES = Makefile.in
260 all: all-recursive
261
262 .SUFFIXES:
263 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
264         @for dep in $?; do \
265           case '$(am__configure_deps)' in \
266             *$$dep*) \
267               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
268                 && { if test -f $@; then exit 0; else break; fi; }; \
269               exit 1;; \
270           esac; \
271         done; \
272         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu support/Makefile'; \
273         $(am__cd) $(top_srcdir) && \
274           $(AUTOMAKE) --gnu support/Makefile
275 .PRECIOUS: Makefile
276 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277         @case '$?' in \
278           *config.status*) \
279             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
280           *) \
281             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
282             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
283         esac;
284
285 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
286         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
288 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
289         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
291         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292 $(am__aclocal_m4_deps):
293
294 mostlyclean-libtool:
295         -rm -f *.lo
296
297 clean-libtool:
298         -rm -rf .libs _libs
299
300 # This directory's subdirectories are mostly independent; you can cd
301 # into them and run `make' without going through this Makefile.
302 # To change the values of `make' variables: instead of editing Makefiles,
303 # (1) if the variable is set in `config.status', edit `config.status'
304 #     (which will cause the Makefiles to be regenerated when you run `make');
305 # (2) otherwise, pass the desired values on the `make' command line.
306 $(RECURSIVE_TARGETS):
307         @failcom='exit 1'; \
308         for f in x $$MAKEFLAGS; do \
309           case $$f in \
310             *=* | --[!k]*);; \
311             *k*) failcom='fail=yes';; \
312           esac; \
313         done; \
314         dot_seen=no; \
315         target=`echo $@ | sed s/-recursive//`; \
316         list='$(SUBDIRS)'; for subdir in $$list; do \
317           echo "Making $$target in $$subdir"; \
318           if test "$$subdir" = "."; then \
319             dot_seen=yes; \
320             local_target="$$target-am"; \
321           else \
322             local_target="$$target"; \
323           fi; \
324           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
325           || eval $$failcom; \
326         done; \
327         if test "$$dot_seen" = "no"; then \
328           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
329         fi; test -z "$$fail"
330
331 $(RECURSIVE_CLEAN_TARGETS):
332         @failcom='exit 1'; \
333         for f in x $$MAKEFLAGS; do \
334           case $$f in \
335             *=* | --[!k]*);; \
336             *k*) failcom='fail=yes';; \
337           esac; \
338         done; \
339         dot_seen=no; \
340         case "$@" in \
341           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
342           *) list='$(SUBDIRS)' ;; \
343         esac; \
344         rev=''; for subdir in $$list; do \
345           if test "$$subdir" = "."; then :; else \
346             rev="$$subdir $$rev"; \
347           fi; \
348         done; \
349         rev="$$rev ."; \
350         target=`echo $@ | sed s/-recursive//`; \
351         for subdir in $$rev; do \
352           echo "Making $$target in $$subdir"; \
353           if test "$$subdir" = "."; then \
354             local_target="$$target-am"; \
355           else \
356             local_target="$$target"; \
357           fi; \
358           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
359           || eval $$failcom; \
360         done && test -z "$$fail"
361 tags-recursive:
362         list='$(SUBDIRS)'; for subdir in $$list; do \
363           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
364         done
365 ctags-recursive:
366         list='$(SUBDIRS)'; for subdir in $$list; do \
367           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
368         done
369
370 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
371         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
372         unique=`for i in $$list; do \
373             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374           done | \
375           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376               END { if (nonempty) { for (i in files) print i; }; }'`; \
377         mkid -fID $$unique
378 tags: TAGS
379
380 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381                 $(TAGS_FILES) $(LISP)
382         set x; \
383         here=`pwd`; \
384         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
385           include_option=--etags-include; \
386           empty_fix=.; \
387         else \
388           include_option=--include; \
389           empty_fix=; \
390         fi; \
391         list='$(SUBDIRS)'; for subdir in $$list; do \
392           if test "$$subdir" = .; then :; else \
393             test ! -f $$subdir/TAGS || \
394               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
395           fi; \
396         done; \
397         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
398         unique=`for i in $$list; do \
399             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400           done | \
401           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402               END { if (nonempty) { for (i in files) print i; }; }'`; \
403         shift; \
404         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
405           test -n "$$unique" || unique=$$empty_fix; \
406           if test $$# -gt 0; then \
407             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408               "$$@" $$unique; \
409           else \
410             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411               $$unique; \
412           fi; \
413         fi
414 ctags: CTAGS
415 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
416                 $(TAGS_FILES) $(LISP)
417         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
418         unique=`for i in $$list; do \
419             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420           done | \
421           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422               END { if (nonempty) { for (i in files) print i; }; }'`; \
423         test -z "$(CTAGS_ARGS)$$unique" \
424           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
425              $$unique
426
427 GTAGS:
428         here=`$(am__cd) $(top_builddir) && pwd` \
429           && $(am__cd) $(top_srcdir) \
430           && gtags -i $(GTAGS_ARGS) "$$here"
431
432 distclean-tags:
433         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
434
435 distdir: $(DISTFILES)
436         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438         list='$(DISTFILES)'; \
439           dist_files=`for file in $$list; do echo $$file; done | \
440           sed -e "s|^$$srcdirstrip/||;t" \
441               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
442         case $$dist_files in \
443           */*) $(MKDIR_P) `echo "$$dist_files" | \
444                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
445                            sort -u` ;; \
446         esac; \
447         for file in $$dist_files; do \
448           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449           if test -d $$d/$$file; then \
450             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
451             if test -d "$(distdir)/$$file"; then \
452               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453             fi; \
454             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
456               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457             fi; \
458             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
459           else \
460             test -f "$(distdir)/$$file" \
461             || cp -p $$d/$$file "$(distdir)/$$file" \
462             || exit 1; \
463           fi; \
464         done
465         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
466           if test "$$subdir" = .; then :; else \
467             test -d "$(distdir)/$$subdir" \
468             || $(MKDIR_P) "$(distdir)/$$subdir" \
469             || exit 1; \
470           fi; \
471         done
472         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
473           if test "$$subdir" = .; then :; else \
474             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
475             $(am__relativize); \
476             new_distdir=$$reldir; \
477             dir1=$$subdir; dir2="$(top_distdir)"; \
478             $(am__relativize); \
479             new_top_distdir=$$reldir; \
480             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
481             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
482             ($(am__cd) $$subdir && \
483               $(MAKE) $(AM_MAKEFLAGS) \
484                 top_distdir="$$new_top_distdir" \
485                 distdir="$$new_distdir" \
486                 am__remove_distdir=: \
487                 am__skip_length_check=: \
488                 am__skip_mode_fix=: \
489                 distdir) \
490               || exit 1; \
491           fi; \
492         done
493 check-am: all-am
494 check: check-recursive
495 all-am: Makefile
496 installdirs: installdirs-recursive
497 installdirs-am:
498 install: install-recursive
499 install-exec: install-exec-recursive
500 install-data: install-data-recursive
501 uninstall: uninstall-recursive
502
503 install-am: all-am
504         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
505
506 installcheck: installcheck-recursive
507 install-strip:
508         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
509           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
510           `test -z '$(STRIP)' || \
511             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
512 mostlyclean-generic:
513
514 clean-generic:
515
516 distclean-generic:
517         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
518         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
519
520 maintainer-clean-generic:
521         @echo "This command is intended for maintainers to use"
522         @echo "it deletes files that may require special tools to rebuild."
523         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
524 clean: clean-recursive
525
526 clean-am: clean-generic clean-libtool mostlyclean-am
527
528 distclean: distclean-recursive
529         -rm -f Makefile
530 distclean-am: clean-am distclean-generic distclean-tags
531
532 dvi: dvi-recursive
533
534 dvi-am:
535
536 html: html-recursive
537
538 html-am:
539
540 info: info-recursive
541
542 info-am:
543
544 install-data-am:
545
546 install-dvi: install-dvi-recursive
547
548 install-dvi-am:
549
550 install-exec-am:
551
552 install-html: install-html-recursive
553
554 install-html-am:
555
556 install-info: install-info-recursive
557
558 install-info-am:
559
560 install-man:
561
562 install-pdf: install-pdf-recursive
563
564 install-pdf-am:
565
566 install-ps: install-ps-recursive
567
568 install-ps-am:
569
570 installcheck-am:
571
572 maintainer-clean: maintainer-clean-recursive
573         -rm -f Makefile
574 maintainer-clean-am: distclean-am maintainer-clean-generic
575
576 mostlyclean: mostlyclean-recursive
577
578 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
579
580 pdf: pdf-recursive
581
582 pdf-am:
583
584 ps: ps-recursive
585
586 ps-am:
587
588 uninstall-am:
589
590 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
591         install-am install-strip tags-recursive
592
593 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
594         all all-am check check-am clean clean-generic clean-libtool \
595         ctags ctags-recursive distclean distclean-generic \
596         distclean-libtool distclean-tags distdir dvi dvi-am html \
597         html-am info info-am install install-am install-data \
598         install-data-am install-dvi install-dvi-am install-exec \
599         install-exec-am install-html install-html-am install-info \
600         install-info-am install-man install-pdf install-pdf-am \
601         install-ps install-ps-am install-strip installcheck \
602         installcheck-am installdirs installdirs-am maintainer-clean \
603         maintainer-clean-generic mostlyclean mostlyclean-generic \
604         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
605         uninstall uninstall-am
606
607
608 # Tell versions [3.59,3.63) of GNU make to not export all variables.
609 # Otherwise a system limit (for SysV at least) may be exceeded.
610 .NOEXPORT: