Makefile.in - enscript - GNU Enscript
 (HTM) git clone git://thinkerwim.org/enscript.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       Makefile.in (17395B)
       ---
            1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
            2 # @configure_input@
            3 
            4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
            5 
            6 # This Makefile.in is free software; the Free Software Foundation
            7 # gives unlimited permission to copy and/or distribute it,
            8 # with or without modifications, as long as this notice is preserved.
            9 
           10 # This program is distributed in the hope that it will be useful,
           11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
           12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
           13 # PARTICULAR PURPOSE.
           14 
           15 @SET_MAKE@
           16 
           17 #
           18 # Makefile template for the compat libaray.
           19 # Copyright (c) 1995-1999 Markku Rossi.
           20 #
           21 # Author: Markku Rossi <mtr@iki.fi>
           22 #
           23 
           24 #
           25 # This file is part of GNU Enscript.
           26 #
           27 # Enscript is free software: you can redistribute it and/or modify
           28 # it under the terms of the GNU General Public License as published by
           29 # the Free Software Foundation, either version 3 of the License, or
           30 # (at your option) any later version.
           31 #
           32 # Enscript is distributed in the hope that it will be useful,
           33 # but WITHOUT ANY WARRANTY; without even the implied warranty of
           34 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
           35 # GNU General Public License for more details.
           36 #
           37 # You should have received a copy of the GNU General Public License
           38 # along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
           39 #
           40 
           41 
           42 VPATH = @srcdir@
           43 am__is_gnu_make = { \
           44   if test -z '$(MAKELEVEL)'; then \
           45     false; \
           46   elif test -n '$(MAKE_HOST)'; then \
           47     true; \
           48   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
           49     true; \
           50   else \
           51     false; \
           52   fi; \
           53 }
           54 am__make_running_with_option = \
           55   case $${target_option-} in \
           56       ?) ;; \
           57       *) echo "am__make_running_with_option: internal error: invalid" \
           58               "target option '$${target_option-}' specified" >&2; \
           59          exit 1;; \
           60   esac; \
           61   has_opt=no; \
           62   sane_makeflags=$$MAKEFLAGS; \
           63   if $(am__is_gnu_make); then \
           64     sane_makeflags=$$MFLAGS; \
           65   else \
           66     case $$MAKEFLAGS in \
           67       *\\[\ \        ]*) \
           68         bs=\\; \
           69         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
           70           | sed "s/$$bs$$bs[$$bs $$bs        ]*//g"`;; \
           71     esac; \
           72   fi; \
           73   skip_next=no; \
           74   strip_trailopt () \
           75   { \
           76     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
           77   }; \
           78   for flg in $$sane_makeflags; do \
           79     test $$skip_next = yes && { skip_next=no; continue; }; \
           80     case $$flg in \
           81       *=*|--*) continue;; \
           82         -*I) strip_trailopt 'I'; skip_next=yes;; \
           83       -*I?*) strip_trailopt 'I';; \
           84         -*O) strip_trailopt 'O'; skip_next=yes;; \
           85       -*O?*) strip_trailopt 'O';; \
           86         -*l) strip_trailopt 'l'; skip_next=yes;; \
           87       -*l?*) strip_trailopt 'l';; \
           88       -[dEDm]) skip_next=yes;; \
           89       -[JT]) skip_next=yes;; \
           90     esac; \
           91     case $$flg in \
           92       *$$target_option*) has_opt=yes; break;; \
           93     esac; \
           94   done; \
           95   test $$has_opt = yes
           96 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
           97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
           98 pkgdatadir = $(datadir)/@PACKAGE@
           99 pkgincludedir = $(includedir)/@PACKAGE@
          100 pkglibdir = $(libdir)/@PACKAGE@
          101 pkglibexecdir = $(libexecdir)/@PACKAGE@
          102 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
          103 install_sh_DATA = $(install_sh) -c -m 644
          104 install_sh_PROGRAM = $(install_sh) -c
          105 install_sh_SCRIPT = $(install_sh) -c
          106 INSTALL_HEADER = $(INSTALL_DATA)
          107 transform = $(program_transform_name)
          108 NORMAL_INSTALL = :
          109 PRE_INSTALL = :
          110 POST_INSTALL = :
          111 NORMAL_UNINSTALL = :
          112 PRE_UNINSTALL = :
          113 POST_UNINSTALL = :
          114 build_triplet = @build@
          115 host_triplet = @host@
          116 subdir = compat
          117 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
          118 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
          119         $(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
          120         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
          121         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
          122         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
          123         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
          124 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
          125         $(ACLOCAL_M4)
          126 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
          127         $(am__DIST_COMMON)
          128 mkinstalldirs = $(install_sh) -d
          129 CONFIG_HEADER = $(top_builddir)/config.h
          130 CONFIG_CLEAN_FILES =
          131 CONFIG_CLEAN_VPATH_FILES =
          132 LIBRARIES = $(noinst_LIBRARIES)
          133 AR = ar
          134 ARFLAGS = cru
          135 AM_V_AR = $(am__v_AR_@AM_V@)
          136 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
          137 am__v_AR_0 = @echo "  AR      " $@;
          138 am__v_AR_1 = 
          139 libcompat_a_AR = $(AR) $(ARFLAGS)
          140 am_libcompat_a_OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) \
          141         xalloc.$(OBJEXT) regex.$(OBJEXT)
          142 libcompat_a_OBJECTS = $(am_libcompat_a_OBJECTS)
          143 AM_V_P = $(am__v_P_@AM_V@)
          144 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
          145 am__v_P_0 = false
          146 am__v_P_1 = :
          147 AM_V_GEN = $(am__v_GEN_@AM_V@)
          148 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
          149 am__v_GEN_0 = @echo "  GEN     " $@;
          150 am__v_GEN_1 = 
          151 AM_V_at = $(am__v_at_@AM_V@)
          152 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
          153 am__v_at_0 = @
          154 am__v_at_1 = 
          155 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
          156 depcomp =
          157 am__maybe_remake_depfiles =
          158 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
          159         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
          160 AM_V_CC = $(am__v_CC_@AM_V@)
          161 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
          162 am__v_CC_0 = @echo "  CC      " $@;
          163 am__v_CC_1 = 
          164 CCLD = $(CC)
          165 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
          166 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
          167 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
          168 am__v_CCLD_0 = @echo "  CCLD    " $@;
          169 am__v_CCLD_1 = 
          170 SOURCES = $(libcompat_a_SOURCES)
          171 DIST_SOURCES = $(libcompat_a_SOURCES)
          172 am__can_run_installinfo = \
          173   case $$AM_UPDATE_INFO_DIR in \
          174     n|no|NO) false;; \
          175     *) (install-info --version) >/dev/null 2>&1;; \
          176   esac
          177 HEADERS = $(noinst_HEADERS)
          178 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
          179 # Read a list of newline-separated strings from the standard input,
          180 # and print each of them once, without duplicates.  Input order is
          181 # *not* preserved.
          182 am__uniquify_input = $(AWK) '\
          183   BEGIN { nonempty = 0; } \
          184   { items[$$0] = 1; nonempty = 1; } \
          185   END { if (nonempty) { for (i in items) print i; }; } \
          186 '
          187 # Make sure the list of sources is unique.  This is necessary because,
          188 # e.g., the same source file might be shared among _SOURCES variables
          189 # for different programs/libraries.
          190 am__define_uniq_tagged_files = \
          191   list='$(am__tagged_files)'; \
          192   unique=`for i in $$list; do \
          193     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          194   done | $(am__uniquify_input)`
          195 am__DIST_COMMON = $(srcdir)/Makefile.in alloca.c memcpy.c memmove.c \
          196         strerror.c strtoul.c
          197 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
          198 ACLOCAL = @ACLOCAL@
          199 ALLOCA = @ALLOCA@
          200 AMTAR = @AMTAR@
          201 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
          202 AUTOCONF = @AUTOCONF@
          203 AUTOHEADER = @AUTOHEADER@
          204 AUTOMAKE = @AUTOMAKE@
          205 AWK = @AWK@
          206 CC = @CC@
          207 CCDEPMODE = @CCDEPMODE@
          208 CFLAGS = @CFLAGS@
          209 CPP = @CPP@
          210 CPPFLAGS = @CPPFLAGS@
          211 CSCOPE = @CSCOPE@
          212 CTAGS = @CTAGS@
          213 CYGPATH_W = @CYGPATH_W@
          214 DEFS = @DEFS@
          215 DEPDIR = @DEPDIR@
          216 ECHO_C = @ECHO_C@
          217 ECHO_N = @ECHO_N@
          218 ECHO_T = @ECHO_T@
          219 EGREP = @EGREP@
          220 ENCODING = @ENCODING@
          221 ETAGS = @ETAGS@
          222 EXEEXT = @EXEEXT@
          223 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
          224 GMSGFMT = @GMSGFMT@
          225 GMSGFMT_015 = @GMSGFMT_015@
          226 GREP = @GREP@
          227 INSTALL = @INSTALL@
          228 INSTALL_DATA = @INSTALL_DATA@
          229 INSTALL_PROGRAM = @INSTALL_PROGRAM@
          230 INSTALL_SCRIPT = @INSTALL_SCRIPT@
          231 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
          232 INTLLIBS = @INTLLIBS@
          233 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
          234 LDFLAGS = @LDFLAGS@
          235 LEX = @LEX@
          236 LEXLIB = @LEXLIB@
          237 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
          238 LIBICONV = @LIBICONV@
          239 LIBINTL = @LIBINTL@
          240 LIBOBJS = @LIBOBJS@
          241 LIBS = @LIBS@
          242 LTLIBICONV = @LTLIBICONV@
          243 LTLIBINTL = @LTLIBINTL@
          244 LTLIBOBJS = @LTLIBOBJS@
          245 MAKEINFO = @MAKEINFO@
          246 MEDIA = @MEDIA@
          247 MKDIR_P = @MKDIR_P@
          248 MSGFMT = @MSGFMT@
          249 MSGMERGE = @MSGMERGE@
          250 MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
          251 OBJEXT = @OBJEXT@
          252 PACKAGE = @PACKAGE@
          253 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
          254 PACKAGE_NAME = @PACKAGE_NAME@
          255 PACKAGE_STRING = @PACKAGE_STRING@
          256 PACKAGE_TARNAME = @PACKAGE_TARNAME@
          257 PACKAGE_URL = @PACKAGE_URL@
          258 PACKAGE_VERSION = @PACKAGE_VERSION@
          259 PATH_SEPARATOR = @PATH_SEPARATOR@
          260 PERL = @PERL@
          261 POSUB = @POSUB@
          262 PSLEVEL = @PSLEVEL@
          263 RANLIB = @RANLIB@
          264 SED = @SED@
          265 SET_MAKE = @SET_MAKE@
          266 SHELL = @SHELL@
          267 SPOOLER = @SPOOLER@
          268 STRIP = @STRIP@
          269 USE_NLS = @USE_NLS@
          270 VERSION = @VERSION@
          271 XGETTEXT = @XGETTEXT@
          272 XGETTEXT_015 = @XGETTEXT_015@
          273 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
          274 YACC = @YACC@
          275 YFLAGS = @YFLAGS@
          276 abs_builddir = @abs_builddir@
          277 abs_srcdir = @abs_srcdir@
          278 abs_top_builddir = @abs_top_builddir@
          279 abs_top_srcdir = @abs_top_srcdir@
          280 ac_ct_CC = @ac_ct_CC@
          281 am__include = @am__include@
          282 am__leading_dot = @am__leading_dot@
          283 am__quote = @am__quote@
          284 am__tar = @am__tar@
          285 am__untar = @am__untar@
          286 bindir = @bindir@
          287 build = @build@
          288 build_alias = @build_alias@
          289 build_cpu = @build_cpu@
          290 build_os = @build_os@
          291 build_vendor = @build_vendor@
          292 builddir = @builddir@
          293 datadir = @datadir@
          294 datarootdir = @datarootdir@
          295 docdir = @docdir@
          296 dvidir = @dvidir@
          297 exec_prefix = @exec_prefix@
          298 host = @host@
          299 host_alias = @host_alias@
          300 host_cpu = @host_cpu@
          301 host_os = @host_os@
          302 host_vendor = @host_vendor@
          303 htmldir = @htmldir@
          304 includedir = @includedir@
          305 infodir = @infodir@
          306 install_sh = @install_sh@
          307 libdir = @libdir@
          308 libexecdir = @libexecdir@
          309 localedir = @localedir@
          310 localstatedir = @localstatedir@
          311 mandir = @mandir@
          312 mkdir_p = @mkdir_p@
          313 oldincludedir = @oldincludedir@
          314 pdfdir = @pdfdir@
          315 prefix = @prefix@
          316 program_transform_name = @program_transform_name@
          317 psdir = @psdir@
          318 runstatedir = @runstatedir@
          319 sbindir = @sbindir@
          320 sharedstatedir = @sharedstatedir@
          321 srcdir = @srcdir@
          322 sysconfdir = @sysconfdir@
          323 target_alias = @target_alias@
          324 top_build_prefix = @top_build_prefix@
          325 top_builddir = @top_builddir@
          326 top_srcdir = @top_srcdir@
          327 AUTOMAKE_OPTIONS = no-dependencies
          328 noinst_LIBRARIES = libcompat.a
          329 libcompat_a_SOURCES = getopt.c getopt1.c xalloc.c regex.c
          330 libcompat_a_LIBADD = @LIBOBJS@ @ALLOCA@
          331 libcompat_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@
          332 libcompat_a_SOURCES_windelta = \
          333         +../w32/gethostname.c        \
          334         +../w32/getpwd.c        \
          335         +../w32/getuid.c
          336 
          337 noinst_HEADERS = getopt.h regex.h xalloc.h
          338 EXTRA_DIST = ChangeLog.old strerror.c memmove.c memcpy.c strtol.c        \
          339         strtoul.c gettext.h
          340 
          341 INCLUDES = -I$(srcdir)/../intl -I../intl
          342 INCLUDES_windelta = +-I../w32
          343 all: all-am
          344 
          345 .SUFFIXES:
          346 .SUFFIXES: .c .o .obj
          347 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
          348         @for dep in $?; do \
          349           case '$(am__configure_deps)' in \
          350             *$$dep*) \
          351               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
          352                 && { if test -f $@; then exit 0; else break; fi; }; \
          353               exit 1;; \
          354           esac; \
          355         done; \
          356         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu compat/Makefile'; \
          357         $(am__cd) $(top_srcdir) && \
          358           $(AUTOMAKE) --gnu compat/Makefile
          359 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
          360         @case '$?' in \
          361           *config.status*) \
          362             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
          363           *) \
          364             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
          365             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
          366         esac;
          367 
          368 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
          369         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
          370 
          371 $(top_srcdir)/configure:  $(am__configure_deps)
          372         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
          373 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
          374         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
          375 $(am__aclocal_m4_deps):
          376 
          377 clean-noinstLIBRARIES:
          378         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
          379 
          380 libcompat.a: $(libcompat_a_OBJECTS) $(libcompat_a_DEPENDENCIES) $(EXTRA_libcompat_a_DEPENDENCIES) 
          381         $(AM_V_at)-rm -f libcompat.a
          382         $(AM_V_AR)$(libcompat_a_AR) libcompat.a $(libcompat_a_OBJECTS) $(libcompat_a_LIBADD)
          383         $(AM_V_at)$(RANLIB) libcompat.a
          384 
          385 mostlyclean-compile:
          386         -rm -f *.$(OBJEXT)
          387 
          388 distclean-compile:
          389         -rm -f *.tab.c
          390 
          391 .c.o:
          392         $(AM_V_CC)$(COMPILE) -c -o $@ $<
          393 
          394 .c.obj:
          395         $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
          396 
          397 ID: $(am__tagged_files)
          398         $(am__define_uniq_tagged_files); mkid -fID $$unique
          399 tags: tags-am
          400 TAGS: tags
          401 
          402 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
          403         set x; \
          404         here=`pwd`; \
          405         $(am__define_uniq_tagged_files); \
          406         shift; \
          407         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
          408           test -n "$$unique" || unique=$$empty_fix; \
          409           if test $$# -gt 0; then \
          410             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
          411               "$$@" $$unique; \
          412           else \
          413             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
          414               $$unique; \
          415           fi; \
          416         fi
          417 ctags: ctags-am
          418 
          419 CTAGS: ctags
          420 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
          421         $(am__define_uniq_tagged_files); \
          422         test -z "$(CTAGS_ARGS)$$unique" \
          423           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
          424              $$unique
          425 
          426 GTAGS:
          427         here=`$(am__cd) $(top_builddir) && pwd` \
          428           && $(am__cd) $(top_srcdir) \
          429           && gtags -i $(GTAGS_ARGS) "$$here"
          430 cscopelist: cscopelist-am
          431 
          432 cscopelist-am: $(am__tagged_files)
          433         list='$(am__tagged_files)'; \
          434         case "$(srcdir)" in \
          435           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
          436           *) sdir=$(subdir)/$(srcdir) ;; \
          437         esac; \
          438         for i in $$list; do \
          439           if test -f "$$i"; then \
          440             echo "$(subdir)/$$i"; \
          441           else \
          442             echo "$$sdir/$$i"; \
          443           fi; \
          444         done >> $(top_builddir)/cscope.files
          445 
          446 distclean-tags:
          447         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
          448 distdir: $(BUILT_SOURCES)
          449         $(MAKE) $(AM_MAKEFLAGS) distdir-am
          450 
          451 distdir-am: $(DISTFILES)
          452         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
          453         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
          454         list='$(DISTFILES)'; \
          455           dist_files=`for file in $$list; do echo $$file; done | \
          456           sed -e "s|^$$srcdirstrip/||;t" \
          457               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
          458         case $$dist_files in \
          459           */*) $(MKDIR_P) `echo "$$dist_files" | \
          460                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
          461                            sort -u` ;; \
          462         esac; \
          463         for file in $$dist_files; do \
          464           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          465           if test -d $$d/$$file; then \
          466             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
          467             if test -d "$(distdir)/$$file"; then \
          468               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
          469             fi; \
          470             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
          471               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
          472               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
          473             fi; \
          474             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
          475           else \
          476             test -f "$(distdir)/$$file" \
          477             || cp -p $$d/$$file "$(distdir)/$$file" \
          478             || exit 1; \
          479           fi; \
          480         done
          481 check-am: all-am
          482 check: check-am
          483 all-am: Makefile $(LIBRARIES) $(HEADERS)
          484 installdirs:
          485 install: install-am
          486 install-exec: install-exec-am
          487 install-data: install-data-am
          488 uninstall: uninstall-am
          489 
          490 install-am: all-am
          491         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
          492 
          493 installcheck: installcheck-am
          494 install-strip:
          495         if test -z '$(STRIP)'; then \
          496           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
          497             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
          498               install; \
          499         else \
          500           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
          501             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
          502             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
          503         fi
          504 mostlyclean-generic:
          505 
          506 clean-generic:
          507 
          508 distclean-generic:
          509         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
          510         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
          511 
          512 maintainer-clean-generic:
          513         @echo "This command is intended for maintainers to use"
          514         @echo "it deletes files that may require special tools to rebuild."
          515 clean: clean-am
          516 
          517 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
          518 
          519 distclean: distclean-am
          520         -rm -f Makefile
          521 distclean-am: clean-am distclean-compile distclean-generic \
          522         distclean-tags
          523 
          524 dvi: dvi-am
          525 
          526 dvi-am:
          527 
          528 html: html-am
          529 
          530 html-am:
          531 
          532 info: info-am
          533 
          534 info-am:
          535 
          536 install-data-am:
          537 
          538 install-dvi: install-dvi-am
          539 
          540 install-dvi-am:
          541 
          542 install-exec-am:
          543 
          544 install-html: install-html-am
          545 
          546 install-html-am:
          547 
          548 install-info: install-info-am
          549 
          550 install-info-am:
          551 
          552 install-man:
          553 
          554 install-pdf: install-pdf-am
          555 
          556 install-pdf-am:
          557 
          558 install-ps: install-ps-am
          559 
          560 install-ps-am:
          561 
          562 installcheck-am:
          563 
          564 maintainer-clean: maintainer-clean-am
          565         -rm -f Makefile
          566 maintainer-clean-am: distclean-am maintainer-clean-generic
          567 
          568 mostlyclean: mostlyclean-am
          569 
          570 mostlyclean-am: mostlyclean-compile mostlyclean-generic
          571 
          572 pdf: pdf-am
          573 
          574 pdf-am:
          575 
          576 ps: ps-am
          577 
          578 ps-am:
          579 
          580 uninstall-am:
          581 
          582 .MAKE: install-am install-strip
          583 
          584 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
          585         clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
          586         distclean-compile distclean-generic distclean-tags distdir dvi \
          587         dvi-am html html-am info info-am install install-am \
          588         install-data install-data-am install-dvi install-dvi-am \
          589         install-exec install-exec-am install-html install-html-am \
          590         install-info install-info-am install-man install-pdf \
          591         install-pdf-am install-ps install-ps-am install-strip \
          592         installcheck installcheck-am installdirs maintainer-clean \
          593         maintainer-clean-generic mostlyclean mostlyclean-compile \
          594         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
          595         uninstall-am
          596 
          597 .PRECIOUS: Makefile
          598 
          599 
          600 # Tell versions [3.59,3.63) of GNU make to not export all variables.
          601 # Otherwise a system limit (for SysV at least) may be exceeded.
          602 .NOEXPORT: