]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/osd_login/Makefile.in
Imported Upstream version 1.2.8
[nfs-utils.git] / utils / osd_login / Makefile.in
1 # Makefile.in generated by automake 1.12.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 subdir = utils/osd_login
54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
57         $(top_srcdir)/aclocal/ipv6.m4 \
58         $(top_srcdir)/aclocal/kerberos5.m4 \
59         $(top_srcdir)/aclocal/keyutils.m4 \
60         $(top_srcdir)/aclocal/libblkid.m4 \
61         $(top_srcdir)/aclocal/libcap.m4 \
62         $(top_srcdir)/aclocal/libevent.m4 \
63         $(top_srcdir)/aclocal/libnfsidmap.m4 \
64         $(top_srcdir)/aclocal/librpcsecgss.m4 \
65         $(top_srcdir)/aclocal/libsqlite3.m4 \
66         $(top_srcdir)/aclocal/libtirpc.m4 \
67         $(top_srcdir)/aclocal/libtool.m4 \
68         $(top_srcdir)/aclocal/ltoptions.m4 \
69         $(top_srcdir)/aclocal/ltsugar.m4 \
70         $(top_srcdir)/aclocal/ltversion.m4 \
71         $(top_srcdir)/aclocal/lt~obsolete.m4 \
72         $(top_srcdir)/aclocal/nfs-utils.m4 \
73         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
74         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
75         $(top_srcdir)/configure.ac
76 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77         $(ACLOCAL_M4)
78 mkinstalldirs = $(install_sh) -d
79 CONFIG_HEADER = $(top_builddir)/support/include/config.h
80 CONFIG_CLEAN_FILES =
81 CONFIG_CLEAN_VPATH_FILES =
82 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
83 am__vpath_adj = case $$p in \
84     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85     *) f=$$p;; \
86   esac;
87 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
88 am__install_max = 40
89 am__nobase_strip_setup = \
90   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
91 am__nobase_strip = \
92   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
93 am__nobase_list = $(am__nobase_strip_setup); \
94   for p in $$list; do echo "$$p $$p"; done | \
95   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
96   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
97     if (++n[$$2] == $(am__install_max)) \
98       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
99     END { for (dir in files) print dir, files[dir] }'
100 am__base_list = \
101   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
102   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
103 am__uninstall_files_from_dir = { \
104   test -z "$$files" \
105     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
106     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
107          $(am__cd) "$$dir" && rm -f $$files; }; \
108   }
109 am__installdirs = "$(DESTDIR)$(sbindir)"
110 SCRIPTS = $(sbin_SCRIPTS)
111 SOURCES =
112 DIST_SOURCES =
113 am__can_run_installinfo = \
114   case $$AM_UPDATE_INFO_DIR in \
115     n|no|NO) false;; \
116     *) (install-info --version) >/dev/null 2>&1;; \
117   esac
118 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119 ACLOCAL = @ACLOCAL@
120 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
121 ALLOCA = @ALLOCA@
122 AMTAR = @AMTAR@
123 AM_CFLAGS = @AM_CFLAGS@
124 AM_CPPFLAGS = @AM_CPPFLAGS@
125 AR = @AR@
126 AUTOCONF = @AUTOCONF@
127 AUTOHEADER = @AUTOHEADER@
128 AUTOMAKE = @AUTOMAKE@
129 AWK = @AWK@
130 CC = @CC@
131 CCDEPMODE = @CCDEPMODE@
132 CC_FOR_BUILD = @CC_FOR_BUILD@
133 CFLAGS = @CFLAGS@
134 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
135 CPP = @CPP@
136 CPPFLAGS = @CPPFLAGS@
137 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
138 CXX = @CXX@
139 CXXCPP = @CXXCPP@
140 CXXDEPMODE = @CXXDEPMODE@
141 CXXFLAGS = @CXXFLAGS@
142 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
143 CYGPATH_W = @CYGPATH_W@
144 DEFS = @DEFS@
145 DEPDIR = @DEPDIR@
146 DLLTOOL = @DLLTOOL@
147 DSYMUTIL = @DSYMUTIL@
148 DUMPBIN = @DUMPBIN@
149 ECHO_C = @ECHO_C@
150 ECHO_N = @ECHO_N@
151 ECHO_T = @ECHO_T@
152 EGREP = @EGREP@
153 EXEEXT = @EXEEXT@
154 FGREP = @FGREP@
155 GREP = @GREP@
156 GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
157 GSSAPI_LIBS = @GSSAPI_LIBS@
158 GSSD = @GSSD@
159 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
160 GSSGLUE_LIBS = @GSSGLUE_LIBS@
161 GSSKRB_CFLAGS = @GSSKRB_CFLAGS@
162 GSSKRB_LIBS = @GSSKRB_LIBS@
163 HAVE_LIBWRAP = @HAVE_LIBWRAP@
164 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
165 IDMAPD = @IDMAPD@
166 INSTALL = @INSTALL@
167 INSTALL_DATA = @INSTALL_DATA@
168 INSTALL_PROGRAM = @INSTALL_PROGRAM@
169 INSTALL_SCRIPT = @INSTALL_SCRIPT@
170 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
171 K5VERS = @K5VERS@
172 KRBCFLAGS = @KRBCFLAGS@
173 KRBDIR = @KRBDIR@
174 KRBLDFLAGS = @KRBLDFLAGS@
175 KRBLIBS = @KRBLIBS@
176 LD = @LD@
177 LDFLAGS = @LDFLAGS@
178 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
179 LIBBLKID = @LIBBLKID@
180 LIBBSD = @LIBBSD@
181 LIBCAP = @LIBCAP@
182 LIBCRYPT = @LIBCRYPT@
183 LIBDL = @LIBDL@
184 LIBEVENT = @LIBEVENT@
185 LIBKEYUTILS = @LIBKEYUTILS@
186 LIBMOUNT = @LIBMOUNT@
187 LIBNFSIDMAP = @LIBNFSIDMAP@
188 LIBNSL = @LIBNSL@
189 LIBOBJS = @LIBOBJS@
190 LIBS = @LIBS@
191 LIBSOCKET = @LIBSOCKET@
192 LIBSQLITE = @LIBSQLITE@
193 LIBTIRPC = @LIBTIRPC@
194 LIBTOOL = @LIBTOOL@
195 LIBWRAP = @LIBWRAP@
196 LIPO = @LIPO@
197 LN_S = @LN_S@
198 LTLIBOBJS = @LTLIBOBJS@
199 MAINT = @MAINT@
200 MAKEINFO = @MAKEINFO@
201 MANIFEST_TOOL = @MANIFEST_TOOL@
202 MKDIR_P = @MKDIR_P@
203 NM = @NM@
204 NMEDIT = @NMEDIT@
205 OBJDUMP = @OBJDUMP@
206 OBJEXT = @OBJEXT@
207 OTOOL = @OTOOL@
208 OTOOL64 = @OTOOL64@
209 PACKAGE = @PACKAGE@
210 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
211 PACKAGE_NAME = @PACKAGE_NAME@
212 PACKAGE_STRING = @PACKAGE_STRING@
213 PACKAGE_TARNAME = @PACKAGE_TARNAME@
214 PACKAGE_URL = @PACKAGE_URL@
215 PACKAGE_VERSION = @PACKAGE_VERSION@
216 PATH_SEPARATOR = @PATH_SEPARATOR@
217 PKG_CONFIG = @PKG_CONFIG@
218 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
219 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
220 RANLIB = @RANLIB@
221 RELEASE = @RELEASE@
222 RPCGEN_PATH = @RPCGEN_PATH@
223 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
224 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
225 SED = @SED@
226 SET_MAKE = @SET_MAKE@
227 SHELL = @SHELL@
228 STRIP = @STRIP@
229 SVCGSSD = @SVCGSSD@
230 VERSION = @VERSION@
231 abs_builddir = @abs_builddir@
232 abs_srcdir = @abs_srcdir@
233 abs_top_builddir = @abs_top_builddir@
234 abs_top_srcdir = @abs_top_srcdir@
235 ac_ct_AR = @ac_ct_AR@
236 ac_ct_CC = @ac_ct_CC@
237 ac_ct_CXX = @ac_ct_CXX@
238 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
239 am__include = @am__include@
240 am__leading_dot = @am__leading_dot@
241 am__quote = @am__quote@
242 am__tar = @am__tar@
243 am__untar = @am__untar@
244 bindir = @bindir@
245 build = @build@
246 build_alias = @build_alias@
247 build_cpu = @build_cpu@
248 build_os = @build_os@
249 build_vendor = @build_vendor@
250 builddir = @builddir@
251 datadir = @datadir@
252 datarootdir = @datarootdir@
253 docdir = @docdir@
254 dvidir = @dvidir@
255 enable_gss = @enable_gss@
256 enable_ipv6 = @enable_ipv6@
257 enable_mountconfig = @enable_mountconfig@
258 enable_nfsv4 = @enable_nfsv4@
259 enable_nfsv41 = @enable_nfsv41@
260 exec_prefix = @exec_prefix@
261 host = @host@
262 host_alias = @host_alias@
263 host_cpu = @host_cpu@
264 host_os = @host_os@
265 host_vendor = @host_vendor@
266 htmldir = @htmldir@
267 includedir = @includedir@
268 infodir = @infodir@
269 install_sh = @install_sh@
270 kprefix = @kprefix@
271 libdir = @libdir@
272 libexecdir = @libexecdir@
273 localedir = @localedir@
274 localstatedir = @localstatedir@
275 mandir = @mandir@
276 mkdir_p = @mkdir_p@
277 mountfile = @mountfile@
278 oldincludedir = @oldincludedir@
279 pdfdir = @pdfdir@
280 prefix = @prefix@
281 program_transform_name = @program_transform_name@
282 psdir = @psdir@
283
284 # These binaries go in /sbin (not /usr/sbin), and that cannot be
285 # overridden at config time.
286 sbindir = /sbin
287 sharedstatedir = @sharedstatedir@
288 srcdir = @srcdir@
289 startstatd = @startstatd@
290 statdpath = @statdpath@
291 statduser = @statduser@
292 statedir = @statedir@
293 sysconfdir = @sysconfdir@
294 target_alias = @target_alias@
295 top_build_prefix = @top_build_prefix@
296 top_builddir = @top_builddir@
297 top_srcdir = @top_srcdir@
298 sbin_SCRIPTS = osd_login
299 MAINTAINERCLEANFILES = Makefile.in
300 all: all-am
301
302 .SUFFIXES:
303 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
304         @for dep in $?; do \
305           case '$(am__configure_deps)' in \
306             *$$dep*) \
307               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308                 && { if test -f $@; then exit 0; else break; fi; }; \
309               exit 1;; \
310           esac; \
311         done; \
312         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/osd_login/Makefile'; \
313         $(am__cd) $(top_srcdir) && \
314           $(AUTOMAKE) --gnu utils/osd_login/Makefile
315 .PRECIOUS: Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317         @case '$?' in \
318           *config.status*) \
319             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320           *) \
321             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323         esac;
324
325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(am__aclocal_m4_deps):
333 install-sbinSCRIPTS: $(sbin_SCRIPTS)
334         @$(NORMAL_INSTALL)
335         @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \
336         if test -n "$$list"; then \
337           echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
338           $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
339         fi; \
340         for p in $$list; do \
341           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
342           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
343         done | \
344         sed -e 'p;s,.*/,,;n' \
345             -e 'h;s|.*|.|' \
346             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
347         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
348           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
349             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
350               if (++n[d] == $(am__install_max)) { \
351                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
352             else { print "f", d "/" $$4, $$1 } } \
353           END { for (d in files) print "f", d, files[d] }' | \
354         while read type dir files; do \
355              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
356              test -z "$$files" || { \
357                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
358                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
359              } \
360         ; done
361
362 uninstall-sbinSCRIPTS:
363         @$(NORMAL_UNINSTALL)
364         @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \
365         files=`for p in $$list; do echo "$$p"; done | \
366                sed -e 's,.*/,,;$(transform)'`; \
367         dir='$(DESTDIR)$(sbindir)'; $(am__uninstall_files_from_dir)
368
369 mostlyclean-libtool:
370         -rm -f *.lo
371
372 clean-libtool:
373         -rm -rf .libs _libs
374 tags: TAGS
375 TAGS:
376
377 ctags: CTAGS
378 CTAGS:
379
380 cscope cscopelist:
381
382
383 distdir: $(DISTFILES)
384         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
385         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
386         list='$(DISTFILES)'; \
387           dist_files=`for file in $$list; do echo $$file; done | \
388           sed -e "s|^$$srcdirstrip/||;t" \
389               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
390         case $$dist_files in \
391           */*) $(MKDIR_P) `echo "$$dist_files" | \
392                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
393                            sort -u` ;; \
394         esac; \
395         for file in $$dist_files; do \
396           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
397           if test -d $$d/$$file; then \
398             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
399             if test -d "$(distdir)/$$file"; then \
400               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
401             fi; \
402             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
404               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
405             fi; \
406             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
407           else \
408             test -f "$(distdir)/$$file" \
409             || cp -p $$d/$$file "$(distdir)/$$file" \
410             || exit 1; \
411           fi; \
412         done
413 check-am: all-am
414 check: check-am
415 all-am: Makefile $(SCRIPTS)
416 installdirs:
417         for dir in "$(DESTDIR)$(sbindir)"; do \
418           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
419         done
420 install: install-am
421 install-exec: install-exec-am
422 install-data: install-data-am
423 uninstall: uninstall-am
424
425 install-am: all-am
426         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
427
428 installcheck: installcheck-am
429 install-strip:
430         if test -z '$(STRIP)'; then \
431           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433               install; \
434         else \
435           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
436             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
437             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
438         fi
439 mostlyclean-generic:
440
441 clean-generic:
442
443 distclean-generic:
444         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
445         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
446
447 maintainer-clean-generic:
448         @echo "This command is intended for maintainers to use"
449         @echo "it deletes files that may require special tools to rebuild."
450         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
451 clean: clean-am
452
453 clean-am: clean-generic clean-libtool mostlyclean-am
454
455 distclean: distclean-am
456         -rm -f Makefile
457 distclean-am: clean-am distclean-generic
458
459 dvi: dvi-am
460
461 dvi-am:
462
463 html: html-am
464
465 html-am:
466
467 info: info-am
468
469 info-am:
470
471 install-data-am:
472
473 install-dvi: install-dvi-am
474
475 install-dvi-am:
476
477 install-exec-am: install-sbinSCRIPTS
478
479 install-html: install-html-am
480
481 install-html-am:
482
483 install-info: install-info-am
484
485 install-info-am:
486
487 install-man:
488
489 install-pdf: install-pdf-am
490
491 install-pdf-am:
492
493 install-ps: install-ps-am
494
495 install-ps-am:
496
497 installcheck-am:
498
499 maintainer-clean: maintainer-clean-am
500         -rm -f Makefile
501 maintainer-clean-am: distclean-am maintainer-clean-generic
502
503 mostlyclean: mostlyclean-am
504
505 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
506
507 pdf: pdf-am
508
509 pdf-am:
510
511 ps: ps-am
512
513 ps-am:
514
515 uninstall-am: uninstall-sbinSCRIPTS
516
517 .MAKE: install-am install-strip
518
519 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
520         distclean distclean-generic distclean-libtool distdir dvi \
521         dvi-am html html-am info info-am install install-am \
522         install-data install-data-am install-dvi install-dvi-am \
523         install-exec install-exec-am install-html install-html-am \
524         install-info install-info-am install-man install-pdf \
525         install-pdf-am install-ps install-ps-am install-sbinSCRIPTS \
526         install-strip installcheck installcheck-am installdirs \
527         maintainer-clean maintainer-clean-generic mostlyclean \
528         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
529         uninstall uninstall-am uninstall-sbinSCRIPTS
530
531
532 # Tell versions [3.59,3.63) of GNU make to not export all variables.
533 # Otherwise a system limit (for SysV at least) may be exceeded.
534 .NOEXPORT: