Imported Upstream version 1.3.0
[deb_libnfs.git] / examples / Makefile.in
1 # Makefile.in generated by automake 1.11.5 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, 2010, 2011 Free Software
6 # Foundation, 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
18 VPATH = @srcdir@
19 am__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 }
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 noinst_PROGRAMS = nfsclient-async$(EXEEXT) nfsclient-raw$(EXEEXT) \
55 nfsclient-sync$(EXEEXT) nfsclient-bcast$(EXEEXT) \
56 nfsclient-listservers$(EXEEXT)
57 subdir = examples
58 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)
63 mkinstalldirs = $(install_sh) -d
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 PROGRAMS = $(noinst_PROGRAMS)
68 am_nfsclient_async_OBJECTS = nfsclient-async.$(OBJEXT)
69 nfsclient_async_OBJECTS = $(am_nfsclient_async_OBJECTS)
70 nfsclient_async_LDADD = $(LDADD)
71 am_nfsclient_bcast_OBJECTS = nfsclient-bcast.$(OBJEXT)
72 nfsclient_bcast_OBJECTS = $(am_nfsclient_bcast_OBJECTS)
73 nfsclient_bcast_LDADD = $(LDADD)
74 am_nfsclient_listservers_OBJECTS = nfsclient-listservers.$(OBJEXT)
75 nfsclient_listservers_OBJECTS = $(am_nfsclient_listservers_OBJECTS)
76 nfsclient_listservers_LDADD = $(LDADD)
77 am_nfsclient_raw_OBJECTS = nfsclient-raw.$(OBJEXT)
78 nfsclient_raw_OBJECTS = $(am_nfsclient_raw_OBJECTS)
79 nfsclient_raw_LDADD = $(LDADD)
80 am_nfsclient_sync_OBJECTS = nfsclient-sync.$(OBJEXT)
81 nfsclient_sync_OBJECTS = $(am_nfsclient_sync_OBJECTS)
82 nfsclient_sync_LDADD = $(LDADD)
83 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
84 depcomp = $(SHELL) $(top_srcdir)/depcomp
85 am__depfiles_maybe = depfiles
86 am__mv = mv -f
87 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 CCLD = $(CC)
93 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95 $(LDFLAGS) -o $@
96 SOURCES = $(nfsclient_async_SOURCES) $(nfsclient_bcast_SOURCES) \
97 $(nfsclient_listservers_SOURCES) $(nfsclient_raw_SOURCES) \
98 $(nfsclient_sync_SOURCES)
99 DIST_SOURCES = $(nfsclient_async_SOURCES) $(nfsclient_bcast_SOURCES) \
100 $(nfsclient_listservers_SOURCES) $(nfsclient_raw_SOURCES) \
101 $(nfsclient_sync_SOURCES)
102 am__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
107 ETAGS = etags
108 CTAGS = ctags
109 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110 ACLOCAL = @ACLOCAL@
111 AMTAR = @AMTAR@
112 AR = @AR@
113 AUTOCONF = @AUTOCONF@
114 AUTOHEADER = @AUTOHEADER@
115 AUTOMAKE = @AUTOMAKE@
116 AWK = @AWK@
117 CC = @CC@
118 CCDEPMODE = @CCDEPMODE@
119 CFLAGS = @CFLAGS@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CYGPATH_W = @CYGPATH_W@
123 DEFS = @DEFS@
124 DEPDIR = @DEPDIR@
125 DLLTOOL = @DLLTOOL@
126 DSYMUTIL = @DSYMUTIL@
127 DUMPBIN = @DUMPBIN@
128 ECHO_C = @ECHO_C@
129 ECHO_N = @ECHO_N@
130 ECHO_T = @ECHO_T@
131 EGREP = @EGREP@
132 EXEEXT = @EXEEXT@
133 FGREP = @FGREP@
134 GREP = @GREP@
135 HAVE_RPCGEN = @HAVE_RPCGEN@
136 INSTALL = @INSTALL@
137 INSTALL_DATA = @INSTALL_DATA@
138 INSTALL_PROGRAM = @INSTALL_PROGRAM@
139 INSTALL_SCRIPT = @INSTALL_SCRIPT@
140 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141 LD = @LD@
142 LDFLAGS = @LDFLAGS@
143 LIBNFS_PC_REQ_PRIVATE = @LIBNFS_PC_REQ_PRIVATE@
144 LIBOBJS = @LIBOBJS@
145 LIBS = @LIBS@
146 LIBTOOL = @LIBTOOL@
147 LIPO = @LIPO@
148 LN_S = @LN_S@
149 LTLIBOBJS = @LTLIBOBJS@
150 MAKEINFO = @MAKEINFO@
151 MANIFEST_TOOL = @MANIFEST_TOOL@
152 MAYBE_EXAMPLES = @MAYBE_EXAMPLES@
153 MKDIR_P = @MKDIR_P@
154 NM = @NM@
155 NMEDIT = @NMEDIT@
156 OBJDUMP = @OBJDUMP@
157 OBJEXT = @OBJEXT@
158 OTOOL = @OTOOL@
159 OTOOL64 = @OTOOL64@
160 PACKAGE = @PACKAGE@
161 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162 PACKAGE_NAME = @PACKAGE_NAME@
163 PACKAGE_STRING = @PACKAGE_STRING@
164 PACKAGE_TARNAME = @PACKAGE_TARNAME@
165 PACKAGE_URL = @PACKAGE_URL@
166 PACKAGE_VERSION = @PACKAGE_VERSION@
167 PATH_SEPARATOR = @PATH_SEPARATOR@
168 PKG_CONFIG = @PKG_CONFIG@
169 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
170 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
171 RANLIB = @RANLIB@
172 RPCGENFLAGS = @RPCGENFLAGS@
173 SED = @SED@
174 SET_MAKE = @SET_MAKE@
175 SHELL = @SHELL@
176 STRIP = @STRIP@
177 TIRPC_CFLAGS = @TIRPC_CFLAGS@
178 TIRPC_LIBS = @TIRPC_LIBS@
179 VERSION = @VERSION@
180 abs_builddir = @abs_builddir@
181 abs_srcdir = @abs_srcdir@
182 abs_top_builddir = @abs_top_builddir@
183 abs_top_srcdir = @abs_top_srcdir@
184 ac_ct_AR = @ac_ct_AR@
185 ac_ct_CC = @ac_ct_CC@
186 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
187 am__include = @am__include@
188 am__leading_dot = @am__leading_dot@
189 am__quote = @am__quote@
190 am__tar = @am__tar@
191 am__untar = @am__untar@
192 bindir = @bindir@
193 build = @build@
194 build_alias = @build_alias@
195 build_cpu = @build_cpu@
196 build_os = @build_os@
197 build_vendor = @build_vendor@
198 builddir = @builddir@
199 datadir = @datadir@
200 datarootdir = @datarootdir@
201 docdir = @docdir@
202 dvidir = @dvidir@
203 exec_prefix = @exec_prefix@
204 host = @host@
205 host_alias = @host_alias@
206 host_cpu = @host_cpu@
207 host_os = @host_os@
208 host_vendor = @host_vendor@
209 htmldir = @htmldir@
210 includedir = @includedir@
211 infodir = @infodir@
212 install_sh = @install_sh@
213 libdir = @libdir@
214 libexecdir = @libexecdir@
215 localedir = @localedir@
216 localstatedir = @localstatedir@
217 mandir = @mandir@
218 mkdir_p = @mkdir_p@
219 oldincludedir = @oldincludedir@
220 pdfdir = @pdfdir@
221 prefix = @prefix@
222 program_transform_name = @program_transform_name@
223 psdir = @psdir@
224 sbindir = @sbindir@
225 sharedstatedir = @sharedstatedir@
226 srcdir = @srcdir@
227 sysconfdir = @sysconfdir@
228 target_alias = @target_alias@
229 top_build_prefix = @top_build_prefix@
230 top_builddir = @top_builddir@
231 top_srcdir = @top_srcdir@
232 AM_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
240 AM_LDFLAGS = ../lib/.libs/libnfs.la
241 nfsclient_async_SOURCES = nfsclient-async.c
242 nfsclient_raw_SOURCES = nfsclient-raw.c
243 nfsclient_sync_SOURCES = nfsclient-sync.c
244 nfsclient_bcast_SOURCES = nfsclient-bcast.c
245 nfsclient_listservers_SOURCES = nfsclient-listservers.c
246 all: 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
263 Makefile: $(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
281 clean-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
289 nfsclient-async$(EXEEXT): $(nfsclient_async_OBJECTS) $(nfsclient_async_DEPENDENCIES) $(EXTRA_nfsclient_async_DEPENDENCIES)
290 @rm -f nfsclient-async$(EXEEXT)
291 $(LINK) $(nfsclient_async_OBJECTS) $(nfsclient_async_LDADD) $(LIBS)
292 nfsclient-bcast$(EXEEXT): $(nfsclient_bcast_OBJECTS) $(nfsclient_bcast_DEPENDENCIES) $(EXTRA_nfsclient_bcast_DEPENDENCIES)
293 @rm -f nfsclient-bcast$(EXEEXT)
294 $(LINK) $(nfsclient_bcast_OBJECTS) $(nfsclient_bcast_LDADD) $(LIBS)
295 nfsclient-listservers$(EXEEXT): $(nfsclient_listservers_OBJECTS) $(nfsclient_listservers_DEPENDENCIES) $(EXTRA_nfsclient_listservers_DEPENDENCIES)
296 @rm -f nfsclient-listservers$(EXEEXT)
297 $(LINK) $(nfsclient_listservers_OBJECTS) $(nfsclient_listservers_LDADD) $(LIBS)
298 nfsclient-raw$(EXEEXT): $(nfsclient_raw_OBJECTS) $(nfsclient_raw_DEPENDENCIES) $(EXTRA_nfsclient_raw_DEPENDENCIES)
299 @rm -f nfsclient-raw$(EXEEXT)
300 $(LINK) $(nfsclient_raw_OBJECTS) $(nfsclient_raw_LDADD) $(LIBS)
301 nfsclient-sync$(EXEEXT): $(nfsclient_sync_OBJECTS) $(nfsclient_sync_DEPENDENCIES) $(EXTRA_nfsclient_sync_DEPENDENCIES)
302 @rm -f nfsclient-sync$(EXEEXT)
303 $(LINK) $(nfsclient_sync_OBJECTS) $(nfsclient_sync_LDADD) $(LIBS)
304
305 mostlyclean-compile:
306 -rm -f *.$(OBJEXT)
307
308 distclean-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
338 mostlyclean-libtool:
339 -rm -f *.lo
340
341 clean-libtool:
342 -rm -rf .libs _libs
343
344 ID: $(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
352 tags: TAGS
353
354 TAGS: $(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
375 ctags: CTAGS
376 CTAGS: $(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
388 GTAGS:
389 here=`$(am__cd) $(top_builddir) && pwd` \
390 && $(am__cd) $(top_srcdir) \
391 && gtags -i $(GTAGS_ARGS) "$$here"
392
393 distclean-tags:
394 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395
396 distdir: $(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
426 check-am: all-am
427 check: check-am
428 all-am: Makefile $(PROGRAMS)
429 installdirs:
430 install: install-am
431 install-exec: install-exec-am
432 install-data: install-data-am
433 uninstall: uninstall-am
434
435 install-am: all-am
436 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
437
438 installcheck: installcheck-am
439 install-strip:
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
449 mostlyclean-generic:
450
451 clean-generic:
452
453 distclean-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
457 maintainer-clean-generic:
458 @echo "This command is intended for maintainers to use"
459 @echo "it deletes files that may require special tools to rebuild."
460 clean: clean-am
461
462 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
463 mostlyclean-am
464
465 distclean: distclean-am
466 -rm -rf ./$(DEPDIR)
467 -rm -f Makefile
468 distclean-am: clean-am distclean-compile distclean-generic \
469 distclean-tags
470
471 dvi: dvi-am
472
473 dvi-am:
474
475 html: html-am
476
477 html-am:
478
479 info: info-am
480
481 info-am:
482
483 install-data-am:
484
485 install-dvi: install-dvi-am
486
487 install-dvi-am:
488
489 install-exec-am:
490
491 install-html: install-html-am
492
493 install-html-am:
494
495 install-info: install-info-am
496
497 install-info-am:
498
499 install-man:
500
501 install-pdf: install-pdf-am
502
503 install-pdf-am:
504
505 install-ps: install-ps-am
506
507 install-ps-am:
508
509 installcheck-am:
510
511 maintainer-clean: maintainer-clean-am
512 -rm -rf ./$(DEPDIR)
513 -rm -f Makefile
514 maintainer-clean-am: distclean-am maintainer-clean-generic
515
516 mostlyclean: mostlyclean-am
517
518 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
519 mostlyclean-libtool
520
521 pdf: pdf-am
522
523 pdf-am:
524
525 ps: ps-am
526
527 ps-am:
528
529 uninstall-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: