]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/tnftp/Makefile.in
MFC r368207,368607:
[FreeBSD/stable/10.git] / contrib / tnftp / Makefile.in
1 # Makefile.in generated by automake 1.11 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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 @USE_LIBEDIT_TRUE@am__append_1 = libedit
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in $(srcdir)/tnftp_config.h.in \
40         $(top_srcdir)/configure COPYING ChangeLog INSTALL NEWS THANKS \
41         buildaux/config.guess buildaux/config.sub buildaux/depcomp \
42         buildaux/install-sh buildaux/ltmain.sh buildaux/missing
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48  configure.lineno config.status.lineno
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_HEADER = tnftp_config.h
51 CONFIG_CLEAN_FILES =
52 CONFIG_CLEAN_VPATH_FILES =
53 AM_V_GEN = $(am__v_GEN_$(V))
54 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
55 am__v_GEN_0 = @echo "  GEN   " $@;
56 AM_V_at = $(am__v_at_$(V))
57 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
58 am__v_at_0 = @
59 SOURCES =
60 DIST_SOURCES =
61 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62         html-recursive info-recursive install-data-recursive \
63         install-dvi-recursive install-exec-recursive \
64         install-html-recursive install-info-recursive \
65         install-pdf-recursive install-ps-recursive install-recursive \
66         installcheck-recursive installdirs-recursive pdf-recursive \
67         ps-recursive uninstall-recursive
68 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
69   distclean-recursive maintainer-clean-recursive
70 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
71         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
72         distdir dist dist-all distcheck
73 ETAGS = etags
74 CTAGS = ctags
75 DIST_SUBDIRS = libnetbsd libedit src
76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77 distdir = $(PACKAGE)-$(VERSION)
78 top_distdir = $(distdir)
79 am__remove_distdir = \
80   { test ! -d "$(distdir)" \
81     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
82          && rm -fr "$(distdir)"; }; }
83 am__relativize = \
84   dir0=`pwd`; \
85   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
86   sed_rest='s,^[^/]*/*,,'; \
87   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
88   sed_butlast='s,/*[^/]*$$,,'; \
89   while test -n "$$dir1"; do \
90     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
91     if test "$$first" != "."; then \
92       if test "$$first" = ".."; then \
93         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
94         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
95       else \
96         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
97         if test "$$first2" = "$$first"; then \
98           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
99         else \
100           dir2="../$$dir2"; \
101         fi; \
102         dir0="$$dir0"/"$$first"; \
103       fi; \
104     fi; \
105     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
106   done; \
107   reldir="$$dir2"
108 DIST_ARCHIVES = $(distdir).tar.gz
109 GZIP_ENV = --best
110 distuninstallcheck_listfiles = find . -type f -print
111 distcleancheck_listfiles = find . -type f -print
112 ACLOCAL = @ACLOCAL@
113 ALLOCA = @ALLOCA@
114 AMTAR = @AMTAR@
115 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
116 AR = @AR@
117 AUTOCONF = @AUTOCONF@
118 AUTOHEADER = @AUTOHEADER@
119 AUTOMAKE = @AUTOMAKE@
120 AWK = @AWK@
121 CC = @CC@
122 CCDEPMODE = @CCDEPMODE@
123 CFLAGS = @CFLAGS@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CXX = @CXX@
127 CXXCPP = @CXXCPP@
128 CXXDEPMODE = @CXXDEPMODE@
129 CXXFLAGS = @CXXFLAGS@
130 CYGPATH_W = @CYGPATH_W@
131 DEFS = @DEFS@
132 DEPDIR = @DEPDIR@
133 DSYMUTIL = @DSYMUTIL@
134 ECHO = @ECHO@
135 ECHO_C = @ECHO_C@
136 ECHO_N = @ECHO_N@
137 ECHO_T = @ECHO_T@
138 EGREP = @EGREP@
139 EXEEXT = @EXEEXT@
140 F77 = @F77@
141 FFLAGS = @FFLAGS@
142 GREP = @GREP@
143 INSTALL = @INSTALL@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 LDFLAGS = @LDFLAGS@
149 LIBOBJS = @LIBOBJS@
150 LIBS = @LIBS@
151 LIBTOOL = @LIBTOOL@
152 LN_S = @LN_S@
153 LTLIBOBJS = @LTLIBOBJS@
154 MAINT = @MAINT@
155 MAKEINFO = @MAKEINFO@
156 MKDIR_P = @MKDIR_P@
157 NMEDIT = @NMEDIT@
158 OBJEXT = @OBJEXT@
159 PACKAGE = @PACKAGE@
160 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161 PACKAGE_NAME = @PACKAGE_NAME@
162 PACKAGE_STRING = @PACKAGE_STRING@
163 PACKAGE_TARNAME = @PACKAGE_TARNAME@
164 PACKAGE_URL = @PACKAGE_URL@
165 PACKAGE_VERSION = @PACKAGE_VERSION@
166 PATH_SEPARATOR = @PATH_SEPARATOR@
167 RANLIB = @RANLIB@
168 SED = @SED@
169 SET_MAKE = @SET_MAKE@
170 SHELL = @SHELL@
171 STRIP = @STRIP@
172 VERSION = @VERSION@
173 abs_builddir = @abs_builddir@
174 abs_srcdir = @abs_srcdir@
175 abs_top_builddir = @abs_top_builddir@
176 abs_top_srcdir = @abs_top_srcdir@
177 ac_ct_CC = @ac_ct_CC@
178 ac_ct_CXX = @ac_ct_CXX@
179 ac_ct_F77 = @ac_ct_F77@
180 am__include = @am__include@
181 am__leading_dot = @am__leading_dot@
182 am__quote = @am__quote@
183 am__tar = @am__tar@
184 am__untar = @am__untar@
185 bindir = @bindir@
186 build = @build@
187 build_alias = @build_alias@
188 build_cpu = @build_cpu@
189 build_os = @build_os@
190 build_vendor = @build_vendor@
191 builddir = @builddir@
192 datadir = @datadir@
193 datarootdir = @datarootdir@
194 docdir = @docdir@
195 dvidir = @dvidir@
196 exec_prefix = @exec_prefix@
197 host = @host@
198 host_alias = @host_alias@
199 host_cpu = @host_cpu@
200 host_os = @host_os@
201 host_vendor = @host_vendor@
202 htmldir = @htmldir@
203 includedir = @includedir@
204 infodir = @infodir@
205 install_sh = @install_sh@
206 libdir = @libdir@
207 libexecdir = @libexecdir@
208 localedir = @localedir@
209 localstatedir = @localstatedir@
210 mandir = @mandir@
211 mkdir_p = @mkdir_p@
212 oldincludedir = @oldincludedir@
213 pdfdir = @pdfdir@
214 prefix = @prefix@
215 program_transform_name = @program_transform_name@
216 psdir = @psdir@
217 sbindir = @sbindir@
218 sharedstatedir = @sharedstatedir@
219 srcdir = @srcdir@
220 sysconfdir = @sysconfdir@
221 target_alias = @target_alias@
222 top_build_prefix = @top_build_prefix@
223 top_builddir = @top_builddir@
224 top_srcdir = @top_srcdir@
225 SUBDIRS = libnetbsd $(am__append_1) src
226 EXTRA_DIST = \
227         todo \
228         tnftp.h
229
230 all: tnftp_config.h
231         $(MAKE) $(AM_MAKEFLAGS) all-recursive
232
233 .SUFFIXES:
234 am--refresh:
235         @:
236 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
237         @for dep in $?; do \
238           case '$(am__configure_deps)' in \
239             *$$dep*) \
240               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
241               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
242                 && exit 0; \
243               exit 1;; \
244           esac; \
245         done; \
246         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
247         $(am__cd) $(top_srcdir) && \
248           $(AUTOMAKE) --foreign Makefile
249 .PRECIOUS: Makefile
250 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251         @case '$?' in \
252           *config.status*) \
253             echo ' $(SHELL) ./config.status'; \
254             $(SHELL) ./config.status;; \
255           *) \
256             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
257             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
258         esac;
259
260 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
261         $(SHELL) ./config.status --recheck
262
263 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
264         $(am__cd) $(srcdir) && $(AUTOCONF)
265 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
266         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
267 $(am__aclocal_m4_deps):
268
269 tnftp_config.h: stamp-h1
270         @if test ! -f $@; then \
271           rm -f stamp-h1; \
272           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
273         else :; fi
274
275 stamp-h1: $(srcdir)/tnftp_config.h.in $(top_builddir)/config.status
276         @rm -f stamp-h1
277         cd $(top_builddir) && $(SHELL) ./config.status tnftp_config.h
278 $(srcdir)/tnftp_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
279         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
280         rm -f stamp-h1
281         touch $@
282
283 distclean-hdr:
284         -rm -f tnftp_config.h stamp-h1
285
286 mostlyclean-libtool:
287         -rm -f *.lo
288
289 clean-libtool:
290         -rm -rf .libs _libs
291
292 distclean-libtool:
293         -rm -f libtool config.lt
294
295 # This directory's subdirectories are mostly independent; you can cd
296 # into them and run `make' without going through this Makefile.
297 # To change the values of `make' variables: instead of editing Makefiles,
298 # (1) if the variable is set in `config.status', edit `config.status'
299 #     (which will cause the Makefiles to be regenerated when you run `make');
300 # (2) otherwise, pass the desired values on the `make' command line.
301 $(RECURSIVE_TARGETS):
302         @failcom='exit 1'; \
303         for f in x $$MAKEFLAGS; do \
304           case $$f in \
305             *=* | --[!k]*);; \
306             *k*) failcom='fail=yes';; \
307           esac; \
308         done; \
309         dot_seen=no; \
310         target=`echo $@ | sed s/-recursive//`; \
311         list='$(SUBDIRS)'; for subdir in $$list; do \
312           echo "Making $$target in $$subdir"; \
313           if test "$$subdir" = "."; then \
314             dot_seen=yes; \
315             local_target="$$target-am"; \
316           else \
317             local_target="$$target"; \
318           fi; \
319           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320           || eval $$failcom; \
321         done; \
322         if test "$$dot_seen" = "no"; then \
323           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
324         fi; test -z "$$fail"
325
326 $(RECURSIVE_CLEAN_TARGETS):
327         @failcom='exit 1'; \
328         for f in x $$MAKEFLAGS; do \
329           case $$f in \
330             *=* | --[!k]*);; \
331             *k*) failcom='fail=yes';; \
332           esac; \
333         done; \
334         dot_seen=no; \
335         case "$@" in \
336           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
337           *) list='$(SUBDIRS)' ;; \
338         esac; \
339         rev=''; for subdir in $$list; do \
340           if test "$$subdir" = "."; then :; else \
341             rev="$$subdir $$rev"; \
342           fi; \
343         done; \
344         rev="$$rev ."; \
345         target=`echo $@ | sed s/-recursive//`; \
346         for subdir in $$rev; do \
347           echo "Making $$target in $$subdir"; \
348           if test "$$subdir" = "."; then \
349             local_target="$$target-am"; \
350           else \
351             local_target="$$target"; \
352           fi; \
353           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354           || eval $$failcom; \
355         done && test -z "$$fail"
356 tags-recursive:
357         list='$(SUBDIRS)'; for subdir in $$list; do \
358           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
359         done
360 ctags-recursive:
361         list='$(SUBDIRS)'; for subdir in $$list; do \
362           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
363         done
364
365 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
367         unique=`for i in $$list; do \
368             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369           done | \
370           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371               END { if (nonempty) { for (i in files) print i; }; }'`; \
372         mkid -fID $$unique
373 tags: TAGS
374
375 TAGS: tags-recursive $(HEADERS) $(SOURCES) tnftp_config.h.in $(TAGS_DEPENDENCIES) \
376                 $(TAGS_FILES) $(LISP)
377         set x; \
378         here=`pwd`; \
379         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380           include_option=--etags-include; \
381           empty_fix=.; \
382         else \
383           include_option=--include; \
384           empty_fix=; \
385         fi; \
386         list='$(SUBDIRS)'; for subdir in $$list; do \
387           if test "$$subdir" = .; then :; else \
388             test ! -f $$subdir/TAGS || \
389               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
390           fi; \
391         done; \
392         list='$(SOURCES) $(HEADERS) tnftp_config.h.in $(LISP) $(TAGS_FILES)'; \
393         unique=`for i in $$list; do \
394             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395           done | \
396           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397               END { if (nonempty) { for (i in files) print i; }; }'`; \
398         shift; \
399         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400           test -n "$$unique" || unique=$$empty_fix; \
401           if test $$# -gt 0; then \
402             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403               "$$@" $$unique; \
404           else \
405             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406               $$unique; \
407           fi; \
408         fi
409 ctags: CTAGS
410 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) tnftp_config.h.in $(TAGS_DEPENDENCIES) \
411                 $(TAGS_FILES) $(LISP)
412         list='$(SOURCES) $(HEADERS) tnftp_config.h.in $(LISP) $(TAGS_FILES)'; \
413         unique=`for i in $$list; do \
414             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415           done | \
416           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417               END { if (nonempty) { for (i in files) print i; }; }'`; \
418         test -z "$(CTAGS_ARGS)$$unique" \
419           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420              $$unique
421
422 GTAGS:
423         here=`$(am__cd) $(top_builddir) && pwd` \
424           && $(am__cd) $(top_srcdir) \
425           && gtags -i $(GTAGS_ARGS) "$$here"
426
427 distclean-tags:
428         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429
430 distdir: $(DISTFILES)
431         $(am__remove_distdir)
432         test -d "$(distdir)" || mkdir "$(distdir)"
433         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435         list='$(DISTFILES)'; \
436           dist_files=`for file in $$list; do echo $$file; done | \
437           sed -e "s|^$$srcdirstrip/||;t" \
438               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
439         case $$dist_files in \
440           */*) $(MKDIR_P) `echo "$$dist_files" | \
441                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
442                            sort -u` ;; \
443         esac; \
444         for file in $$dist_files; do \
445           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446           if test -d $$d/$$file; then \
447             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
448             if test -d "$(distdir)/$$file"; then \
449               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450             fi; \
451             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
453               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454             fi; \
455             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
456           else \
457             test -f "$(distdir)/$$file" \
458             || cp -p $$d/$$file "$(distdir)/$$file" \
459             || exit 1; \
460           fi; \
461         done
462         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
463           if test "$$subdir" = .; then :; else \
464             test -d "$(distdir)/$$subdir" \
465             || $(MKDIR_P) "$(distdir)/$$subdir" \
466             || exit 1; \
467           fi; \
468         done
469         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
470           if test "$$subdir" = .; then :; else \
471             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
472             $(am__relativize); \
473             new_distdir=$$reldir; \
474             dir1=$$subdir; dir2="$(top_distdir)"; \
475             $(am__relativize); \
476             new_top_distdir=$$reldir; \
477             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
478             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
479             ($(am__cd) $$subdir && \
480               $(MAKE) $(AM_MAKEFLAGS) \
481                 top_distdir="$$new_top_distdir" \
482                 distdir="$$new_distdir" \
483                 am__remove_distdir=: \
484                 am__skip_length_check=: \
485                 am__skip_mode_fix=: \
486                 distdir) \
487               || exit 1; \
488           fi; \
489         done
490         -test -n "$(am__skip_mode_fix)" \
491         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
492           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
493           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
494           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
495         || chmod -R a+r "$(distdir)"
496 dist-gzip: distdir
497         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
498         $(am__remove_distdir)
499
500 dist-bzip2: distdir
501         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
502         $(am__remove_distdir)
503
504 dist-lzma: distdir
505         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
506         $(am__remove_distdir)
507
508 dist-xz: distdir
509         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
510         $(am__remove_distdir)
511
512 dist-tarZ: distdir
513         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
514         $(am__remove_distdir)
515
516 dist-shar: distdir
517         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
518         $(am__remove_distdir)
519
520 dist-zip: distdir
521         -rm -f $(distdir).zip
522         zip -rq $(distdir).zip $(distdir)
523         $(am__remove_distdir)
524
525 dist dist-all: distdir
526         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
527         $(am__remove_distdir)
528
529 # This target untars the dist file and tries a VPATH configuration.  Then
530 # it guarantees that the distribution is self-contained by making another
531 # tarfile.
532 distcheck: dist
533         case '$(DIST_ARCHIVES)' in \
534         *.tar.gz*) \
535           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
536         *.tar.bz2*) \
537           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
538         *.tar.lzma*) \
539           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
540         *.tar.xz*) \
541           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
542         *.tar.Z*) \
543           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
544         *.shar.gz*) \
545           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
546         *.zip*) \
547           unzip $(distdir).zip ;;\
548         esac
549         chmod -R a-w $(distdir); chmod a+w $(distdir)
550         mkdir $(distdir)/_build
551         mkdir $(distdir)/_inst
552         chmod a-w $(distdir)
553         test -d $(distdir)/_build || exit 0; \
554         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
555           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
556           && am__cwd=`pwd` \
557           && $(am__cd) $(distdir)/_build \
558           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
559             $(DISTCHECK_CONFIGURE_FLAGS) \
560           && $(MAKE) $(AM_MAKEFLAGS) \
561           && $(MAKE) $(AM_MAKEFLAGS) dvi \
562           && $(MAKE) $(AM_MAKEFLAGS) check \
563           && $(MAKE) $(AM_MAKEFLAGS) install \
564           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
565           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
566           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
567                 distuninstallcheck \
568           && chmod -R a-w "$$dc_install_base" \
569           && ({ \
570                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
571                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
572                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
573                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
574                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
575               } || { rm -rf "$$dc_destdir"; exit 1; }) \
576           && rm -rf "$$dc_destdir" \
577           && $(MAKE) $(AM_MAKEFLAGS) dist \
578           && rm -rf $(DIST_ARCHIVES) \
579           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
580           && cd "$$am__cwd" \
581           || exit 1
582         $(am__remove_distdir)
583         @(echo "$(distdir) archives ready for distribution: "; \
584           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
585           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
586 distuninstallcheck:
587         @$(am__cd) '$(distuninstallcheck_dir)' \
588         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
589            || { echo "ERROR: files left after uninstall:" ; \
590                 if test -n "$(DESTDIR)"; then \
591                   echo "  (check DESTDIR support)"; \
592                 fi ; \
593                 $(distuninstallcheck_listfiles) ; \
594                 exit 1; } >&2
595 distcleancheck: distclean
596         @if test '$(srcdir)' = . ; then \
597           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
598           exit 1 ; \
599         fi
600         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
601           || { echo "ERROR: files left in build directory after distclean:" ; \
602                $(distcleancheck_listfiles) ; \
603                exit 1; } >&2
604 check-am: all-am
605 check: check-recursive
606 all-am: Makefile tnftp_config.h
607 installdirs: installdirs-recursive
608 installdirs-am:
609 install: install-recursive
610 install-exec: install-exec-recursive
611 install-data: install-data-recursive
612 uninstall: uninstall-recursive
613
614 install-am: all-am
615         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
616
617 installcheck: installcheck-recursive
618 install-strip:
619         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621           `test -z '$(STRIP)' || \
622             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
623 mostlyclean-generic:
624
625 clean-generic:
626
627 distclean-generic:
628         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
629         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
630
631 maintainer-clean-generic:
632         @echo "This command is intended for maintainers to use"
633         @echo "it deletes files that may require special tools to rebuild."
634 clean: clean-recursive
635
636 clean-am: clean-generic clean-libtool mostlyclean-am
637
638 distclean: distclean-recursive
639         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
640         -rm -f Makefile
641 distclean-am: clean-am distclean-generic distclean-hdr \
642         distclean-libtool distclean-tags
643
644 dvi: dvi-recursive
645
646 dvi-am:
647
648 html: html-recursive
649
650 html-am:
651
652 info: info-recursive
653
654 info-am:
655
656 install-data-am:
657
658 install-dvi: install-dvi-recursive
659
660 install-dvi-am:
661
662 install-exec-am:
663
664 install-html: install-html-recursive
665
666 install-html-am:
667
668 install-info: install-info-recursive
669
670 install-info-am:
671
672 install-man:
673
674 install-pdf: install-pdf-recursive
675
676 install-pdf-am:
677
678 install-ps: install-ps-recursive
679
680 install-ps-am:
681
682 installcheck-am:
683
684 maintainer-clean: maintainer-clean-recursive
685         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
686         -rm -rf $(top_srcdir)/autom4te.cache
687         -rm -f Makefile
688 maintainer-clean-am: distclean-am maintainer-clean-generic
689
690 mostlyclean: mostlyclean-recursive
691
692 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
693
694 pdf: pdf-recursive
695
696 pdf-am:
697
698 ps: ps-recursive
699
700 ps-am:
701
702 uninstall-am:
703
704 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
705         ctags-recursive install-am install-strip tags-recursive
706
707 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
708         all all-am am--refresh check check-am clean clean-generic \
709         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
710         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
711         distcheck distclean distclean-generic distclean-hdr \
712         distclean-libtool distclean-tags distcleancheck distdir \
713         distuninstallcheck dvi dvi-am html html-am info info-am \
714         install install-am install-data install-data-am install-dvi \
715         install-dvi-am install-exec install-exec-am install-html \
716         install-html-am install-info install-info-am install-man \
717         install-pdf install-pdf-am install-ps install-ps-am \
718         install-strip installcheck installcheck-am installdirs \
719         installdirs-am maintainer-clean maintainer-clean-generic \
720         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
721         ps ps-am tags tags-recursive uninstall uninstall-am
722
723
724 # Tell versions [3.59,3.63) of GNU make to not export all variables.
725 # Otherwise a system limit (for SysV at least) may be exceeded.
726 .NOEXPORT: