Annotation of embedaddon/arping/Makefile.in, revision 1.1.1.3

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>