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