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

Annotation of /lbbs/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (hide annotations)
Wed Apr 30 09:27:45 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.9: +7 -9 lines
Update automake

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

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