ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/NetBSD/tnftp/20141031/libnetbsd/Makefile.in
Revision: 6902
Committed: Fri Oct 31 22:42:24 2014 UTC (9 years, 6 months ago) by laffer1
File size: 17200 byte(s)
Log Message:
add tnftp vendor with 20141031 release

File Contents

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