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