Imported Upstream version 0.0~git20110724.48593f5
[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@
121LIBOBJS = @LIBOBJS@
122LIBS = @LIBS@
123LIBTOOL = @LIBTOOL@
124LIPO = @LIPO@
125LN_S = @LN_S@
126LTLIBOBJS = @LTLIBOBJS@
127MAKEINFO = @MAKEINFO@
128MANIFEST_TOOL = @MANIFEST_TOOL@
129MAYBE_EXAMPLES = @MAYBE_EXAMPLES@
130MKDIR_P = @MKDIR_P@
131NM = @NM@
132NMEDIT = @NMEDIT@
133OBJDUMP = @OBJDUMP@
134OBJEXT = @OBJEXT@
135OTOOL = @OTOOL@
136OTOOL64 = @OTOOL64@
137PACKAGE = @PACKAGE@
138PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139PACKAGE_NAME = @PACKAGE_NAME@
140PACKAGE_STRING = @PACKAGE_STRING@
141PACKAGE_TARNAME = @PACKAGE_TARNAME@
142PACKAGE_URL = @PACKAGE_URL@
143PACKAGE_VERSION = @PACKAGE_VERSION@
144PATH_SEPARATOR = @PATH_SEPARATOR@
145RANLIB = @RANLIB@
146RPCGENFLAGS = @RPCGENFLAGS@
147SED = @SED@
148SET_MAKE = @SET_MAKE@
149SHELL = @SHELL@
150STRIP = @STRIP@
151VERSION = @VERSION@
152abs_builddir = @abs_builddir@
153abs_srcdir = @abs_srcdir@
154abs_top_builddir = @abs_top_builddir@
155abs_top_srcdir = @abs_top_srcdir@
156ac_ct_AR = @ac_ct_AR@
157ac_ct_CC = @ac_ct_CC@
158ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
159am__include = @am__include@
160am__leading_dot = @am__leading_dot@
161am__quote = @am__quote@
162am__tar = @am__tar@
163am__untar = @am__untar@
164bindir = @bindir@
165build = @build@
166build_alias = @build_alias@
167build_cpu = @build_cpu@
168build_os = @build_os@
169build_vendor = @build_vendor@
170builddir = @builddir@
171datadir = @datadir@
172datarootdir = @datarootdir@
173docdir = @docdir@
174dvidir = @dvidir@
175exec_prefix = @exec_prefix@
176host = @host@
177host_alias = @host_alias@
178host_cpu = @host_cpu@
179host_os = @host_os@
180host_vendor = @host_vendor@
181htmldir = @htmldir@
182includedir = @includedir@
183infodir = @infodir@
184install_sh = @install_sh@
185libdir = @libdir@
186libexecdir = @libexecdir@
187localedir = @localedir@
188localstatedir = @localstatedir@
189mandir = @mandir@
190mkdir_p = @mkdir_p@
191oldincludedir = @oldincludedir@
192pdfdir = @pdfdir@
193prefix = @prefix@
194program_transform_name = @program_transform_name@
195psdir = @psdir@
196sbindir = @sbindir@
197sharedstatedir = @sharedstatedir@
198srcdir = @srcdir@
199sysconfdir = @sysconfdir@
200target_alias = @target_alias@
201top_build_prefix = @top_build_prefix@
202top_builddir = @top_builddir@
203top_srcdir = @top_srcdir@
204AM_CPPFLAGS = \
205 -I$(abs_top_srcdir)/include \
206 -I../mount \
207 -I../nfs \
208 -I../rquota \
209 -I../portmap \
210 "-D_U_=__attribute__((unused))"
211
212AM_LDFLAGS = ../lib/.libs/libnfs.la
213nfsclient_async_SOURCES = nfsclient-async.c
214nfsclient_raw_SOURCES = nfsclient-raw.c
215nfsclient_sync_SOURCES = nfsclient-sync.c
216nfsclient_bcast_SOURCES = nfsclient-bcast.c
217nfsclient_listservers_SOURCES = nfsclient-listservers.c
218all: all-am
219
220.SUFFIXES:
221.SUFFIXES: .c .lo .o .obj
222$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
223 @for dep in $?; do \
224 case '$(am__configure_deps)' in \
225 *$$dep*) \
226 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
227 && { if test -f $@; then exit 0; else break; fi; }; \
228 exit 1;; \
229 esac; \
230 done; \
231 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
232 $(am__cd) $(top_srcdir) && \
233 $(AUTOMAKE) --foreign examples/Makefile
234.PRECIOUS: Makefile
235Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236 @case '$?' in \
237 *config.status*) \
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
239 *) \
240 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
242 esac;
243
244$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
247$(top_srcdir)/configure: $(am__configure_deps)
248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249$(ACLOCAL_M4): $(am__aclocal_m4_deps)
250 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251$(am__aclocal_m4_deps):
252
253clean-noinstPROGRAMS:
254 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
255 echo " rm -f" $$list; \
256 rm -f $$list || exit $$?; \
257 test -n "$(EXEEXT)" || exit 0; \
258 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
259 echo " rm -f" $$list; \
260 rm -f $$list
261nfsclient-async$(EXEEXT): $(nfsclient_async_OBJECTS) $(nfsclient_async_DEPENDENCIES)
262 @rm -f nfsclient-async$(EXEEXT)
263 $(LINK) $(nfsclient_async_OBJECTS) $(nfsclient_async_LDADD) $(LIBS)
264nfsclient-bcast$(EXEEXT): $(nfsclient_bcast_OBJECTS) $(nfsclient_bcast_DEPENDENCIES)
265 @rm -f nfsclient-bcast$(EXEEXT)
266 $(LINK) $(nfsclient_bcast_OBJECTS) $(nfsclient_bcast_LDADD) $(LIBS)
267nfsclient-listservers$(EXEEXT): $(nfsclient_listservers_OBJECTS) $(nfsclient_listservers_DEPENDENCIES)
268 @rm -f nfsclient-listservers$(EXEEXT)
269 $(LINK) $(nfsclient_listservers_OBJECTS) $(nfsclient_listservers_LDADD) $(LIBS)
270nfsclient-raw$(EXEEXT): $(nfsclient_raw_OBJECTS) $(nfsclient_raw_DEPENDENCIES)
271 @rm -f nfsclient-raw$(EXEEXT)
272 $(LINK) $(nfsclient_raw_OBJECTS) $(nfsclient_raw_LDADD) $(LIBS)
273nfsclient-sync$(EXEEXT): $(nfsclient_sync_OBJECTS) $(nfsclient_sync_DEPENDENCIES)
274 @rm -f nfsclient-sync$(EXEEXT)
275 $(LINK) $(nfsclient_sync_OBJECTS) $(nfsclient_sync_LDADD) $(LIBS)
276
277mostlyclean-compile:
278 -rm -f *.$(OBJEXT)
279
280distclean-compile:
281 -rm -f *.tab.c
282
283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient-async.Po@am__quote@
284@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient-bcast.Po@am__quote@
285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient-listservers.Po@am__quote@
286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient-raw.Po@am__quote@
287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient-sync.Po@am__quote@
288
289.c.o:
290@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
291@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
292@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294@am__fastdepCC_FALSE@ $(COMPILE) -c $<
295
296.c.obj:
297@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
298@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
299@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
300@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
302
303.c.lo:
304@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
305@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
306@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
307@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
309
310mostlyclean-libtool:
311 -rm -f *.lo
312
313clean-libtool:
314 -rm -rf .libs _libs
315
316ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318 unique=`for i in $$list; do \
319 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320 done | \
321 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
322 END { if (nonempty) { for (i in files) print i; }; }'`; \
323 mkid -fID $$unique
324tags: TAGS
325
326TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
327 $(TAGS_FILES) $(LISP)
328 set x; \
329 here=`pwd`; \
330 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
331 unique=`for i in $$list; do \
332 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333 done | \
334 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
335 END { if (nonempty) { for (i in files) print i; }; }'`; \
336 shift; \
337 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
338 test -n "$$unique" || unique=$$empty_fix; \
339 if test $$# -gt 0; then \
340 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341 "$$@" $$unique; \
342 else \
343 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
344 $$unique; \
345 fi; \
346 fi
347ctags: CTAGS
348CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
349 $(TAGS_FILES) $(LISP)
350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351 unique=`for i in $$list; do \
352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353 done | \
354 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355 END { if (nonempty) { for (i in files) print i; }; }'`; \
356 test -z "$(CTAGS_ARGS)$$unique" \
357 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358 $$unique
359
360GTAGS:
361 here=`$(am__cd) $(top_builddir) && pwd` \
362 && $(am__cd) $(top_srcdir) \
363 && gtags -i $(GTAGS_ARGS) "$$here"
364
365distclean-tags:
366 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
367
368distdir: $(DISTFILES)
369 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
370 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
371 list='$(DISTFILES)'; \
372 dist_files=`for file in $$list; do echo $$file; done | \
373 sed -e "s|^$$srcdirstrip/||;t" \
374 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
375 case $$dist_files in \
376 */*) $(MKDIR_P) `echo "$$dist_files" | \
377 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
378 sort -u` ;; \
379 esac; \
380 for file in $$dist_files; do \
381 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
382 if test -d $$d/$$file; then \
383 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
384 if test -d "$(distdir)/$$file"; then \
385 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
386 fi; \
387 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
388 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
389 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
390 fi; \
391 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
392 else \
393 test -f "$(distdir)/$$file" \
394 || cp -p $$d/$$file "$(distdir)/$$file" \
395 || exit 1; \
396 fi; \
397 done
398check-am: all-am
399check: check-am
400all-am: Makefile $(PROGRAMS)
401installdirs:
402install: install-am
403install-exec: install-exec-am
404install-data: install-data-am
405uninstall: uninstall-am
406
407install-am: all-am
408 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
409
410installcheck: installcheck-am
411install-strip:
412 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
413 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
414 `test -z '$(STRIP)' || \
415 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
416mostlyclean-generic:
417
418clean-generic:
419
420distclean-generic:
421 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
422 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
423
424maintainer-clean-generic:
425 @echo "This command is intended for maintainers to use"
426 @echo "it deletes files that may require special tools to rebuild."
427clean: clean-am
428
429clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
430 mostlyclean-am
431
432distclean: distclean-am
433 -rm -rf ./$(DEPDIR)
434 -rm -f Makefile
435distclean-am: clean-am distclean-compile distclean-generic \
436 distclean-tags
437
438dvi: dvi-am
439
440dvi-am:
441
442html: html-am
443
444html-am:
445
446info: info-am
447
448info-am:
449
450install-data-am:
451
452install-dvi: install-dvi-am
453
454install-dvi-am:
455
456install-exec-am:
457
458install-html: install-html-am
459
460install-html-am:
461
462install-info: install-info-am
463
464install-info-am:
465
466install-man:
467
468install-pdf: install-pdf-am
469
470install-pdf-am:
471
472install-ps: install-ps-am
473
474install-ps-am:
475
476installcheck-am:
477
478maintainer-clean: maintainer-clean-am
479 -rm -rf ./$(DEPDIR)
480 -rm -f Makefile
481maintainer-clean-am: distclean-am maintainer-clean-generic
482
483mostlyclean: mostlyclean-am
484
485mostlyclean-am: mostlyclean-compile mostlyclean-generic \
486 mostlyclean-libtool
487
488pdf: pdf-am
489
490pdf-am:
491
492ps: ps-am
493
494ps-am:
495
496uninstall-am:
497
498.MAKE: install-am install-strip
499
500.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
501 clean-libtool clean-noinstPROGRAMS ctags distclean \
502 distclean-compile distclean-generic distclean-libtool \
503 distclean-tags distdir dvi dvi-am html html-am info info-am \
504 install install-am install-data install-data-am install-dvi \
505 install-dvi-am install-exec install-exec-am install-html \
506 install-html-am install-info install-info-am install-man \
507 install-pdf install-pdf-am install-ps install-ps-am \
508 install-strip installcheck installcheck-am installdirs \
509 maintainer-clean maintainer-clean-generic mostlyclean \
510 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
511 pdf pdf-am ps ps-am tags uninstall uninstall-am
512
513
514# Tell versions [3.59,3.63) of GNU make to not export all variables.
515# Otherwise a system limit (for SysV at least) may be exceeded.
516.NOEXPORT: