/[LeafOK_CVS]/lbbs/Makefile.in
ViewVC logotype

Contents of /lbbs/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.13 - (show annotations)
Tue May 6 02:39:39 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -0 lines
FILE REMOVED
Remove generated file

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

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1