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

Annotation of /lbbs/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (hide annotations)
Sun May 4 09:41:37 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.11: +5 -1 lines
Update autoconf/automake

1 sysadm 1.11 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 sysadm 1.1 # @configure_input@
3    
4 sysadm 1.11 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5 sysadm 1.7
6 sysadm 1.1 # 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 sysadm 1.7 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 sysadm 1.1 pkgdatadir = $(datadir)/@PACKAGE@
73 sysadm 1.7 pkgincludedir = $(includedir)/@PACKAGE@
74 sysadm 1.1 pkglibdir = $(libdir)/@PACKAGE@
75 sysadm 1.7 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 sysadm 1.1 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 sysadm 1.2 transform = $(program_transform_name)
82 sysadm 1.1 NORMAL_INSTALL = :
83     PRE_INSTALL = :
84     POST_INSTALL = :
85     NORMAL_UNINSTALL = :
86     PRE_UNINSTALL = :
87     POST_UNINSTALL = :
88 sysadm 1.6 build_triplet = @build@
89     host_triplet = @host@
90     subdir = .
91 sysadm 1.2 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 sysadm 1.12 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 sysadm 1.2 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97     $(ACLOCAL_M4)
98 sysadm 1.7 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
99     $(am__configure_deps) $(am__DIST_COMMON)
100 sysadm 1.2 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101 sysadm 1.7 configure.lineno config.status.lineno
102 sysadm 1.4 mkinstalldirs = $(install_sh) -d
103 sysadm 1.2 CONFIG_CLEAN_FILES =
104 sysadm 1.7 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 sysadm 1.2 SOURCES =
118     DIST_SOURCES =
119 sysadm 1.7 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 sysadm 1.2 DIST_SUBDIRS = $(SUBDIRS)
158 sysadm 1.7 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 sysadm 1.2 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162     distdir = $(PACKAGE)-$(VERSION)
163     top_distdir = $(distdir)
164     am__remove_distdir = \
165 sysadm 1.7 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 sysadm 1.2 DIST_ARCHIVES = $(distdir).tar.gz
197     GZIP_ENV = --best
198 sysadm 1.7 DIST_TARGETS = dist-gzip
199 sysadm 1.11 # Exists only to be overridden by the user if desired.
200     AM_DISTCHECK_DVI_TARGET = dvi
201 sysadm 1.2 distuninstallcheck_listfiles = find . -type f -print
202 sysadm 1.7 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
203     | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
204 sysadm 1.2 distcleancheck_listfiles = find . -type f -print
205     ACLOCAL = @ACLOCAL@
206 sysadm 1.1 AMTAR = @AMTAR@
207 sysadm 1.7 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208 sysadm 1.6 AR = @AR@
209 sysadm 1.2 AUTOCONF = @AUTOCONF@
210     AUTOHEADER = @AUTOHEADER@
211     AUTOMAKE = @AUTOMAKE@
212 sysadm 1.1 AWK = @AWK@
213     CC = @CC@
214 sysadm 1.2 CCDEPMODE = @CCDEPMODE@
215     CFLAGS = @CFLAGS@
216 sysadm 1.3 CPP = @CPP@
217 sysadm 1.2 CPPFLAGS = @CPPFLAGS@
218 sysadm 1.11 CSCOPE = @CSCOPE@
219     CTAGS = @CTAGS@
220 sysadm 1.6 CXX = @CXX@
221     CXXCPP = @CXXCPP@
222     CXXDEPMODE = @CXXDEPMODE@
223     CXXFLAGS = @CXXFLAGS@
224 sysadm 1.2 CYGPATH_W = @CYGPATH_W@
225     DEFS = @DEFS@
226 sysadm 1.1 DEPDIR = @DEPDIR@
227 sysadm 1.7 DLLTOOL = @DLLTOOL@
228     DSYMUTIL = @DSYMUTIL@
229     DUMPBIN = @DUMPBIN@
230 sysadm 1.2 ECHO_C = @ECHO_C@
231     ECHO_N = @ECHO_N@
232     ECHO_T = @ECHO_T@
233 sysadm 1.3 EGREP = @EGREP@
234 sysadm 1.11 ETAGS = @ETAGS@
235 sysadm 1.2 EXEEXT = @EXEEXT@
236 sysadm 1.7 FGREP = @FGREP@
237 sysadm 1.11 FILECMD = @FILECMD@
238 sysadm 1.7 GREP = @GREP@
239     INSTALL = @INSTALL@
240 sysadm 1.2 INSTALL_DATA = @INSTALL_DATA@
241     INSTALL_PROGRAM = @INSTALL_PROGRAM@
242     INSTALL_SCRIPT = @INSTALL_SCRIPT@
243 sysadm 1.1 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
244 sysadm 1.7 LD = @LD@
245 sysadm 1.2 LDFLAGS = @LDFLAGS@
246     LIBOBJS = @LIBOBJS@
247     LIBS = @LIBS@
248 sysadm 1.6 LIBTOOL = @LIBTOOL@
249 sysadm 1.7 LIPO = @LIPO@
250 sysadm 1.6 LN_S = @LN_S@
251 sysadm 1.2 LTLIBOBJS = @LTLIBOBJS@
252 sysadm 1.7 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
253 sysadm 1.2 MAKEINFO = @MAKEINFO@
254 sysadm 1.7 MANIFEST_TOOL = @MANIFEST_TOOL@
255     MKDIR_P = @MKDIR_P@
256     NM = @NM@
257     NMEDIT = @NMEDIT@
258     OBJDUMP = @OBJDUMP@
259 sysadm 1.2 OBJEXT = @OBJEXT@
260 sysadm 1.7 OTOOL = @OTOOL@
261     OTOOL64 = @OTOOL64@
262 sysadm 1.1 PACKAGE = @PACKAGE@
263 sysadm 1.2 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
264     PACKAGE_NAME = @PACKAGE_NAME@
265     PACKAGE_STRING = @PACKAGE_STRING@
266     PACKAGE_TARNAME = @PACKAGE_TARNAME@
267 sysadm 1.7 PACKAGE_URL = @PACKAGE_URL@
268 sysadm 1.2 PACKAGE_VERSION = @PACKAGE_VERSION@
269     PATH_SEPARATOR = @PATH_SEPARATOR@
270 sysadm 1.6 RANLIB = @RANLIB@
271 sysadm 1.7 SED = @SED@
272 sysadm 1.2 SET_MAKE = @SET_MAKE@
273     SHELL = @SHELL@
274 sysadm 1.1 STRIP = @STRIP@
275     VERSION = @VERSION@
276 sysadm 1.7 abs_builddir = @abs_builddir@
277     abs_srcdir = @abs_srcdir@
278     abs_top_builddir = @abs_top_builddir@
279     abs_top_srcdir = @abs_top_srcdir@
280 sysadm 1.6 ac_ct_AR = @ac_ct_AR@
281 sysadm 1.2 ac_ct_CC = @ac_ct_CC@
282 sysadm 1.6 ac_ct_CXX = @ac_ct_CXX@
283 sysadm 1.7 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
284 sysadm 1.1 am__include = @am__include@
285 sysadm 1.2 am__leading_dot = @am__leading_dot@
286 sysadm 1.1 am__quote = @am__quote@
287 sysadm 1.4 am__tar = @am__tar@
288     am__untar = @am__untar@
289 sysadm 1.2 bindir = @bindir@
290 sysadm 1.6 build = @build@
291 sysadm 1.2 build_alias = @build_alias@
292 sysadm 1.6 build_cpu = @build_cpu@
293     build_os = @build_os@
294     build_vendor = @build_vendor@
295 sysadm 1.7 builddir = @builddir@
296 sysadm 1.2 datadir = @datadir@
297 sysadm 1.7 datarootdir = @datarootdir@
298     docdir = @docdir@
299     dvidir = @dvidir@
300 sysadm 1.2 exec_prefix = @exec_prefix@
301 sysadm 1.6 host = @host@
302 sysadm 1.2 host_alias = @host_alias@
303 sysadm 1.6 host_cpu = @host_cpu@
304     host_os = @host_os@
305     host_vendor = @host_vendor@
306 sysadm 1.7 htmldir = @htmldir@
307 sysadm 1.2 includedir = @includedir@
308     infodir = @infodir@
309 sysadm 1.1 install_sh = @install_sh@
310 sysadm 1.2 libdir = @libdir@
311     libexecdir = @libexecdir@
312 sysadm 1.7 localedir = @localedir@
313 sysadm 1.2 localstatedir = @localstatedir@
314     mandir = @mandir@
315     mkdir_p = @mkdir_p@
316     oldincludedir = @oldincludedir@
317 sysadm 1.7 pdfdir = @pdfdir@
318 sysadm 1.2 prefix = @prefix@
319     program_transform_name = @program_transform_name@
320 sysadm 1.7 psdir = @psdir@
321     runstatedir = @runstatedir@
322 sysadm 1.2 sbindir = @sbindir@
323     sharedstatedir = @sharedstatedir@
324 sysadm 1.7 srcdir = @srcdir@
325 sysadm 1.2 sysconfdir = @sysconfdir@
326     target_alias = @target_alias@
327 sysadm 1.7 top_build_prefix = @top_build_prefix@
328     top_builddir = @top_builddir@
329     top_srcdir = @top_srcdir@
330 sysadm 1.12 ACLOCAL_AMFLAGS = -I m4
331 sysadm 1.6 EXTRA_DIST = AUTHORS README INSTALL makedist.sh
332 sysadm 1.5 SUBDIRS = src utils
333     CLEANFILES = @EXTRA_CLEAN@
334 sysadm 1.1 all: all-recursive
335    
336     .SUFFIXES:
337 sysadm 1.7 am--refresh: Makefile
338 sysadm 1.2 @:
339     $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
340     @for dep in $?; do \
341     case '$(am__configure_deps)' in \
342     *$$dep*) \
343 sysadm 1.7 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
344     $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
345 sysadm 1.2 && exit 0; \
346     exit 1;; \
347     esac; \
348     done; \
349 sysadm 1.7 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
350     $(am__cd) $(top_srcdir) && \
351     $(AUTOMAKE) --gnu Makefile
352 sysadm 1.2 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 sysadm 1.7 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
359     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
360 sysadm 1.2 esac;
361 sysadm 1.1
362 sysadm 1.2 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
363 sysadm 1.1 $(SHELL) ./config.status --recheck
364 sysadm 1.2
365     $(top_srcdir)/configure: $(am__configure_deps)
366 sysadm 1.7 $(am__cd) $(srcdir) && $(AUTOCONF)
367 sysadm 1.2 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
368 sysadm 1.7 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
369     $(am__aclocal_m4_deps):
370 sysadm 1.6
371     mostlyclean-libtool:
372     -rm -f *.lo
373    
374     clean-libtool:
375     -rm -rf .libs _libs
376    
377     distclean-libtool:
378 sysadm 1.7 -rm -f libtool config.lt
379 sysadm 1.1
380     # This directory's subdirectories are mostly independent; you can cd
381 sysadm 1.7 # 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 sysadm 1.1 dot_seen=no; \
394     target=`echo $@ | sed s/-recursive//`; \
395 sysadm 1.7 case "$@" in \
396     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
397     *) list='$(SUBDIRS)' ;; \
398     esac; \
399     for subdir in $$list; do \
400 sysadm 1.1 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 sysadm 1.7 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408     || eval $$failcom; \
409 sysadm 1.1 done; \
410     if test "$$dot_seen" = "no"; then \
411     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
412     fi; test -z "$$fail"
413    
414 sysadm 1.7 ID: $(am__tagged_files)
415     $(am__define_uniq_tagged_files); mkid -fID $$unique
416     tags: tags-recursive
417     TAGS: tags
418 sysadm 1.1
419 sysadm 1.7 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
420     set x; \
421 sysadm 1.1 here=`pwd`; \
422 sysadm 1.4 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
423 sysadm 1.2 include_option=--etags-include; \
424 sysadm 1.4 empty_fix=.; \
425 sysadm 1.2 else \
426     include_option=--include; \
427 sysadm 1.4 empty_fix=; \
428 sysadm 1.2 fi; \
429 sysadm 1.1 list='$(SUBDIRS)'; for subdir in $$list; do \
430     if test "$$subdir" = .; then :; else \
431 sysadm 1.4 test ! -f $$subdir/TAGS || \
432 sysadm 1.7 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
433 sysadm 1.1 fi; \
434     done; \
435 sysadm 1.7 $(am__define_uniq_tagged_files); \
436     shift; \
437     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
438 sysadm 1.4 test -n "$$unique" || unique=$$empty_fix; \
439 sysadm 1.7 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 sysadm 1.4 fi
447 sysadm 1.7 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 sysadm 1.2 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
454 sysadm 1.7 $$unique
455 sysadm 1.1
456     GTAGS:
457     here=`$(am__cd) $(top_builddir) && pwd` \
458 sysadm 1.7 && $(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 sysadm 1.1
482     distclean-tags:
483 sysadm 1.2 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484 sysadm 1.7 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
485     distdir: $(BUILT_SOURCES)
486     $(MAKE) $(AM_MAKEFLAGS) distdir-am
487 sysadm 1.1
488 sysadm 1.7 distdir-am: $(DISTFILES)
489 sysadm 1.1 $(am__remove_distdir)
490 sysadm 1.7 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 sysadm 1.1 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
504     if test -d $$d/$$file; then \
505 sysadm 1.7 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 sysadm 1.1 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
510 sysadm 1.7 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
511     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512 sysadm 1.1 fi; \
513 sysadm 1.7 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
514 sysadm 1.1 else \
515 sysadm 1.7 test -f "$(distdir)/$$file" \
516     || cp -p $$d/$$file "$(distdir)/$$file" \
517 sysadm 1.1 || exit 1; \
518     fi; \
519     done
520 sysadm 1.7 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
521 sysadm 1.1 if test "$$subdir" = .; then :; else \
522 sysadm 1.7 $(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 sysadm 1.1 $(MAKE) $(AM_MAKEFLAGS) \
536 sysadm 1.7 top_distdir="$$new_top_distdir" \
537     distdir="$$new_distdir" \
538     am__remove_distdir=: \
539     am__skip_length_check=: \
540     am__skip_mode_fix=: \
541 sysadm 1.1 distdir) \
542     || exit 1; \
543     fi; \
544     done
545 sysadm 1.7 -test -n "$(am__skip_mode_fix)" \
546     || find "$(distdir)" -type d ! -perm -755 \
547     -exec chmod u+rwx,go+rx {} \; -o \
548 sysadm 1.1 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
549     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
550 sysadm 1.7 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
551     || chmod -R a+r "$(distdir)"
552 sysadm 1.1 dist-gzip: distdir
553 sysadm 1.7 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
554     $(am__post_remove_distdir)
555 sysadm 1.1
556 sysadm 1.2 dist-bzip2: distdir
557 sysadm 1.7 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 sysadm 1.2
572     dist-tarZ: distdir
573 sysadm 1.7 @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 sysadm 1.4 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
577 sysadm 1.7 $(am__post_remove_distdir)
578 sysadm 1.2
579     dist-shar: distdir
580 sysadm 1.7 @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 sysadm 1.2
586     dist-zip: distdir
587     -rm -f $(distdir).zip
588     zip -rq $(distdir).zip $(distdir)
589 sysadm 1.7 $(am__post_remove_distdir)
590 sysadm 1.2
591 sysadm 1.7 dist dist-all:
592     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
593     $(am__post_remove_distdir)
594 sysadm 1.1
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 sysadm 1.2 case '$(DIST_ARCHIVES)' in \
600     *.tar.gz*) \
601 sysadm 1.7 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
602 sysadm 1.2 *.tar.bz2*) \
603 sysadm 1.7 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 sysadm 1.2 *.tar.Z*) \
609 sysadm 1.4 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
610 sysadm 1.2 *.shar.gz*) \
611 sysadm 1.7 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
612 sysadm 1.2 *.zip*) \
613     unzip $(distdir).zip ;;\
614 sysadm 1.7 *.tar.zst*) \
615     zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
616 sysadm 1.2 esac
617 sysadm 1.7 chmod -R a-w $(distdir)
618     chmod u+w $(distdir)
619     mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
620 sysadm 1.1 chmod a-w $(distdir)
621 sysadm 1.7 test -d $(distdir)/_build || exit 0; \
622 sysadm 1.2 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
623     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
624 sysadm 1.7 && am__cwd=`pwd` \
625     && $(am__cd) $(distdir)/_build/sub \
626     && ../../configure \
627     $(AM_DISTCHECK_CONFIGURE_FLAGS) \
628 sysadm 1.1 $(DISTCHECK_CONFIGURE_FLAGS) \
629 sysadm 1.7 --srcdir=../.. --prefix="$$dc_install_base" \
630 sysadm 1.1 && $(MAKE) $(AM_MAKEFLAGS) \
631 sysadm 1.11 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
632 sysadm 1.1 && $(MAKE) $(AM_MAKEFLAGS) check \
633     && $(MAKE) $(AM_MAKEFLAGS) install \
634     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
635     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
636 sysadm 1.2 && $(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 sysadm 1.7 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
650     && cd "$$am__cwd" \
651     || exit 1
652     $(am__post_remove_distdir)
653 sysadm 1.2 @(echo "$(distdir) archives ready for distribution: "; \
654     list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
655 sysadm 1.7 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
656 sysadm 1.2 distuninstallcheck:
657 sysadm 1.7 @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 sysadm 1.2 || { 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 sysadm 1.1 distcleancheck: distclean
674 sysadm 1.2 @if test '$(srcdir)' = . ; then \
675 sysadm 1.1 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
676     exit 1 ; \
677     fi
678 sysadm 1.2 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
679     || { echo "ERROR: files left in build directory after distclean:" ; \
680 sysadm 1.1 $(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 sysadm 1.7 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 sysadm 1.1 mostlyclean-generic:
707    
708     clean-generic:
709 sysadm 1.5 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
710 sysadm 1.1
711     distclean-generic:
712 sysadm 1.4 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
713 sysadm 1.7 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
714 sysadm 1.1
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 sysadm 1.6 clean-am: clean-generic clean-libtool mostlyclean-am
721 sysadm 1.1
722     distclean: distclean-recursive
723     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
724 sysadm 1.2 -rm -f Makefile
725 sysadm 1.6 distclean-am: clean-am distclean-generic distclean-libtool \
726     distclean-tags
727 sysadm 1.1
728     dvi: dvi-recursive
729    
730     dvi-am:
731    
732 sysadm 1.2 html: html-recursive
733    
734 sysadm 1.7 html-am:
735    
736 sysadm 1.1 info: info-recursive
737    
738     info-am:
739    
740 sysadm 1.5 install-data-am: install-data-local
741 sysadm 1.1
742 sysadm 1.7 install-dvi: install-dvi-recursive
743    
744     install-dvi-am:
745    
746 sysadm 1.1 install-exec-am:
747    
748 sysadm 1.7 install-html: install-html-recursive
749    
750     install-html-am:
751    
752 sysadm 1.1 install-info: install-info-recursive
753    
754 sysadm 1.7 install-info-am:
755    
756 sysadm 1.1 install-man:
757    
758 sysadm 1.7 install-pdf: install-pdf-recursive
759    
760     install-pdf-am:
761    
762     install-ps: install-ps-recursive
763    
764     install-ps-am:
765    
766 sysadm 1.1 installcheck-am:
767    
768     maintainer-clean: maintainer-clean-recursive
769     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
770 sysadm 1.2 -rm -rf $(top_srcdir)/autom4te.cache
771     -rm -f Makefile
772 sysadm 1.1 maintainer-clean-am: distclean-am maintainer-clean-generic
773    
774     mostlyclean: mostlyclean-recursive
775    
776 sysadm 1.6 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
777 sysadm 1.1
778 sysadm 1.2 pdf: pdf-recursive
779    
780     pdf-am:
781    
782     ps: ps-recursive
783    
784     ps-am:
785    
786 sysadm 1.7 uninstall-am:
787    
788     .MAKE: $(am__recursive_targets) install-am install-strip
789 sysadm 1.1
790 sysadm 1.7 .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 sysadm 1.1
807 sysadm 1.7 .PRECIOUS: Makefile
808 sysadm 1.1
809 sysadm 1.5
810     install-data-local:
811     sh makedist.sh $(prefix)
812 sysadm 1.7
813 sysadm 1.1 # 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