Imported Upstream version 1.2.0
[deb_libnfs.git] / examples / Makefile.in
CommitLineData
dabf4152
AM
1# Makefile.in generated by automake 1.11.1 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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37noinst_PROGRAMS = nfsclient-async$(EXEEXT) nfsclient-raw$(EXEEXT) \
38 nfsclient-sync$(EXEEXT) nfsclient-bcast$(EXEEXT) \
39 nfsclient-listservers$(EXEEXT)
40subdir = examples
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49CONFIG_CLEAN_VPATH_FILES =
50PROGRAMS = $(noinst_PROGRAMS)
51am_nfsclient_async_OBJECTS = nfsclient-async.$(OBJEXT)
52nfsclient_async_OBJECTS = $(am_nfsclient_async_OBJECTS)
53nfsclient_async_LDADD = $(LDADD)
54am_nfsclient_bcast_OBJECTS = nfsclient-bcast.$(OBJEXT)
55nfsclient_bcast_OBJECTS = $(am_nfsclient_bcast_OBJECTS)
56nfsclient_bcast_LDADD = $(LDADD)
57am_nfsclient_listservers_OBJECTS = nfsclient-listservers.$(OBJEXT)
58nfsclient_listservers_OBJECTS = $(am_nfsclient_listservers_OBJECTS)
59nfsclient_listservers_LDADD = $(LDADD)
60am_nfsclient_raw_OBJECTS = nfsclient-raw.$(OBJEXT)
61nfsclient_raw_OBJECTS = $(am_nfsclient_raw_OBJECTS)
62nfsclient_raw_LDADD = $(LDADD)
63am_nfsclient_sync_OBJECTS = nfsclient-sync.$(OBJEXT)
64nfsclient_sync_OBJECTS = $(am_nfsclient_sync_OBJECTS)
65nfsclient_sync_LDADD = $(LDADD)
66DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67depcomp = $(SHELL) $(top_srcdir)/depcomp
68am__depfiles_maybe = depfiles
69am__mv = mv -f
70COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75CCLD = $(CC)
76LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78 $(LDFLAGS) -o $@
79SOURCES = $(nfsclient_async_SOURCES) $(nfsclient_bcast_SOURCES) \
80 $(nfsclient_listservers_SOURCES) $(nfsclient_raw_SOURCES) \
81 $(nfsclient_sync_SOURCES)
82DIST_SOURCES = $(nfsclient_async_SOURCES) $(nfsclient_bcast_SOURCES) \
83 $(nfsclient_listservers_SOURCES) $(nfsclient_raw_SOURCES) \
84 $(nfsclient_sync_SOURCES)
85ETAGS = etags
86CTAGS = ctags
87DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88ACLOCAL = @ACLOCAL@
89AMTAR = @AMTAR@
90AR = @AR@
91AUTOCONF = @AUTOCONF@
92AUTOHEADER = @AUTOHEADER@
93AUTOMAKE = @AUTOMAKE@
94AWK = @AWK@
95CC = @CC@
96CCDEPMODE = @CCDEPMODE@
97CFLAGS = @CFLAGS@
98CPP = @CPP@
99CPPFLAGS = @CPPFLAGS@
100CYGPATH_W = @CYGPATH_W@
101DEFS = @DEFS@
102DEPDIR = @DEPDIR@
103DLLTOOL = @DLLTOOL@
104DSYMUTIL = @DSYMUTIL@
105DUMPBIN = @DUMPBIN@
106ECHO_C = @ECHO_C@
107ECHO_N = @ECHO_N@
108ECHO_T = @ECHO_T@
109EGREP = @EGREP@
110EXEEXT = @EXEEXT@
111FGREP = @FGREP@
112GREP = @GREP@
113HAVE_RPCGEN = @HAVE_RPCGEN@
114INSTALL = @INSTALL@
115INSTALL_DATA = @INSTALL_DATA@
116INSTALL_PROGRAM = @INSTALL_PROGRAM@
117INSTALL_SCRIPT = @INSTALL_SCRIPT@
118INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119LD = @LD@
120LDFLAGS = @LDFLAGS@
5670ec6e 121LIBNFS_PC_REQ_PRIVATE = @LIBNFS_PC_REQ_PRIVATE@
dabf4152
AM
122LIBOBJS = @LIBOBJS@
123LIBS = @LIBS@
124LIBTOOL = @LIBTOOL@
125LIPO = @LIPO@
126LN_S = @LN_S@
127LTLIBOBJS = @LTLIBOBJS@
128MAKEINFO = @MAKEINFO@
129MANIFEST_TOOL = @MANIFEST_TOOL@
130MAYBE_EXAMPLES = @MAYBE_EXAMPLES@
131MKDIR_P = @MKDIR_P@
132NM = @NM@
133NMEDIT = @NMEDIT@
134OBJDUMP = @OBJDUMP@
135OBJEXT = @OBJEXT@
136OTOOL = @OTOOL@
137OTOOL64 = @OTOOL64@
138PACKAGE = @PACKAGE@
139PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140PACKAGE_NAME = @PACKAGE_NAME@
141PACKAGE_STRING = @PACKAGE_STRING@
142PACKAGE_TARNAME = @PACKAGE_TARNAME@
143PACKAGE_URL = @PACKAGE_URL@
144PACKAGE_VERSION = @PACKAGE_VERSION@
145PATH_SEPARATOR = @PATH_SEPARATOR@
5670ec6e
AM
146PKG_CONFIG = @PKG_CONFIG@
147PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
148PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
dabf4152
AM
149RANLIB = @RANLIB@
150RPCGENFLAGS = @RPCGENFLAGS@
151SED = @SED@
152SET_MAKE = @SET_MAKE@
153SHELL = @SHELL@
154STRIP = @STRIP@
5670ec6e
AM
155TIRPC_CFLAGS = @TIRPC_CFLAGS@
156TIRPC_LIBS = @TIRPC_LIBS@
dabf4152
AM
157VERSION = @VERSION@
158abs_builddir = @abs_builddir@
159abs_srcdir = @abs_srcdir@
160abs_top_builddir = @abs_top_builddir@
161abs_top_srcdir = @abs_top_srcdir@
162ac_ct_AR = @ac_ct_AR@
163ac_ct_CC = @ac_ct_CC@
164ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
165am__include = @am__include@
166am__leading_dot = @am__leading_dot@
167am__quote = @am__quote@
168am__tar = @am__tar@
169am__untar = @am__untar@
170bindir = @bindir@
171build = @build@
172build_alias = @build_alias@
173build_cpu = @build_cpu@
174build_os = @build_os@
175build_vendor = @build_vendor@
176builddir = @builddir@
177datadir = @datadir@
178datarootdir = @datarootdir@
179docdir = @docdir@
180dvidir = @dvidir@
181exec_prefix = @exec_prefix@
182host = @host@
183host_alias = @host_alias@
184host_cpu = @host_cpu@
185host_os = @host_os@
186host_vendor = @host_vendor@
187htmldir = @htmldir@
188includedir = @includedir@
189infodir = @infodir@
190install_sh = @install_sh@
191libdir = @libdir@
192libexecdir = @libexecdir@
193localedir = @localedir@
194localstatedir = @localstatedir@
195mandir = @mandir@
196mkdir_p = @mkdir_p@
197oldincludedir = @oldincludedir@
198pdfdir = @pdfdir@
199prefix = @prefix@
200program_transform_name = @program_transform_name@
201psdir = @psdir@
202sbindir = @sbindir@
203sharedstatedir = @sharedstatedir@
204srcdir = @srcdir@
205sysconfdir = @sysconfdir@
206target_alias = @target_alias@
207top_build_prefix = @top_build_prefix@
208top_builddir = @top_builddir@
209top_srcdir = @top_srcdir@
210AM_CPPFLAGS = \
211 -I$(abs_top_srcdir)/include \
212 -I../mount \
213 -I../nfs \
214 -I../rquota \
215 -I../portmap \
216 "-D_U_=__attribute__((unused))"
217
218AM_LDFLAGS = ../lib/.libs/libnfs.la
219nfsclient_async_SOURCES = nfsclient-async.c
220nfsclient_raw_SOURCES = nfsclient-raw.c
221nfsclient_sync_SOURCES = nfsclient-sync.c
222nfsclient_bcast_SOURCES = nfsclient-bcast.c
223nfsclient_listservers_SOURCES = nfsclient-listservers.c
224all: all-am
225
226.SUFFIXES:
227.SUFFIXES: .c .lo .o .obj
228$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
229 @for dep in $?; do \
230 case '$(am__configure_deps)' in \
231 *$$dep*) \
232 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
233 && { if test -f $@; then exit 0; else break; fi; }; \
234 exit 1;; \
235 esac; \
236 done; \
237 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
238 $(am__cd) $(top_srcdir) && \
239 $(AUTOMAKE) --foreign examples/Makefile
240.PRECIOUS: Makefile
241Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242 @case '$?' in \
243 *config.status*) \
244 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245 *) \
246 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248 esac;
249
250$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
253$(top_srcdir)/configure: $(am__configure_deps)
254 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255$(ACLOCAL_M4): $(am__aclocal_m4_deps)
256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257$(am__aclocal_m4_deps):
258
259clean-noinstPROGRAMS:
260 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
261 echo " rm -f" $$list; \
262 rm -f $$list || exit $$?; \
263 test -n "$(EXEEXT)" || exit 0; \
264 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
265 echo " rm -f" $$list; \
266 rm -f $$list
267nfsclient-async$(EXEEXT): $(nfsclient_async_OBJECTS) $(nfsclient_async_DEPENDENCIES)
268 @rm -f nfsclient-async$(EXEEXT)
269 $(LINK) $(nfsclient_async_OBJECTS) $(nfsclient_async_LDADD) $(LIBS)
270nfsclient-bcast$(EXEEXT): $(nfsclient_bcast_OBJECTS) $(nfsclient_bcast_DEPENDENCIES)
271 @rm -f nfsclient-bcast$(EXEEXT)
272 $(LINK) $(nfsclient_bcast_OBJECTS) $(nfsclient_bcast_LDADD) $(LIBS)
273nfsclient-listservers$(EXEEXT): $(nfsclient_listservers_OBJECTS) $(nfsclient_listservers_DEPENDENCIES)
274 @rm -f nfsclient-listservers$(EXEEXT)
275 $(LINK) $(nfsclient_listservers_OBJECTS) $(nfsclient_listservers_LDADD) $(LIBS)
276nfsclient-raw$(EXEEXT): $(nfsclient_raw_OBJECTS) $(nfsclient_raw_DEPENDENCIES)
277 @rm -f nfsclient-raw$(EXEEXT)
278 $(LINK) $(nfsclient_raw_OBJECTS) $(nfsclient_raw_LDADD) $(LIBS)
279nfsclient-sync$(EXEEXT): $(nfsclient_sync_OBJECTS) $(nfsclient_sync_DEPENDENCIES)
280 @rm -f nfsclient-sync$(EXEEXT)
281 $(LINK) $(nfsclient_sync_OBJECTS) $(nfsclient_sync_LDADD) $(LIBS)
282
283mostlyclean-compile:
284 -rm -f *.$(OBJEXT)
285
286distclean-compile:
287 -rm -f *.tab.c
288
289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient-async.Po@am__quote@
290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient-bcast.Po@am__quote@
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient-listservers.Po@am__quote@
292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient-raw.Po@am__quote@
293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient-sync.Po@am__quote@
294
295.c.o:
296@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
297@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
298@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
299@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300@am__fastdepCC_FALSE@ $(COMPILE) -c $<
301
302.c.obj:
303@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
304@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
305@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
306@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
308
309.c.lo:
310@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
311@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
312@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
313@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
315
316mostlyclean-libtool:
317 -rm -f *.lo
318
319clean-libtool:
320 -rm -rf .libs _libs
321
322ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
323 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
324 unique=`for i in $$list; do \
325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326 done | \
327 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
328 END { if (nonempty) { for (i in files) print i; }; }'`; \
329 mkid -fID $$unique
330tags: TAGS
331
332TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
333 $(TAGS_FILES) $(LISP)
334 set x; \
335 here=`pwd`; \
336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337 unique=`for i in $$list; do \
338 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339 done | \
340 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341 END { if (nonempty) { for (i in files) print i; }; }'`; \
342 shift; \
343 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
344 test -n "$$unique" || unique=$$empty_fix; \
345 if test $$# -gt 0; then \
346 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
347 "$$@" $$unique; \
348 else \
349 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
350 $$unique; \
351 fi; \
352 fi
353ctags: CTAGS
354CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
355 $(TAGS_FILES) $(LISP)
356 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
357 unique=`for i in $$list; do \
358 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359 done | \
360 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
361 END { if (nonempty) { for (i in files) print i; }; }'`; \
362 test -z "$(CTAGS_ARGS)$$unique" \
363 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
364 $$unique
365
366GTAGS:
367 here=`$(am__cd) $(top_builddir) && pwd` \
368 && $(am__cd) $(top_srcdir) \
369 && gtags -i $(GTAGS_ARGS) "$$here"
370
371distclean-tags:
372 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
373
374distdir: $(DISTFILES)
375 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
376 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
377 list='$(DISTFILES)'; \
378 dist_files=`for file in $$list; do echo $$file; done | \
379 sed -e "s|^$$srcdirstrip/||;t" \
380 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
381 case $$dist_files in \
382 */*) $(MKDIR_P) `echo "$$dist_files" | \
383 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
384 sort -u` ;; \
385 esac; \
386 for file in $$dist_files; do \
387 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
388 if test -d $$d/$$file; then \
389 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
390 if test -d "$(distdir)/$$file"; then \
391 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
392 fi; \
393 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
394 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
395 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
396 fi; \
397 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
398 else \
399 test -f "$(distdir)/$$file" \
400 || cp -p $$d/$$file "$(distdir)/$$file" \
401 || exit 1; \
402 fi; \
403 done
404check-am: all-am
405check: check-am
406all-am: Makefile $(PROGRAMS)
407installdirs:
408install: install-am
409install-exec: install-exec-am
410install-data: install-data-am
411uninstall: uninstall-am
412
413install-am: all-am
414 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
415
416installcheck: installcheck-am
417install-strip:
418 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
419 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
420 `test -z '$(STRIP)' || \
421 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
422mostlyclean-generic:
423
424clean-generic:
425
426distclean-generic:
427 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
428 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
429
430maintainer-clean-generic:
431 @echo "This command is intended for maintainers to use"
432 @echo "it deletes files that may require special tools to rebuild."
433clean: clean-am
434
435clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
436 mostlyclean-am
437
438distclean: distclean-am
439 -rm -rf ./$(DEPDIR)
440 -rm -f Makefile
441distclean-am: clean-am distclean-compile distclean-generic \
442 distclean-tags
443
444dvi: dvi-am
445
446dvi-am:
447
448html: html-am
449
450html-am:
451
452info: info-am
453
454info-am:
455
456install-data-am:
457
458install-dvi: install-dvi-am
459
460install-dvi-am:
461
462install-exec-am:
463
464install-html: install-html-am
465
466install-html-am:
467
468install-info: install-info-am
469
470install-info-am:
471
472install-man:
473
474install-pdf: install-pdf-am
475
476install-pdf-am:
477
478install-ps: install-ps-am
479
480install-ps-am:
481
482installcheck-am:
483
484maintainer-clean: maintainer-clean-am
485 -rm -rf ./$(DEPDIR)
486 -rm -f Makefile
487maintainer-clean-am: distclean-am maintainer-clean-generic
488
489mostlyclean: mostlyclean-am
490
491mostlyclean-am: mostlyclean-compile mostlyclean-generic \
492 mostlyclean-libtool
493
494pdf: pdf-am
495
496pdf-am:
497
498ps: ps-am
499
500ps-am:
501
502uninstall-am:
503
504.MAKE: install-am install-strip
505
506.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
507 clean-libtool clean-noinstPROGRAMS ctags distclean \
508 distclean-compile distclean-generic distclean-libtool \
509 distclean-tags distdir dvi dvi-am html html-am info info-am \
510 install install-am install-data install-data-am install-dvi \
511 install-dvi-am install-exec install-exec-am install-html \
512 install-html-am install-info install-info-am install-man \
513 install-pdf install-pdf-am install-ps install-ps-am \
514 install-strip installcheck installcheck-am installdirs \
515 maintainer-clean maintainer-clean-generic mostlyclean \
516 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
517 pdf pdf-am ps ps-am tags uninstall uninstall-am
518
519
520# Tell versions [3.59,3.63) of GNU make to not export all variables.
521# Otherwise a system limit (for SysV at least) may be exceeded.
522.NOEXPORT: