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