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