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