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

Diff of /lbbs/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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