]> jfr.im git - irc/ircd-hybrid/hopm.git/blob - Makefile.in
Merge pull request #50 from ircd-hybrid/dependabot/github_actions/1.1.x/actions/check...
[irc/ircd-hybrid/hopm.git] / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = .
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__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 \
95 $(top_srcdir)/m4/ax_arg_enable_efence.m4 \
96 $(top_srcdir)/m4/ax_arg_enable_warnings.m4 \
97 $(top_srcdir)/m4/ax_arg_openssl.m4 \
98 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
99 $(top_srcdir)/m4/ax_gcc_stack_protect.m4 \
100 $(top_srcdir)/m4/ax_library_net.m4 \
101 $(top_srcdir)/m4/ax_require_defined.m4 \
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
105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106 $(ACLOCAL_M4)
107 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
108 $(am__configure_deps) $(am__DIST_COMMON)
109 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110 configure.lineno config.status.lineno
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = $(top_builddir)/src/setup.h
113 CONFIG_CLEAN_FILES =
114 CONFIG_CLEAN_VPATH_FILES =
115 AM_V_P = $(am__v_P_@AM_V@)
116 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117 am__v_P_0 = false
118 am__v_P_1 = :
119 AM_V_GEN = $(am__v_GEN_@AM_V@)
120 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121 am__v_GEN_0 = @echo " GEN " $@;
122 am__v_GEN_1 =
123 AM_V_at = $(am__v_at_@AM_V@)
124 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125 am__v_at_0 = @
126 am__v_at_1 =
127 SOURCES =
128 DIST_SOURCES =
129 RECURSIVE_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
137 am__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
142 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
143 distclean-recursive maintainer-clean-recursive
144 am__recursive_targets = \
145 $(RECURSIVE_TARGETS) \
146 $(RECURSIVE_CLEAN_TARGETS) \
147 $(am__extra_recursive_targets)
148 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
149 cscope distdir distdir-am dist dist-all distcheck
150 am__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.
154 am__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.
162 am__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)`
167 DIST_SUBDIRS = $(SUBDIRS)
168 am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS.md INSTALL.md NEWS.md \
169 README.md compile config.guess config.sub install-sh ltmain.sh \
170 missing mkinstalldirs ylwrap
171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172 distdir = $(PACKAGE)-$(VERSION)
173 top_distdir = $(distdir)
174 am__remove_distdir = \
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
180 am__post_remove_distdir = $(am__remove_distdir)
181 am__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"
206 DIST_ARCHIVES = $(distdir).tar.gz
207 GZIP_ENV = --best
208 DIST_TARGETS = dist-gzip
209 # Exists only to be overridden by the user if desired.
210 AM_DISTCHECK_DVI_TARGET = dvi
211 distuninstallcheck_listfiles = find . -type f -print
212 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
213 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
214 distcleancheck_listfiles = find . -type f -print
215 ACLOCAL = @ACLOCAL@
216 AMTAR = @AMTAR@
217 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
218 AR = @AR@
219 AUTOCONF = @AUTOCONF@
220 AUTOHEADER = @AUTOHEADER@
221 AUTOMAKE = @AUTOMAKE@
222 AWK = @AWK@
223 CC = @CC@
224 CCDEPMODE = @CCDEPMODE@
225 CFLAGS = @CFLAGS@
226 CPPFLAGS = @CPPFLAGS@
227 CSCOPE = @CSCOPE@
228 CTAGS = @CTAGS@
229 CYGPATH_W = @CYGPATH_W@
230 DEFS = @DEFS@
231 DEPDIR = @DEPDIR@
232 DLLTOOL = @DLLTOOL@
233 DSYMUTIL = @DSYMUTIL@
234 DUMPBIN = @DUMPBIN@
235 ECHO_C = @ECHO_C@
236 ECHO_N = @ECHO_N@
237 ECHO_T = @ECHO_T@
238 EGREP = @EGREP@
239 ETAGS = @ETAGS@
240 EXEEXT = @EXEEXT@
241 FGREP = @FGREP@
242 FILECMD = @FILECMD@
243 GREP = @GREP@
244 INSTALL = @INSTALL@
245 INSTALL_DATA = @INSTALL_DATA@
246 INSTALL_PROGRAM = @INSTALL_PROGRAM@
247 INSTALL_SCRIPT = @INSTALL_SCRIPT@
248 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
249 LD = @LD@
250 LDFLAGS = @LDFLAGS@
251 LEX = @LEX@
252 LEXLIB = @LEXLIB@
253 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
254 LIBOBJS = @LIBOBJS@
255 LIBS = @LIBS@
256 LIBTOOL = @LIBTOOL@
257 LIPO = @LIPO@
258 LN_S = @LN_S@
259 LTLIBOBJS = @LTLIBOBJS@
260 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
261 MAINT = @MAINT@
262 MAKEINFO = @MAKEINFO@
263 MANIFEST_TOOL = @MANIFEST_TOOL@
264 MKDIR_P = @MKDIR_P@
265 NM = @NM@
266 NMEDIT = @NMEDIT@
267 OBJDUMP = @OBJDUMP@
268 OBJEXT = @OBJEXT@
269 OTOOL = @OTOOL@
270 OTOOL64 = @OTOOL64@
271 PACKAGE = @PACKAGE@
272 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
273 PACKAGE_NAME = @PACKAGE_NAME@
274 PACKAGE_STRING = @PACKAGE_STRING@
275 PACKAGE_TARNAME = @PACKAGE_TARNAME@
276 PACKAGE_URL = @PACKAGE_URL@
277 PACKAGE_VERSION = @PACKAGE_VERSION@
278 PATH_SEPARATOR = @PATH_SEPARATOR@
279 RANLIB = @RANLIB@
280 SED = @SED@
281 SET_MAKE = @SET_MAKE@
282 SHELL = @SHELL@
283 STRIP = @STRIP@
284 VERSION = @VERSION@
285 YACC = @YACC@
286 YFLAGS = @YFLAGS@
287 abs_builddir = @abs_builddir@
288 abs_srcdir = @abs_srcdir@
289 abs_top_builddir = @abs_top_builddir@
290 abs_top_srcdir = @abs_top_srcdir@
291 ac_ct_AR = @ac_ct_AR@
292 ac_ct_CC = @ac_ct_CC@
293 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
294 am__include = @am__include@
295 am__leading_dot = @am__leading_dot@
296 am__quote = @am__quote@
297 am__tar = @am__tar@
298 am__untar = @am__untar@
299 bindir = @bindir@
300 build = @build@
301 build_alias = @build_alias@
302 build_cpu = @build_cpu@
303 build_os = @build_os@
304 build_vendor = @build_vendor@
305 builddir = @builddir@
306 datadir = @datadir@
307 datarootdir = @datarootdir@
308 docdir = @docdir@
309 dvidir = @dvidir@
310 exec_prefix = @exec_prefix@
311 host = @host@
312 host_alias = @host_alias@
313 host_cpu = @host_cpu@
314 host_os = @host_os@
315 host_vendor = @host_vendor@
316 htmldir = @htmldir@
317 includedir = @includedir@
318 infodir = @infodir@
319 install_sh = @install_sh@
320 libdir = @libdir@
321 libexecdir = @libexecdir@
322 localedir = @localedir@
323 localstatedir = @localstatedir@
324 mandir = @mandir@
325 mkdir_p = @mkdir_p@
326 oldincludedir = @oldincludedir@
327 pdfdir = @pdfdir@
328 prefix = @prefix@
329 program_transform_name = @program_transform_name@
330 psdir = @psdir@
331 runstatedir = @runstatedir@
332 sbindir = @sbindir@
333 sharedstatedir = @sharedstatedir@
334 srcdir = @srcdir@
335 sysconfdir = @sysconfdir@
336 target_alias = @target_alias@
337 top_build_prefix = @top_build_prefix@
338 top_builddir = @top_builddir@
339 top_srcdir = @top_srcdir@
340 ACLOCAL_AMFLAGS = -I m4
341 AUTOMAKE_OPTIONS = foreign
342 SUBDIRS = doc src
343 all: all-recursive
344
345 .SUFFIXES:
346 am--refresh: Makefile
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*) \
352 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
353 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
354 && exit 0; \
355 exit 1;; \
356 esac; \
357 done; \
358 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
359 $(am__cd) $(top_srcdir) && \
360 $(AUTOMAKE) --foreign Makefile
361 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
362 @case '$?' in \
363 *config.status*) \
364 echo ' $(SHELL) ./config.status'; \
365 $(SHELL) ./config.status;; \
366 *) \
367 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
368 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
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)
375 $(am__cd) $(srcdir) && $(AUTOCONF)
376 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
377 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
378 $(am__aclocal_m4_deps):
379
380 mostlyclean-libtool:
381 -rm -f *.lo
382
383 clean-libtool:
384 -rm -rf .libs _libs
385
386 distclean-libtool:
387 -rm -f libtool config.lt
388
389 # This directory's subdirectories are mostly independent; you can cd
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; \
402 dot_seen=no; \
403 target=`echo $@ | sed s/-recursive//`; \
404 case "$@" in \
405 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
406 *) list='$(SUBDIRS)' ;; \
407 esac; \
408 for subdir in $$list; do \
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; \
416 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
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
423 ID: $(am__tagged_files)
424 $(am__define_uniq_tagged_files); mkid -fID $$unique
425 tags: tags-recursive
426 TAGS: tags
427
428 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
429 set x; \
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 || \
441 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
442 fi; \
443 done; \
444 $(am__define_uniq_tagged_files); \
445 shift; \
446 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
447 test -n "$$unique" || unique=$$empty_fix; \
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; \
455 fi
456 ctags: ctags-recursive
457
458 CTAGS: ctags
459 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
460 $(am__define_uniq_tagged_files); \
461 test -z "$(CTAGS_ARGS)$$unique" \
462 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
463 $$unique
464
465 GTAGS:
466 here=`$(am__cd) $(top_builddir) && pwd` \
467 && $(am__cd) $(top_srcdir) \
468 && gtags -i $(GTAGS_ARGS) "$$here"
469 cscope: cscope.files
470 test ! -s cscope.files \
471 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
472 clean-cscope:
473 -rm -f cscope.files
474 cscope.files: clean-cscope cscopelist
475 cscopelist: cscopelist-recursive
476
477 cscopelist-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
490
491 distclean-tags:
492 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
494 distdir: $(BUILT_SOURCES)
495 $(MAKE) $(AM_MAKEFLAGS) distdir-am
496
497 distdir-am: $(DISTFILES)
498 $(am__remove_distdir)
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 \
512 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
513 if test -d $$d/$$file; then \
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; \
518 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
519 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
520 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521 fi; \
522 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
523 else \
524 test -f "$(distdir)/$$file" \
525 || cp -p $$d/$$file "$(distdir)/$$file" \
526 || exit 1; \
527 fi; \
528 done
529 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
530 if test "$$subdir" = .; then :; else \
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 && \
544 $(MAKE) $(AM_MAKEFLAGS) \
545 top_distdir="$$new_top_distdir" \
546 distdir="$$new_distdir" \
547 am__remove_distdir=: \
548 am__skip_length_check=: \
549 am__skip_mode_fix=: \
550 distdir) \
551 || exit 1; \
552 fi; \
553 done
554 -test -n "$(am__skip_mode_fix)" \
555 || find "$(distdir)" -type d ! -perm -755 \
556 -exec chmod u+rwx,go+rx {} \; -o \
557 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
558 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
559 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
560 || chmod -R a+r "$(distdir)"
561 dist-gzip: distdir
562 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
563 $(am__post_remove_distdir)
564
565 dist-bzip2: distdir
566 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
567 $(am__post_remove_distdir)
568
569 dist-lzip: distdir
570 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
571 $(am__post_remove_distdir)
572
573 dist-xz: distdir
574 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
575 $(am__post_remove_distdir)
576
577 dist-zstd: distdir
578 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
579 $(am__post_remove_distdir)
580
581 dist-tarZ: distdir
582 @echo WARNING: "Support for distribution archives compressed with" \
583 "legacy program 'compress' is deprecated." >&2
584 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
585 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
586 $(am__post_remove_distdir)
587
588 dist-shar: distdir
589 @echo WARNING: "Support for shar distribution archives is" \
590 "deprecated." >&2
591 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
592 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
593 $(am__post_remove_distdir)
594
595 dist-zip: distdir
596 -rm -f $(distdir).zip
597 zip -rq $(distdir).zip $(distdir)
598 $(am__post_remove_distdir)
599
600 dist dist-all:
601 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
602 $(am__post_remove_distdir)
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.
607 distcheck: dist
608 case '$(DIST_ARCHIVES)' in \
609 *.tar.gz*) \
610 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
611 *.tar.bz2*) \
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) ;;\
617 *.tar.Z*) \
618 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
619 *.shar.gz*) \
620 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
621 *.zip*) \
622 unzip $(distdir).zip ;;\
623 *.tar.zst*) \
624 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
625 esac
626 chmod -R a-w $(distdir)
627 chmod u+w $(distdir)
628 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
629 chmod a-w $(distdir)
630 test -d $(distdir)/_build || exit 0; \
631 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
632 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
633 && am__cwd=`pwd` \
634 && $(am__cd) $(distdir)/_build/sub \
635 && ../../configure \
636 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
637 $(DISTCHECK_CONFIGURE_FLAGS) \
638 --srcdir=../.. --prefix="$$dc_install_base" \
639 && $(MAKE) $(AM_MAKEFLAGS) \
640 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
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) \
658 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
659 && cd "$$am__cwd" \
660 || exit 1
661 $(am__post_remove_distdir)
662 @(echo "$(distdir) archives ready for distribution: "; \
663 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
664 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
665 distuninstallcheck:
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 \
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
682 distcleancheck: 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
691 check-am: all-am
692 check: check-recursive
693 all-am: Makefile
694 installdirs: installdirs-recursive
695 installdirs-am:
696 install: install-recursive
697 install-exec: install-exec-recursive
698 install-data: install-data-recursive
699 uninstall: uninstall-recursive
700
701 install-am: all-am
702 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
703
704 installcheck: installcheck-recursive
705 install-strip:
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
715 mostlyclean-generic:
716
717 clean-generic:
718
719 distclean-generic:
720 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
721 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
722
723 maintainer-clean-generic:
724 @echo "This command is intended for maintainers to use"
725 @echo "it deletes files that may require special tools to rebuild."
726 clean: clean-recursive
727
728 clean-am: clean-generic clean-libtool mostlyclean-am
729
730 distclean: distclean-recursive
731 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
732 -rm -f Makefile
733 distclean-am: clean-am distclean-generic distclean-libtool \
734 distclean-tags
735
736 dvi: dvi-recursive
737
738 dvi-am:
739
740 html: html-recursive
741
742 html-am:
743
744 info: info-recursive
745
746 info-am:
747
748 install-data-am: install-data-local
749
750 install-dvi: install-dvi-recursive
751
752 install-dvi-am:
753
754 install-exec-am:
755
756 install-html: install-html-recursive
757
758 install-html-am:
759
760 install-info: install-info-recursive
761
762 install-info-am:
763
764 install-man:
765
766 install-pdf: install-pdf-recursive
767
768 install-pdf-am:
769
770 install-ps: install-ps-recursive
771
772 install-ps-am:
773
774 installcheck-am:
775
776 maintainer-clean: maintainer-clean-recursive
777 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
778 -rm -rf $(top_srcdir)/autom4te.cache
779 -rm -f Makefile
780 maintainer-clean-am: distclean-am maintainer-clean-generic
781
782 mostlyclean: mostlyclean-recursive
783
784 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
785
786 pdf: pdf-recursive
787
788 pdf-am:
789
790 ps: ps-recursive
791
792 ps-am:
793
794 uninstall-am:
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 \
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
814
815 .PRECIOUS: Makefile
816
817
818 install-data-local:
819 $(INSTALL) -d $(DESTDIR)${localstatedir}/log
820 $(INSTALL) -d $(DESTDIR)${localstatedir}/run
821
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: