minidlna: fox compilation
[tomato.git] / release / src / router / spawn-fcgi / Makefile
blob0a434f69ab29c33d357d9c31db400cfdadee8f15
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure.
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.
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.
18 pkgdatadir = $(datadir)/spawn-fcgi
19 pkgincludedir = $(includedir)/spawn-fcgi
20 pkglibdir = $(libdir)/spawn-fcgi
21 pkglibexecdir = $(libexecdir)/spawn-fcgi
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 subdir = .
35 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
37 $(top_srcdir)/configure AUTHORS COPYING NEWS depcomp \
38 install-sh missing
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
44 configure.lineno config.status.lineno
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 SOURCES =
50 DIST_SOURCES =
51 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52 html-recursive info-recursive install-data-recursive \
53 install-dvi-recursive install-exec-recursive \
54 install-html-recursive install-info-recursive \
55 install-pdf-recursive install-ps-recursive install-recursive \
56 installcheck-recursive installdirs-recursive pdf-recursive \
57 ps-recursive uninstall-recursive
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61 *) f=$$p;; \
62 esac;
63 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64 am__install_max = 40
65 am__nobase_strip_setup = \
66 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67 am__nobase_strip = \
68 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69 am__nobase_list = $(am__nobase_strip_setup); \
70 for p in $$list; do echo "$$p $$p"; done | \
71 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73 if (++n[$$2] == $(am__install_max)) \
74 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75 END { for (dir in files) print dir, files[dir] }'
76 am__base_list = \
77 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79 man1dir = $(mandir)/man1
80 am__installdirs = "$(DESTDIR)$(man1dir)"
81 NROFF = nroff
82 MANS = $(man1_MANS)
83 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84 distclean-recursive maintainer-clean-recursive
85 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
87 distdir dist dist-all distcheck
88 ETAGS = etags
89 CTAGS = ctags
90 DIST_SUBDIRS = $(SUBDIRS)
91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92 distdir = $(PACKAGE)-$(VERSION)
93 top_distdir = $(distdir)
94 am__remove_distdir = \
95 { test ! -d "$(distdir)" \
96 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
97 && rm -fr "$(distdir)"; }; }
98 am__relativize = \
99 dir0=`pwd`; \
100 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
101 sed_rest='s,^[^/]*/*,,'; \
102 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
103 sed_butlast='s,/*[^/]*$$,,'; \
104 while test -n "$$dir1"; do \
105 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
106 if test "$$first" != "."; then \
107 if test "$$first" = ".."; then \
108 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
109 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
110 else \
111 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
112 if test "$$first2" = "$$first"; then \
113 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
114 else \
115 dir2="../$$dir2"; \
116 fi; \
117 dir0="$$dir0"/"$$first"; \
118 fi; \
119 fi; \
120 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
121 done; \
122 reldir="$$dir2"
123 DIST_ARCHIVES = $(distdir).tar.gz
124 GZIP_ENV = --best
125 distuninstallcheck_listfiles = find . -type f -print
126 distcleancheck_listfiles = find . -type f -print
127 ACLOCAL = ${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run aclocal-1.11
128 AMTAR = ${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run tar
129 AUTOCONF = ${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run autoconf
130 AUTOHEADER = ${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run autoheader
131 AUTOMAKE = ${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run automake-1.11
132 AWK = gawk
133 CC = arm-brcm-linux-uclibcgnueabi-gcc
134 CCDEPMODE = depmode=gcc3
135 CFLAGS = -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -DCONFIG_BCMWL6 -DCONFIG_BCMWL6A -DPART_JFFS2_GAP=0UL -pipe -fno-strict-aliasing -DBCMWPA2 -DBCMARM -marm -DTCONFIG_NVRAM_64K -DLINUX_KERNEL_VERSION=132644 -ffunction-sections -fdata-sections -Wall -W -Wshadow -pedantic -std=gnu99
136 CPP = arm-brcm-linux-uclibcgnueabi-gcc -E
137 CPPFLAGS =
138 CYGPATH_W = echo
139 DEFS = -DHAVE_CONFIG_H
140 DEPDIR = .deps
141 ECHO_C =
142 ECHO_N = -n
143 ECHO_T =
144 EGREP = /bin/grep -E
145 EXEEXT =
146 GREP = /bin/grep
147 INSTALL = /usr/bin/install -c
148 INSTALL_DATA = ${INSTALL} -m 644
149 INSTALL_PROGRAM = ${INSTALL}
150 INSTALL_SCRIPT = ${INSTALL}
151 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
152 LDFLAGS = -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC
153 LIBOBJS = ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o
154 LIBS =
155 LTLIBOBJS = ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo
156 MAKEINFO = ${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run makeinfo
157 MKDIR_P = /bin/mkdir -p
158 OBJEXT = o
159 PACKAGE = spawn-fcgi
160 PACKAGE_BUGREPORT =
161 PACKAGE_NAME = spawn-fcgi
162 PACKAGE_STRING = spawn-fcgi 1.6.3
163 PACKAGE_TARNAME = spawn-fcgi
164 PACKAGE_URL =
165 PACKAGE_VERSION = 1.6.3
166 PATH_SEPARATOR = :
167 SET_MAKE =
168 SHELL = /bin/sh
169 STRIP = arm-brcm-linux-uclibcgnueabi-strip
170 VERSION = 1.6.3
171 abs_builddir = /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi
172 abs_srcdir = /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi
173 abs_top_builddir = /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi
174 abs_top_srcdir = /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi
175 ac_ct_CC =
176 am__include = include
177 am__leading_dot = .
178 am__quote =
179 am__tar = ${AMTAR} chof - "$$tardir"
180 am__untar = ${AMTAR} xf -
181 bindir = ${exec_prefix}/bin
182 build_alias = x86_64-linux-gnu
183 builddir = .
184 datadir = ${datarootdir}
185 datarootdir = ${prefix}/share
186 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
187 dvidir = ${docdir}
188 exec_prefix = ${prefix}
189 host_alias = arm-linux
190 htmldir = ${docdir}
191 includedir = ${prefix}/include
192 infodir = ${datarootdir}/info
193 install_sh = ${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/install-sh
194 libdir = ${exec_prefix}/lib
195 libexecdir = ${exec_prefix}/libexec
196 localedir = ${datarootdir}/locale
197 localstatedir = ${prefix}/var
198 mandir = ${datarootdir}/man
199 mkdir_p = /bin/mkdir -p
200 oldincludedir = /usr/include
201 pdfdir = ${docdir}
202 prefix = /usr
203 program_transform_name = s,x,x,
204 psdir = ${docdir}
205 sbindir = ${exec_prefix}/sbin
206 sharedstatedir = ${prefix}/com
207 srcdir = .
208 sysconfdir = ${prefix}/etc
209 target_alias =
210 top_build_prefix =
211 top_builddir = .
212 top_srcdir = .
213 SUBDIRS = src doc
214 EXTRA_DIST = autogen.sh spawn-fcgi.1 CMakeLists.txt
215 man1_MANS = spawn-fcgi.1
216 all: config.h
217 $(MAKE) $(AM_MAKEFLAGS) all-recursive
219 .SUFFIXES:
220 am--refresh:
222 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
223 @for dep in $?; do \
224 case '$(am__configure_deps)' in \
225 *$$dep*) \
226 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
227 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
228 && exit 0; \
229 exit 1;; \
230 esac; \
231 done; \
232 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
233 $(am__cd) $(top_srcdir) && \
234 $(AUTOMAKE) --foreign Makefile
235 .PRECIOUS: Makefile
236 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237 @case '$?' in \
238 *config.status*) \
239 echo ' $(SHELL) ./config.status'; \
240 $(SHELL) ./config.status;; \
241 *) \
242 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
243 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
244 esac;
246 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
247 $(SHELL) ./config.status --recheck
249 $(top_srcdir)/configure: $(am__configure_deps)
250 $(am__cd) $(srcdir) && $(AUTOCONF)
251 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
252 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
253 $(am__aclocal_m4_deps):
255 config.h: stamp-h1
256 @if test ! -f $@; then \
257 rm -f stamp-h1; \
258 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
259 else :; fi
261 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
262 @rm -f stamp-h1
263 cd $(top_builddir) && $(SHELL) ./config.status config.h
264 $(srcdir)/config.h.in: $(am__configure_deps)
265 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
266 rm -f stamp-h1
267 touch $@
269 distclean-hdr:
270 -rm -f config.h stamp-h1
271 install-man1: $(man1_MANS)
272 @$(NORMAL_INSTALL)
273 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
274 @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
275 { for i in $$list; do echo "$$i"; done; \
276 } | while read p; do \
277 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
278 echo "$$d$$p"; echo "$$p"; \
279 done | \
280 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
281 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
282 sed 'N;N;s,\n, ,g' | { \
283 list=; while read file base inst; do \
284 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
285 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
286 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
287 fi; \
288 done; \
289 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
290 while read files; do \
291 test -z "$$files" || { \
292 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
293 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
294 done; }
296 uninstall-man1:
297 @$(NORMAL_UNINSTALL)
298 @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
299 files=`{ for i in $$list; do echo "$$i"; done; \
300 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
301 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
302 test -z "$$files" || { \
303 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
304 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
306 # This directory's subdirectories are mostly independent; you can cd
307 # into them and run `make' without going through this Makefile.
308 # To change the values of `make' variables: instead of editing Makefiles,
309 # (1) if the variable is set in `config.status', edit `config.status'
310 # (which will cause the Makefiles to be regenerated when you run `make');
311 # (2) otherwise, pass the desired values on the `make' command line.
312 $(RECURSIVE_TARGETS):
313 @failcom='exit 1'; \
314 for f in x $$MAKEFLAGS; do \
315 case $$f in \
316 *=* | --[!k]*);; \
317 *k*) failcom='fail=yes';; \
318 esac; \
319 done; \
320 dot_seen=no; \
321 target=`echo $@ | sed s/-recursive//`; \
322 list='$(SUBDIRS)'; for subdir in $$list; do \
323 echo "Making $$target in $$subdir"; \
324 if test "$$subdir" = "."; then \
325 dot_seen=yes; \
326 local_target="$$target-am"; \
327 else \
328 local_target="$$target"; \
329 fi; \
330 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
331 || eval $$failcom; \
332 done; \
333 if test "$$dot_seen" = "no"; then \
334 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
335 fi; test -z "$$fail"
337 $(RECURSIVE_CLEAN_TARGETS):
338 @failcom='exit 1'; \
339 for f in x $$MAKEFLAGS; do \
340 case $$f in \
341 *=* | --[!k]*);; \
342 *k*) failcom='fail=yes';; \
343 esac; \
344 done; \
345 dot_seen=no; \
346 case "$@" in \
347 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
348 *) list='$(SUBDIRS)' ;; \
349 esac; \
350 rev=''; for subdir in $$list; do \
351 if test "$$subdir" = "."; then :; else \
352 rev="$$subdir $$rev"; \
353 fi; \
354 done; \
355 rev="$$rev ."; \
356 target=`echo $@ | sed s/-recursive//`; \
357 for subdir in $$rev; do \
358 echo "Making $$target in $$subdir"; \
359 if test "$$subdir" = "."; then \
360 local_target="$$target-am"; \
361 else \
362 local_target="$$target"; \
363 fi; \
364 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365 || eval $$failcom; \
366 done && test -z "$$fail"
367 tags-recursive:
368 list='$(SUBDIRS)'; for subdir in $$list; do \
369 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
370 done
371 ctags-recursive:
372 list='$(SUBDIRS)'; for subdir in $$list; do \
373 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
374 done
376 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
377 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378 unique=`for i in $$list; do \
379 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380 done | \
381 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382 END { if (nonempty) { for (i in files) print i; }; }'`; \
383 mkid -fID $$unique
384 tags: TAGS
386 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
387 $(TAGS_FILES) $(LISP)
388 set x; \
389 here=`pwd`; \
390 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
391 include_option=--etags-include; \
392 empty_fix=.; \
393 else \
394 include_option=--include; \
395 empty_fix=; \
396 fi; \
397 list='$(SUBDIRS)'; for subdir in $$list; do \
398 if test "$$subdir" = .; then :; else \
399 test ! -f $$subdir/TAGS || \
400 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
401 fi; \
402 done; \
403 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
404 unique=`for i in $$list; do \
405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406 done | \
407 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408 END { if (nonempty) { for (i in files) print i; }; }'`; \
409 shift; \
410 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411 test -n "$$unique" || unique=$$empty_fix; \
412 if test $$# -gt 0; then \
413 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414 "$$@" $$unique; \
415 else \
416 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417 $$unique; \
418 fi; \
420 ctags: CTAGS
421 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
422 $(TAGS_FILES) $(LISP)
423 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
424 unique=`for i in $$list; do \
425 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426 done | \
427 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428 END { if (nonempty) { for (i in files) print i; }; }'`; \
429 test -z "$(CTAGS_ARGS)$$unique" \
430 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431 $$unique
433 GTAGS:
434 here=`$(am__cd) $(top_builddir) && pwd` \
435 && $(am__cd) $(top_srcdir) \
436 && gtags -i $(GTAGS_ARGS) "$$here"
438 distclean-tags:
439 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
441 distdir: $(DISTFILES)
442 @list='$(MANS)'; if test -n "$$list"; then \
443 list=`for p in $$list; do \
444 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
445 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
446 if test -n "$$list" && \
447 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
448 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
449 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
450 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
451 echo " typically \`make maintainer-clean' will remove them" >&2; \
452 exit 1; \
453 else :; fi; \
454 else :; fi
455 $(am__remove_distdir)
456 test -d "$(distdir)" || mkdir "$(distdir)"
457 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
459 list='$(DISTFILES)'; \
460 dist_files=`for file in $$list; do echo $$file; done | \
461 sed -e "s|^$$srcdirstrip/||;t" \
462 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
463 case $$dist_files in \
464 */*) $(MKDIR_P) `echo "$$dist_files" | \
465 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
466 sort -u` ;; \
467 esac; \
468 for file in $$dist_files; do \
469 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
470 if test -d $$d/$$file; then \
471 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
472 if test -d "$(distdir)/$$file"; then \
473 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474 fi; \
475 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
476 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
477 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478 fi; \
479 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
480 else \
481 test -f "$(distdir)/$$file" \
482 || cp -p $$d/$$file "$(distdir)/$$file" \
483 || exit 1; \
484 fi; \
485 done
486 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
487 if test "$$subdir" = .; then :; else \
488 test -d "$(distdir)/$$subdir" \
489 || $(MKDIR_P) "$(distdir)/$$subdir" \
490 || exit 1; \
491 fi; \
492 done
493 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
494 if test "$$subdir" = .; then :; else \
495 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
496 $(am__relativize); \
497 new_distdir=$$reldir; \
498 dir1=$$subdir; dir2="$(top_distdir)"; \
499 $(am__relativize); \
500 new_top_distdir=$$reldir; \
501 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
502 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
503 ($(am__cd) $$subdir && \
504 $(MAKE) $(AM_MAKEFLAGS) \
505 top_distdir="$$new_top_distdir" \
506 distdir="$$new_distdir" \
507 am__remove_distdir=: \
508 am__skip_length_check=: \
509 am__skip_mode_fix=: \
510 distdir) \
511 || exit 1; \
512 fi; \
513 done
514 -test -n "$(am__skip_mode_fix)" \
515 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
516 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
517 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
518 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
519 || chmod -R a+r "$(distdir)"
520 dist-gzip: distdir
521 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
522 $(am__remove_distdir)
524 dist-bzip2: distdir
525 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
526 $(am__remove_distdir)
528 dist-lzma: distdir
529 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
530 $(am__remove_distdir)
532 dist-xz: distdir
533 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
534 $(am__remove_distdir)
536 dist-tarZ: distdir
537 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
538 $(am__remove_distdir)
540 dist-shar: distdir
541 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
542 $(am__remove_distdir)
544 dist-zip: distdir
545 -rm -f $(distdir).zip
546 zip -rq $(distdir).zip $(distdir)
547 $(am__remove_distdir)
549 dist dist-all: distdir
550 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
551 $(am__remove_distdir)
553 # This target untars the dist file and tries a VPATH configuration. Then
554 # it guarantees that the distribution is self-contained by making another
555 # tarfile.
556 distcheck: dist
557 case '$(DIST_ARCHIVES)' in \
558 *.tar.gz*) \
559 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
560 *.tar.bz2*) \
561 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
562 *.tar.lzma*) \
563 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
564 *.tar.xz*) \
565 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
566 *.tar.Z*) \
567 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
568 *.shar.gz*) \
569 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
570 *.zip*) \
571 unzip $(distdir).zip ;;\
572 esac
573 chmod -R a-w $(distdir); chmod a+w $(distdir)
574 mkdir $(distdir)/_build
575 mkdir $(distdir)/_inst
576 chmod a-w $(distdir)
577 test -d $(distdir)/_build || exit 0; \
578 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
579 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
580 && am__cwd=`pwd` \
581 && $(am__cd) $(distdir)/_build \
582 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
583 $(DISTCHECK_CONFIGURE_FLAGS) \
584 && $(MAKE) $(AM_MAKEFLAGS) \
585 && $(MAKE) $(AM_MAKEFLAGS) dvi \
586 && $(MAKE) $(AM_MAKEFLAGS) check \
587 && $(MAKE) $(AM_MAKEFLAGS) install \
588 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
589 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
590 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
591 distuninstallcheck \
592 && chmod -R a-w "$$dc_install_base" \
593 && ({ \
594 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
595 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
596 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
597 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
598 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
599 } || { rm -rf "$$dc_destdir"; exit 1; }) \
600 && rm -rf "$$dc_destdir" \
601 && $(MAKE) $(AM_MAKEFLAGS) dist \
602 && rm -rf $(DIST_ARCHIVES) \
603 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
604 && cd "$$am__cwd" \
605 || exit 1
606 $(am__remove_distdir)
607 @(echo "$(distdir) archives ready for distribution: "; \
608 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
609 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
610 distuninstallcheck:
611 @$(am__cd) '$(distuninstallcheck_dir)' \
612 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
613 || { echo "ERROR: files left after uninstall:" ; \
614 if test -n "$(DESTDIR)"; then \
615 echo " (check DESTDIR support)"; \
616 fi ; \
617 $(distuninstallcheck_listfiles) ; \
618 exit 1; } >&2
619 distcleancheck: distclean
620 @if test '$(srcdir)' = . ; then \
621 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
622 exit 1 ; \
624 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
625 || { echo "ERROR: files left in build directory after distclean:" ; \
626 $(distcleancheck_listfiles) ; \
627 exit 1; } >&2
628 check-am: all-am
629 check: check-recursive
630 all-am: Makefile $(MANS) config.h
631 installdirs: installdirs-recursive
632 installdirs-am:
633 for dir in "$(DESTDIR)$(man1dir)"; do \
634 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
635 done
636 install: install-recursive
637 install-exec: install-exec-recursive
638 install-data: install-data-recursive
639 uninstall: uninstall-recursive
641 install-am: all-am
642 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
644 installcheck: installcheck-recursive
645 install-strip:
646 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
647 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
648 `test -z '$(STRIP)' || \
649 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
650 mostlyclean-generic:
652 clean-generic:
654 distclean-generic:
655 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
656 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
658 maintainer-clean-generic:
659 @echo "This command is intended for maintainers to use"
660 @echo "it deletes files that may require special tools to rebuild."
661 clean: clean-recursive
663 clean-am: clean-generic mostlyclean-am
665 distclean: distclean-recursive
666 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
667 -rm -f Makefile
668 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
670 dvi: dvi-recursive
672 dvi-am:
674 html: html-recursive
676 html-am:
678 info: info-recursive
680 info-am:
682 install-data-am: install-man
684 install-dvi: install-dvi-recursive
686 install-dvi-am:
688 install-exec-am:
690 install-html: install-html-recursive
692 install-html-am:
694 install-info: install-info-recursive
696 install-info-am:
698 install-man: install-man1
700 install-pdf: install-pdf-recursive
702 install-pdf-am:
704 install-ps: install-ps-recursive
706 install-ps-am:
708 installcheck-am:
710 maintainer-clean: maintainer-clean-recursive
711 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
712 -rm -rf $(top_srcdir)/autom4te.cache
713 -rm -f Makefile
714 maintainer-clean-am: distclean-am maintainer-clean-generic
716 mostlyclean: mostlyclean-recursive
718 mostlyclean-am: mostlyclean-generic
720 pdf: pdf-recursive
722 pdf-am:
724 ps: ps-recursive
726 ps-am:
728 uninstall-am: uninstall-man
730 uninstall-man: uninstall-man1
732 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
733 ctags-recursive install-am install-strip tags-recursive
735 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
736 all all-am am--refresh check check-am clean clean-generic \
737 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
738 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
739 distclean distclean-generic distclean-hdr distclean-tags \
740 distcleancheck distdir distuninstallcheck dvi dvi-am html \
741 html-am info info-am install install-am install-data \
742 install-data-am install-dvi install-dvi-am install-exec \
743 install-exec-am install-html install-html-am install-info \
744 install-info-am install-man install-man1 install-pdf \
745 install-pdf-am install-ps install-ps-am install-strip \
746 installcheck installcheck-am installdirs installdirs-am \
747 maintainer-clean maintainer-clean-generic mostlyclean \
748 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
749 uninstall uninstall-am uninstall-man uninstall-man1
752 # Tell versions [3.59,3.63) of GNU make to not export all variables.
753 # Otherwise a system limit (for SysV at least) may be exceeded.
754 .NOEXPORT: