ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/Makefile.in
Revision: 2723
Committed: Wed Dec 25 13:51:00 2013 UTC (10 years, 3 months ago) by michael
File size: 26326 byte(s)
Log Message:
- automake 1.14.1

File Contents

# Content
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
30 case $$MAKEFLAGS in \
31 *\\[\ \ ]*) \
32 bs=\\; \
33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35 esac; \
36 fi; \
37 skip_next=no; \
38 strip_trailopt () \
39 { \
40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41 }; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = .
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82 $(top_srcdir)/configure $(am__configure_deps) \
83 $(srcdir)/config.h.in AUTHORS COPYING INSTALL NEWS README \
84 compile config.guess config.sub depcomp install-sh missing \
85 ylwrap ltmain.sh
86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
88 $(top_srcdir)/m4/argz.m4 \
89 $(top_srcdir)/m4/ax_append_compile_flags.m4 \
90 $(top_srcdir)/m4/ax_append_flag.m4 \
91 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
92 $(top_srcdir)/m4/ax_check_openssl.m4 \
93 $(top_srcdir)/m4/gcc_stack_protect.m4 \
94 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101 configure.lineno config.status.lineno
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 AM_V_P = $(am__v_P_@AM_V@)
107 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108 am__v_P_0 = false
109 am__v_P_1 = :
110 AM_V_GEN = $(am__v_GEN_@AM_V@)
111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112 am__v_GEN_0 = @echo " GEN " $@;
113 am__v_GEN_1 =
114 AM_V_at = $(am__v_at_@AM_V@)
115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116 am__v_at_0 = @
117 am__v_at_1 =
118 SOURCES =
119 DIST_SOURCES =
120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121 ctags-recursive dvi-recursive html-recursive info-recursive \
122 install-data-recursive install-dvi-recursive \
123 install-exec-recursive install-html-recursive \
124 install-info-recursive install-pdf-recursive \
125 install-ps-recursive install-recursive installcheck-recursive \
126 installdirs-recursive pdf-recursive ps-recursive \
127 tags-recursive uninstall-recursive
128 am__can_run_installinfo = \
129 case $$AM_UPDATE_INFO_DIR in \
130 n|no|NO) false;; \
131 *) (install-info --version) >/dev/null 2>&1;; \
132 esac
133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
134 distclean-recursive maintainer-clean-recursive
135 am__recursive_targets = \
136 $(RECURSIVE_TARGETS) \
137 $(RECURSIVE_CLEAN_TARGETS) \
138 $(am__extra_recursive_targets)
139 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140 cscope distdir dist dist-all distcheck
141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
142 $(LISP)config.h.in
143 # Read a list of newline-separated strings from the standard input,
144 # and print each of them once, without duplicates. Input order is
145 # *not* preserved.
146 am__uniquify_input = $(AWK) '\
147 BEGIN { nonempty = 0; } \
148 { items[$$0] = 1; nonempty = 1; } \
149 END { if (nonempty) { for (i in items) print i; }; } \
150 '
151 # Make sure the list of sources is unique. This is necessary because,
152 # e.g., the same source file might be shared among _SOURCES variables
153 # for different programs/libraries.
154 am__define_uniq_tagged_files = \
155 list='$(am__tagged_files)'; \
156 unique=`for i in $$list; do \
157 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
158 done | $(am__uniquify_input)`
159 ETAGS = etags
160 CTAGS = ctags
161 CSCOPE = cscope
162 DIST_SUBDIRS = $(SUBDIRS)
163 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164 distdir = $(PACKAGE)-$(VERSION)
165 top_distdir = $(distdir)
166 am__remove_distdir = \
167 if test -d "$(distdir)"; then \
168 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
169 && rm -rf "$(distdir)" \
170 || { sleep 5 && rm -rf "$(distdir)"; }; \
171 else :; fi
172 am__post_remove_distdir = $(am__remove_distdir)
173 am__relativize = \
174 dir0=`pwd`; \
175 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
176 sed_rest='s,^[^/]*/*,,'; \
177 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
178 sed_butlast='s,/*[^/]*$$,,'; \
179 while test -n "$$dir1"; do \
180 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
181 if test "$$first" != "."; then \
182 if test "$$first" = ".."; then \
183 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
184 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
185 else \
186 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
187 if test "$$first2" = "$$first"; then \
188 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
189 else \
190 dir2="../$$dir2"; \
191 fi; \
192 dir0="$$dir0"/"$$first"; \
193 fi; \
194 fi; \
195 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
196 done; \
197 reldir="$$dir2"
198 DIST_ARCHIVES = $(distdir).tar.gz
199 GZIP_ENV = --best
200 DIST_TARGETS = dist-gzip
201 distuninstallcheck_listfiles = find . -type f -print
202 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
203 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
204 distcleancheck_listfiles = find . -type f -print
205 ACLOCAL = @ACLOCAL@
206 AMTAR = @AMTAR@
207 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208 AR = @AR@
209 ARGZ_H = @ARGZ_H@
210 AUTOCONF = @AUTOCONF@
211 AUTOHEADER = @AUTOHEADER@
212 AUTOMAKE = @AUTOMAKE@
213 AWK = @AWK@
214 CC = @CC@
215 CCDEPMODE = @CCDEPMODE@
216 CFLAGS = @CFLAGS@
217 CPP = @CPP@
218 CPPFLAGS = @CPPFLAGS@
219 CYGPATH_W = @CYGPATH_W@
220 DATADIR = @DATADIR@
221 DEFS = @DEFS@
222 DEPDIR = @DEPDIR@
223 DLLTOOL = @DLLTOOL@
224 DSYMUTIL = @DSYMUTIL@
225 DUMPBIN = @DUMPBIN@
226 ECHO_C = @ECHO_C@
227 ECHO_N = @ECHO_N@
228 ECHO_T = @ECHO_T@
229 EGREP = @EGREP@
230 EXEEXT = @EXEEXT@
231 FGREP = @FGREP@
232 GREP = @GREP@
233 INCLTDL = @INCLTDL@
234 INSTALL = @INSTALL@
235 INSTALL_DATA = @INSTALL_DATA@
236 INSTALL_PROGRAM = @INSTALL_PROGRAM@
237 INSTALL_SCRIPT = @INSTALL_SCRIPT@
238 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239 LD = @LD@
240 LDFLAGS = @LDFLAGS@
241 LEX = @LEX@
242 LEXLIB = @LEXLIB@
243 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
244 LIBADD_DL = @LIBADD_DL@
245 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
246 LIBADD_DLOPEN = @LIBADD_DLOPEN@
247 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
248 LIBDIR = @LIBDIR@
249 LIBLTDL = @LIBLTDL@
250 LIBOBJS = @LIBOBJS@
251 LIBS = @LIBS@
252 LIBTOOL = @LIBTOOL@
253 LIPO = @LIPO@
254 LN_S = @LN_S@
255 LOCALSTATEDIR = @LOCALSTATEDIR@
256 LTDLDEPS = @LTDLDEPS@
257 LTDLINCL = @LTDLINCL@
258 LTDLOPEN = @LTDLOPEN@
259 LTLIBOBJS = @LTLIBOBJS@
260 LT_CONFIG_H = @LT_CONFIG_H@
261 LT_DLLOADERS = @LT_DLLOADERS@
262 LT_DLPREOPEN = @LT_DLPREOPEN@
263 MAINT = @MAINT@
264 MAKEINFO = @MAKEINFO@
265 MANIFEST_TOOL = @MANIFEST_TOOL@
266 MKDIR_P = @MKDIR_P@
267 NM = @NM@
268 NMEDIT = @NMEDIT@
269 OBJDUMP = @OBJDUMP@
270 OBJEXT = @OBJEXT@
271 OTOOL = @OTOOL@
272 OTOOL64 = @OTOOL64@
273 PACKAGE = @PACKAGE@
274 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
275 PACKAGE_NAME = @PACKAGE_NAME@
276 PACKAGE_STRING = @PACKAGE_STRING@
277 PACKAGE_TARNAME = @PACKAGE_TARNAME@
278 PACKAGE_URL = @PACKAGE_URL@
279 PACKAGE_VERSION = @PACKAGE_VERSION@
280 PATH_SEPARATOR = @PATH_SEPARATOR@
281 PREFIX = @PREFIX@
282 RANLIB = @RANLIB@
283 SED = @SED@
284 SET_MAKE = @SET_MAKE@
285 SHELL = @SHELL@
286 STRIP = @STRIP@
287 SYSCONFDIR = @SYSCONFDIR@
288 VERSION = @VERSION@
289 YACC = @YACC@
290 YFLAGS = @YFLAGS@
291 abs_builddir = @abs_builddir@
292 abs_srcdir = @abs_srcdir@
293 abs_top_builddir = @abs_top_builddir@
294 abs_top_srcdir = @abs_top_srcdir@
295 ac_ct_AR = @ac_ct_AR@
296 ac_ct_CC = @ac_ct_CC@
297 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
298 am__include = @am__include@
299 am__leading_dot = @am__leading_dot@
300 am__quote = @am__quote@
301 am__tar = @am__tar@
302 am__untar = @am__untar@
303 bindir = @bindir@
304 build = @build@
305 build_alias = @build_alias@
306 build_cpu = @build_cpu@
307 build_os = @build_os@
308 build_vendor = @build_vendor@
309 builddir = @builddir@
310 datadir = @datadir@
311 datarootdir = @datarootdir@
312 docdir = @docdir@
313 dvidir = @dvidir@
314 exec_prefix = @exec_prefix@
315 host = @host@
316 host_alias = @host_alias@
317 host_cpu = @host_cpu@
318 host_os = @host_os@
319 host_vendor = @host_vendor@
320 htmldir = @htmldir@
321 includedir = @includedir@
322 infodir = @infodir@
323 install_sh = @install_sh@
324 libdir = @libdir@
325 libexecdir = @libexecdir@
326 localedir = @localedir@
327 localstatedir = @localstatedir@
328 ltdl_LIBOBJS = @ltdl_LIBOBJS@
329 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
330 mandir = @mandir@
331 mkdir_p = @mkdir_p@
332 oldincludedir = @oldincludedir@
333 pdfdir = @pdfdir@
334 prefix = @prefix@
335 program_transform_name = @program_transform_name@
336 psdir = @psdir@
337 sbindir = @sbindir@
338 sharedstatedir = @sharedstatedir@
339 srcdir = @srcdir@
340 sys_symbol_underscore = @sys_symbol_underscore@
341 sysconfdir = @sysconfdir@
342 target_alias = @target_alias@
343 top_build_prefix = @top_build_prefix@
344 top_builddir = @top_builddir@
345 top_srcdir = @top_srcdir@
346 ACLOCAL_AMFLAGS = -I m4
347 AUTOMAKE_OPTIONS = foreign
348 SUBDIRS = tools libltdl doc help modules src
349 all: config.h
350 $(MAKE) $(AM_MAKEFLAGS) all-recursive
351
352 .SUFFIXES:
353 am--refresh: Makefile
354 @:
355 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
356 @for dep in $?; do \
357 case '$(am__configure_deps)' in \
358 *$$dep*) \
359 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
360 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
361 && exit 0; \
362 exit 1;; \
363 esac; \
364 done; \
365 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
366 $(am__cd) $(top_srcdir) && \
367 $(AUTOMAKE) --foreign Makefile
368 .PRECIOUS: Makefile
369 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370 @case '$?' in \
371 *config.status*) \
372 echo ' $(SHELL) ./config.status'; \
373 $(SHELL) ./config.status;; \
374 *) \
375 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
376 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
377 esac;
378
379 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380 $(SHELL) ./config.status --recheck
381
382 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
383 $(am__cd) $(srcdir) && $(AUTOCONF)
384 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
385 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
386 $(am__aclocal_m4_deps):
387
388 config.h: stamp-h1
389 @test -f $@ || rm -f stamp-h1
390 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
391
392 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
393 @rm -f stamp-h1
394 cd $(top_builddir) && $(SHELL) ./config.status config.h
395 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
396 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
397 rm -f stamp-h1
398 touch $@
399
400 distclean-hdr:
401 -rm -f config.h stamp-h1
402
403 mostlyclean-libtool:
404 -rm -f *.lo
405
406 clean-libtool:
407 -rm -rf .libs _libs
408
409 distclean-libtool:
410 -rm -f libtool config.lt
411
412 # This directory's subdirectories are mostly independent; you can cd
413 # into them and run 'make' without going through this Makefile.
414 # To change the values of 'make' variables: instead of editing Makefiles,
415 # (1) if the variable is set in 'config.status', edit 'config.status'
416 # (which will cause the Makefiles to be regenerated when you run 'make');
417 # (2) otherwise, pass the desired values on the 'make' command line.
418 $(am__recursive_targets):
419 @fail=; \
420 if $(am__make_keepgoing); then \
421 failcom='fail=yes'; \
422 else \
423 failcom='exit 1'; \
424 fi; \
425 dot_seen=no; \
426 target=`echo $@ | sed s/-recursive//`; \
427 case "$@" in \
428 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
429 *) list='$(SUBDIRS)' ;; \
430 esac; \
431 for subdir in $$list; do \
432 echo "Making $$target in $$subdir"; \
433 if test "$$subdir" = "."; then \
434 dot_seen=yes; \
435 local_target="$$target-am"; \
436 else \
437 local_target="$$target"; \
438 fi; \
439 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
440 || eval $$failcom; \
441 done; \
442 if test "$$dot_seen" = "no"; then \
443 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
444 fi; test -z "$$fail"
445
446 ID: $(am__tagged_files)
447 $(am__define_uniq_tagged_files); mkid -fID $$unique
448 tags: tags-recursive
449 TAGS: tags
450
451 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
452 set x; \
453 here=`pwd`; \
454 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
455 include_option=--etags-include; \
456 empty_fix=.; \
457 else \
458 include_option=--include; \
459 empty_fix=; \
460 fi; \
461 list='$(SUBDIRS)'; for subdir in $$list; do \
462 if test "$$subdir" = .; then :; else \
463 test ! -f $$subdir/TAGS || \
464 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
465 fi; \
466 done; \
467 $(am__define_uniq_tagged_files); \
468 shift; \
469 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470 test -n "$$unique" || unique=$$empty_fix; \
471 if test $$# -gt 0; then \
472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473 "$$@" $$unique; \
474 else \
475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476 $$unique; \
477 fi; \
478 fi
479 ctags: ctags-recursive
480
481 CTAGS: ctags
482 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
483 $(am__define_uniq_tagged_files); \
484 test -z "$(CTAGS_ARGS)$$unique" \
485 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486 $$unique
487
488 GTAGS:
489 here=`$(am__cd) $(top_builddir) && pwd` \
490 && $(am__cd) $(top_srcdir) \
491 && gtags -i $(GTAGS_ARGS) "$$here"
492 cscope: cscope.files
493 test ! -s cscope.files \
494 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
495 clean-cscope:
496 -rm -f cscope.files
497 cscope.files: clean-cscope cscopelist
498 cscopelist: cscopelist-recursive
499
500 cscopelist-am: $(am__tagged_files)
501 list='$(am__tagged_files)'; \
502 case "$(srcdir)" in \
503 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
504 *) sdir=$(subdir)/$(srcdir) ;; \
505 esac; \
506 for i in $$list; do \
507 if test -f "$$i"; then \
508 echo "$(subdir)/$$i"; \
509 else \
510 echo "$$sdir/$$i"; \
511 fi; \
512 done >> $(top_builddir)/cscope.files
513
514 distclean-tags:
515 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
516 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
517
518 distdir: $(DISTFILES)
519 $(am__remove_distdir)
520 test -d "$(distdir)" || mkdir "$(distdir)"
521 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523 list='$(DISTFILES)'; \
524 dist_files=`for file in $$list; do echo $$file; done | \
525 sed -e "s|^$$srcdirstrip/||;t" \
526 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
527 case $$dist_files in \
528 */*) $(MKDIR_P) `echo "$$dist_files" | \
529 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
530 sort -u` ;; \
531 esac; \
532 for file in $$dist_files; do \
533 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
534 if test -d $$d/$$file; then \
535 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
536 if test -d "$(distdir)/$$file"; then \
537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538 fi; \
539 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
540 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
541 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
542 fi; \
543 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
544 else \
545 test -f "$(distdir)/$$file" \
546 || cp -p $$d/$$file "$(distdir)/$$file" \
547 || exit 1; \
548 fi; \
549 done
550 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
551 if test "$$subdir" = .; then :; else \
552 $(am__make_dryrun) \
553 || test -d "$(distdir)/$$subdir" \
554 || $(MKDIR_P) "$(distdir)/$$subdir" \
555 || exit 1; \
556 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
557 $(am__relativize); \
558 new_distdir=$$reldir; \
559 dir1=$$subdir; dir2="$(top_distdir)"; \
560 $(am__relativize); \
561 new_top_distdir=$$reldir; \
562 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
563 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
564 ($(am__cd) $$subdir && \
565 $(MAKE) $(AM_MAKEFLAGS) \
566 top_distdir="$$new_top_distdir" \
567 distdir="$$new_distdir" \
568 am__remove_distdir=: \
569 am__skip_length_check=: \
570 am__skip_mode_fix=: \
571 distdir) \
572 || exit 1; \
573 fi; \
574 done
575 -test -n "$(am__skip_mode_fix)" \
576 || find "$(distdir)" -type d ! -perm -755 \
577 -exec chmod u+rwx,go+rx {} \; -o \
578 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
579 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
580 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
581 || chmod -R a+r "$(distdir)"
582 dist-gzip: distdir
583 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
584 $(am__post_remove_distdir)
585
586 dist-bzip2: distdir
587 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
588 $(am__post_remove_distdir)
589
590 dist-lzip: distdir
591 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
592 $(am__post_remove_distdir)
593
594 dist-xz: distdir
595 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
596 $(am__post_remove_distdir)
597
598 dist-tarZ: distdir
599 @echo WARNING: "Support for shar distribution archives is" \
600 "deprecated." >&2
601 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
602 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
603 $(am__post_remove_distdir)
604
605 dist-shar: distdir
606 @echo WARNING: "Support for distribution archives compressed with" \
607 "legacy program 'compress' is deprecated." >&2
608 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
609 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
610 $(am__post_remove_distdir)
611
612 dist-zip: distdir
613 -rm -f $(distdir).zip
614 zip -rq $(distdir).zip $(distdir)
615 $(am__post_remove_distdir)
616
617 dist dist-all:
618 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
619 $(am__post_remove_distdir)
620
621 # This target untars the dist file and tries a VPATH configuration. Then
622 # it guarantees that the distribution is self-contained by making another
623 # tarfile.
624 distcheck: dist
625 case '$(DIST_ARCHIVES)' in \
626 *.tar.gz*) \
627 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
628 *.tar.bz2*) \
629 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
630 *.tar.lz*) \
631 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
632 *.tar.xz*) \
633 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
634 *.tar.Z*) \
635 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
636 *.shar.gz*) \
637 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
638 *.zip*) \
639 unzip $(distdir).zip ;;\
640 esac
641 chmod -R a-w $(distdir)
642 chmod u+w $(distdir)
643 mkdir $(distdir)/_build $(distdir)/_inst
644 chmod a-w $(distdir)
645 test -d $(distdir)/_build || exit 0; \
646 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
647 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
648 && am__cwd=`pwd` \
649 && $(am__cd) $(distdir)/_build \
650 && ../configure \
651 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
652 $(DISTCHECK_CONFIGURE_FLAGS) \
653 --srcdir=.. --prefix="$$dc_install_base" \
654 && $(MAKE) $(AM_MAKEFLAGS) \
655 && $(MAKE) $(AM_MAKEFLAGS) dvi \
656 && $(MAKE) $(AM_MAKEFLAGS) check \
657 && $(MAKE) $(AM_MAKEFLAGS) install \
658 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
659 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
660 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
661 distuninstallcheck \
662 && chmod -R a-w "$$dc_install_base" \
663 && ({ \
664 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
665 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
666 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
667 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
668 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
669 } || { rm -rf "$$dc_destdir"; exit 1; }) \
670 && rm -rf "$$dc_destdir" \
671 && $(MAKE) $(AM_MAKEFLAGS) dist \
672 && rm -rf $(DIST_ARCHIVES) \
673 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
674 && cd "$$am__cwd" \
675 || exit 1
676 $(am__post_remove_distdir)
677 @(echo "$(distdir) archives ready for distribution: "; \
678 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
679 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
680 distuninstallcheck:
681 @test -n '$(distuninstallcheck_dir)' || { \
682 echo 'ERROR: trying to run $@ with an empty' \
683 '$$(distuninstallcheck_dir)' >&2; \
684 exit 1; \
685 }; \
686 $(am__cd) '$(distuninstallcheck_dir)' || { \
687 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
688 exit 1; \
689 }; \
690 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
691 || { echo "ERROR: files left after uninstall:" ; \
692 if test -n "$(DESTDIR)"; then \
693 echo " (check DESTDIR support)"; \
694 fi ; \
695 $(distuninstallcheck_listfiles) ; \
696 exit 1; } >&2
697 distcleancheck: distclean
698 @if test '$(srcdir)' = . ; then \
699 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
700 exit 1 ; \
701 fi
702 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
703 || { echo "ERROR: files left in build directory after distclean:" ; \
704 $(distcleancheck_listfiles) ; \
705 exit 1; } >&2
706 check-am: all-am
707 check: check-recursive
708 all-am: Makefile config.h
709 installdirs: installdirs-recursive
710 installdirs-am:
711 install: install-recursive
712 install-exec: install-exec-recursive
713 install-data: install-data-recursive
714 uninstall: uninstall-recursive
715
716 install-am: all-am
717 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
718
719 installcheck: installcheck-recursive
720 install-strip:
721 if test -z '$(STRIP)'; then \
722 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
723 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
724 install; \
725 else \
726 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
727 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
728 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
729 fi
730 mostlyclean-generic:
731
732 clean-generic:
733
734 distclean-generic:
735 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
736 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
737
738 maintainer-clean-generic:
739 @echo "This command is intended for maintainers to use"
740 @echo "it deletes files that may require special tools to rebuild."
741 clean: clean-recursive
742
743 clean-am: clean-generic clean-libtool mostlyclean-am
744
745 distclean: distclean-recursive
746 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
747 -rm -f Makefile
748 distclean-am: clean-am distclean-generic distclean-hdr \
749 distclean-libtool distclean-tags
750
751 dvi: dvi-recursive
752
753 dvi-am:
754
755 html: html-recursive
756
757 html-am:
758
759 info: info-recursive
760
761 info-am:
762
763 install-data-am: install-data-local
764
765 install-dvi: install-dvi-recursive
766
767 install-dvi-am:
768
769 install-exec-am:
770
771 install-html: install-html-recursive
772
773 install-html-am:
774
775 install-info: install-info-recursive
776
777 install-info-am:
778
779 install-man:
780
781 install-pdf: install-pdf-recursive
782
783 install-pdf-am:
784
785 install-ps: install-ps-recursive
786
787 install-ps-am:
788
789 installcheck-am:
790
791 maintainer-clean: maintainer-clean-recursive
792 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
793 -rm -rf $(top_srcdir)/autom4te.cache
794 -rm -f Makefile
795 maintainer-clean-am: distclean-am maintainer-clean-generic
796
797 mostlyclean: mostlyclean-recursive
798
799 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
800
801 pdf: pdf-recursive
802
803 pdf-am:
804
805 ps: ps-recursive
806
807 ps-am:
808
809 uninstall-am:
810
811 .MAKE: $(am__recursive_targets) all install-am install-strip
812
813 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
814 am--refresh check check-am clean clean-cscope clean-generic \
815 clean-libtool cscope cscopelist-am ctags ctags-am dist \
816 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
817 dist-xz dist-zip distcheck distclean distclean-generic \
818 distclean-hdr distclean-libtool distclean-tags distcleancheck \
819 distdir distuninstallcheck dvi dvi-am html html-am info \
820 info-am install install-am install-data install-data-am \
821 install-data-local install-dvi install-dvi-am install-exec \
822 install-exec-am install-html install-html-am install-info \
823 install-info-am install-man install-pdf install-pdf-am \
824 install-ps install-ps-am install-strip installcheck \
825 installcheck-am installdirs installdirs-am maintainer-clean \
826 maintainer-clean-generic mostlyclean mostlyclean-generic \
827 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
828 uninstall-am
829
830
831 install-data-local:
832 $(INSTALL) -d $(DESTDIR)${localstatedir}/log
833 $(INSTALL) -d $(DESTDIR)${localstatedir}/run
834
835 # Tell versions [3.59,3.63) of GNU make to not export all variables.
836 # Otherwise a system limit (for SysV at least) may be exceeded.
837 .NOEXPORT: