Annotation of embedaddon/libnet/doc/man/Makefile.in, revision 1.1.1.2

1.1.1.2 ! misho       1: # Makefile.in generated by automake 1.16.1 from Makefile.am.
1.1       misho       2: # @configure_input@
                      3: 
1.1.1.2 ! 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.2 ! 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 \
        !            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))
1.1       misho      72: pkgdatadir = $(datadir)/@PACKAGE@
                     73: pkgincludedir = $(includedir)/@PACKAGE@
                     74: pkglibdir = $(libdir)/@PACKAGE@
                     75: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     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 = doc/man
                     92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.1.2 ! misho      93: am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
        !            94:        $(top_srcdir)/m4/ax_check_link_flag.m4 \
        !            95:        $(top_srcdir)/m4/ax_prog_doxygen.m4 \
        !            96:        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
        !            97:        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
        !            98:        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/shell.m4 \
        !            99:        $(top_srcdir)/configure.ac
1.1       misho     100: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    101:        $(ACLOCAL_M4)
1.1.1.2 ! misho     102: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
        !           103: mkinstalldirs = $(install_sh) -d
1.1       misho     104: CONFIG_HEADER = $(top_builddir)/include/config.h
                    105: CONFIG_CLEAN_FILES =
                    106: CONFIG_CLEAN_VPATH_FILES =
1.1.1.2 ! misho     107: AM_V_P = $(am__v_P_@AM_V@)
        !           108: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           109: am__v_P_0 = false
        !           110: am__v_P_1 = :
        !           111: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           112: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           113: am__v_GEN_0 = @echo "  GEN     " $@;
        !           114: am__v_GEN_1 = 
        !           115: AM_V_at = $(am__v_at_@AM_V@)
        !           116: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           117: am__v_at_0 = @
        !           118: am__v_at_1 = 
        !           119: depcomp =
        !           120: am__maybe_remake_depfiles =
1.1       misho     121: SOURCES =
                    122: DIST_SOURCES =
1.1.1.2 ! misho     123: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
        !           124:        ctags-recursive dvi-recursive html-recursive info-recursive \
        !           125:        install-data-recursive install-dvi-recursive \
        !           126:        install-exec-recursive install-html-recursive \
        !           127:        install-info-recursive install-pdf-recursive \
        !           128:        install-ps-recursive install-recursive installcheck-recursive \
        !           129:        installdirs-recursive pdf-recursive ps-recursive \
        !           130:        tags-recursive uninstall-recursive
        !           131: am__can_run_installinfo = \
        !           132:   case $$AM_UPDATE_INFO_DIR in \
        !           133:     n|no|NO) false;; \
        !           134:     *) (install-info --version) >/dev/null 2>&1;; \
        !           135:   esac
1.1       misho     136: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                    137:   distclean-recursive maintainer-clean-recursive
1.1.1.2 ! misho     138: am__recursive_targets = \
        !           139:   $(RECURSIVE_TARGETS) \
        !           140:   $(RECURSIVE_CLEAN_TARGETS) \
        !           141:   $(am__extra_recursive_targets)
        !           142: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        !           143:        distdir distdir-am
        !           144: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           145: # Read a list of newline-separated strings from the standard input,
        !           146: # and print each of them once, without duplicates.  Input order is
        !           147: # *not* preserved.
        !           148: am__uniquify_input = $(AWK) '\
        !           149:   BEGIN { nonempty = 0; } \
        !           150:   { items[$$0] = 1; nonempty = 1; } \
        !           151:   END { if (nonempty) { for (i in items) print i; }; } \
        !           152: '
        !           153: # Make sure the list of sources is unique.  This is necessary because,
        !           154: # e.g., the same source file might be shared among _SOURCES variables
        !           155: # for different programs/libraries.
        !           156: am__define_uniq_tagged_files = \
        !           157:   list='$(am__tagged_files)'; \
        !           158:   unique=`for i in $$list; do \
        !           159:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           160:   done | $(am__uniquify_input)`
1.1       misho     161: ETAGS = etags
                    162: CTAGS = ctags
                    163: DIST_SUBDIRS = $(SUBDIRS)
1.1.1.2 ! misho     164: am__DIST_COMMON = $(srcdir)/Makefile.in
1.1       misho     165: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    166: am__relativize = \
                    167:   dir0=`pwd`; \
                    168:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    169:   sed_rest='s,^[^/]*/*,,'; \
                    170:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    171:   sed_butlast='s,/*[^/]*$$,,'; \
                    172:   while test -n "$$dir1"; do \
                    173:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    174:     if test "$$first" != "."; then \
                    175:       if test "$$first" = ".."; then \
                    176:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    177:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    178:       else \
                    179:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    180:         if test "$$first2" = "$$first"; then \
                    181:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    182:         else \
                    183:           dir2="../$$dir2"; \
                    184:         fi; \
                    185:         dir0="$$dir0"/"$$first"; \
                    186:       fi; \
                    187:     fi; \
                    188:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    189:   done; \
                    190:   reldir="$$dir2"
                    191: ACLOCAL = @ACLOCAL@
                    192: ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
                    193: AMTAR = @AMTAR@
1.1.1.2 ! misho     194: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1       misho     195: AR = @AR@
                    196: AUTOCONF = @AUTOCONF@
                    197: AUTOHEADER = @AUTOHEADER@
                    198: AUTOMAKE = @AUTOMAKE@
                    199: AWK = @AWK@
                    200: CC = @CC@
                    201: CFLAGS = @CFLAGS@
1.1.1.2 ! misho     202: CHMOD = @CHMOD@
1.1       misho     203: CPP = @CPP@
                    204: CPPFLAGS = @CPPFLAGS@
                    205: CYGPATH_W = @CYGPATH_W@
                    206: DEFS = @DEFS@
                    207: DLLTOOL = @DLLTOOL@
1.1.1.2 ! misho     208: DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
1.1       misho     209: DSYMUTIL = @DSYMUTIL@
                    210: DUMPBIN = @DUMPBIN@
1.1.1.2 ! misho     211: DX_CONFIG = @DX_CONFIG@
        !           212: DX_DOCDIR = @DX_DOCDIR@
        !           213: DX_DOT = @DX_DOT@
        !           214: DX_DOXYGEN = @DX_DOXYGEN@
        !           215: DX_DVIPS = @DX_DVIPS@
        !           216: DX_EGREP = @DX_EGREP@
        !           217: DX_ENV = @DX_ENV@
        !           218: DX_FLAG_chi = @DX_FLAG_chi@
        !           219: DX_FLAG_chm = @DX_FLAG_chm@
        !           220: DX_FLAG_doc = @DX_FLAG_doc@
        !           221: DX_FLAG_dot = @DX_FLAG_dot@
        !           222: DX_FLAG_html = @DX_FLAG_html@
        !           223: DX_FLAG_man = @DX_FLAG_man@
        !           224: DX_FLAG_pdf = @DX_FLAG_pdf@
        !           225: DX_FLAG_ps = @DX_FLAG_ps@
        !           226: DX_FLAG_rtf = @DX_FLAG_rtf@
        !           227: DX_FLAG_xml = @DX_FLAG_xml@
        !           228: DX_HHC = @DX_HHC@
        !           229: DX_LATEX = @DX_LATEX@
        !           230: DX_MAKEINDEX = @DX_MAKEINDEX@
        !           231: DX_PDFLATEX = @DX_PDFLATEX@
        !           232: DX_PERL = @DX_PERL@
        !           233: DX_PROJECT = @DX_PROJECT@
1.1       misho     234: ECHO_C = @ECHO_C@
                    235: ECHO_N = @ECHO_N@
                    236: ECHO_T = @ECHO_T@
                    237: EGREP = @EGREP@
                    238: ENDIANESS = @ENDIANESS@
                    239: EXEEXT = @EXEEXT@
                    240: FGREP = @FGREP@
                    241: GREP = @GREP@
                    242: HAVE_PACKET_SOCKET = @HAVE_PACKET_SOCKET@
                    243: INSTALL = @INSTALL@
                    244: INSTALL_DATA = @INSTALL_DATA@
                    245: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    246: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    247: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    248: LD = @LD@
                    249: LDFLAGS = @LDFLAGS@
                    250: LIBOBJS = @LIBOBJS@
                    251: LIBS = @LIBS@
                    252: LIBTOOL = @LIBTOOL@
                    253: LIPO = @LIPO@
                    254: LN_S = @LN_S@
                    255: LTLIBOBJS = @LTLIBOBJS@
1.1.1.2 ! misho     256: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
1.1       misho     257: MAKEINFO = @MAKEINFO@
                    258: MANIFEST_TOOL = @MANIFEST_TOOL@
                    259: MKDIR_P = @MKDIR_P@
                    260: NM = @NM@
                    261: NMEDIT = @NMEDIT@
                    262: OBJDUMP = @OBJDUMP@
                    263: OBJEXT = @OBJEXT@
                    264: OTOOL = @OTOOL@
                    265: OTOOL64 = @OTOOL64@
                    266: PACKAGE = @PACKAGE@
                    267: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    268: PACKAGE_NAME = @PACKAGE_NAME@
                    269: PACKAGE_STRING = @PACKAGE_STRING@
                    270: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    271: PACKAGE_URL = @PACKAGE_URL@
                    272: PACKAGE_VERSION = @PACKAGE_VERSION@
                    273: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.1.2 ! misho     274: PKG_CONFIG_CFLAGS = @PKG_CONFIG_CFLAGS@
        !           275: PKG_CONFIG_DEFINES = @PKG_CONFIG_DEFINES@
        !           276: PKG_CONFIG_LIBS = @PKG_CONFIG_LIBS@
1.1       misho     277: RANLIB = @RANLIB@
                    278: SED = @SED@
                    279: SET_MAKE = @SET_MAKE@
                    280: SHELL = @SHELL@
                    281: STRIP = @STRIP@
                    282: VERSION = @VERSION@
1.1.1.2 ! misho     283: WIN32 = @WIN32@
        !           284: WINDRES = @WINDRES@
1.1       misho     285: abs_builddir = @abs_builddir@
                    286: abs_srcdir = @abs_srcdir@
                    287: abs_top_builddir = @abs_top_builddir@
                    288: abs_top_srcdir = @abs_top_srcdir@
                    289: ac_ct_AR = @ac_ct_AR@
                    290: ac_ct_CC = @ac_ct_CC@
                    291: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    292: am__leading_dot = @am__leading_dot@
                    293: am__tar = @am__tar@
                    294: am__untar = @am__untar@
                    295: bindir = @bindir@
                    296: build = @build@
                    297: build_alias = @build_alias@
                    298: build_cpu = @build_cpu@
                    299: build_os = @build_os@
                    300: build_vendor = @build_vendor@
                    301: builddir = @builddir@
                    302: datadir = @datadir@
                    303: datarootdir = @datarootdir@
                    304: docdir = @docdir@
                    305: dvidir = @dvidir@
                    306: exec_prefix = @exec_prefix@
                    307: host = @host@
                    308: host_alias = @host_alias@
                    309: host_cpu = @host_cpu@
                    310: host_os = @host_os@
                    311: host_vendor = @host_vendor@
                    312: htmldir = @htmldir@
                    313: includedir = @includedir@
                    314: infodir = @infodir@
                    315: install_sh = @install_sh@
                    316: libdir = @libdir@
                    317: libexecdir = @libexecdir@
                    318: localedir = @localedir@
                    319: localstatedir = @localstatedir@
                    320: mandir = @mandir@
                    321: mkdir_p = @mkdir_p@
                    322: oldincludedir = @oldincludedir@
                    323: pdfdir = @pdfdir@
                    324: prefix = @prefix@
                    325: program_transform_name = @program_transform_name@
                    326: psdir = @psdir@
1.1.1.2 ! misho     327: runstatedir = @runstatedir@
1.1       misho     328: sbindir = @sbindir@
                    329: sharedstatedir = @sharedstatedir@
                    330: srcdir = @srcdir@
                    331: sysconfdir = @sysconfdir@
                    332: target = @target@
                    333: target_alias = @target_alias@
                    334: target_cpu = @target_cpu@
                    335: target_os = @target_os@
                    336: target_vendor = @target_vendor@
                    337: top_build_prefix = @top_build_prefix@
                    338: top_builddir = @top_builddir@
                    339: top_srcdir = @top_srcdir@
1.1.1.2 ! misho     340: SUBDIRS = man1 man3
1.1       misho     341: all: all-recursive
                    342: 
                    343: .SUFFIXES:
1.1.1.2 ! misho     344: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
1.1       misho     345:        @for dep in $?; do \
                    346:          case '$(am__configure_deps)' in \
                    347:            *$$dep*) \
                    348:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    349:                && { if test -f $@; then exit 0; else break; fi; }; \
                    350:              exit 1;; \
                    351:          esac; \
                    352:        done; \
1.1.1.2 ! misho     353:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps doc/man/Makefile'; \
1.1       misho     354:        $(am__cd) $(top_srcdir) && \
1.1.1.2 ! misho     355:          $(AUTOMAKE) --foreign --ignore-deps doc/man/Makefile
1.1       misho     356: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    357:        @case '$?' in \
                    358:          *config.status*) \
                    359:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    360:          *) \
1.1.1.2 ! misho     361:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
        !           362:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.1       misho     363:        esac;
                    364: 
                    365: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    366:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    367: 
1.1.1.2 ! misho     368: $(top_srcdir)/configure:  $(am__configure_deps)
1.1       misho     369:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1.1.2 ! misho     370: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.1       misho     371:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    372: $(am__aclocal_m4_deps):
                    373: 
                    374: mostlyclean-libtool:
                    375:        -rm -f *.lo
                    376: 
                    377: clean-libtool:
                    378:        -rm -rf .libs _libs
                    379: 
                    380: # This directory's subdirectories are mostly independent; you can cd
1.1.1.2 ! misho     381: # into them and run 'make' without going through this Makefile.
        !           382: # To change the values of 'make' variables: instead of editing Makefiles,
        !           383: # (1) if the variable is set in 'config.status', edit 'config.status'
        !           384: #     (which will cause the Makefiles to be regenerated when you run 'make');
        !           385: # (2) otherwise, pass the desired values on the 'make' command line.
        !           386: $(am__recursive_targets):
        !           387:        @fail=; \
        !           388:        if $(am__make_keepgoing); then \
        !           389:          failcom='fail=yes'; \
        !           390:        else \
        !           391:          failcom='exit 1'; \
        !           392:        fi; \
1.1       misho     393:        dot_seen=no; \
                    394:        target=`echo $@ | sed s/-recursive//`; \
1.1.1.2 ! misho     395:        case "$@" in \
        !           396:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           397:          *) list='$(SUBDIRS)' ;; \
        !           398:        esac; \
        !           399:        for subdir in $$list; do \
1.1       misho     400:          echo "Making $$target in $$subdir"; \
                    401:          if test "$$subdir" = "."; then \
                    402:            dot_seen=yes; \
                    403:            local_target="$$target-am"; \
                    404:          else \
                    405:            local_target="$$target"; \
                    406:          fi; \
                    407:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    408:          || eval $$failcom; \
                    409:        done; \
                    410:        if test "$$dot_seen" = "no"; then \
                    411:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    412:        fi; test -z "$$fail"
                    413: 
1.1.1.2 ! misho     414: ID: $(am__tagged_files)
        !           415:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           416: tags: tags-recursive
        !           417: TAGS: tags
1.1       misho     418: 
1.1.1.2 ! misho     419: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.1       misho     420:        set x; \
                    421:        here=`pwd`; \
                    422:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    423:          include_option=--etags-include; \
                    424:          empty_fix=.; \
                    425:        else \
                    426:          include_option=--include; \
                    427:          empty_fix=; \
                    428:        fi; \
                    429:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    430:          if test "$$subdir" = .; then :; else \
                    431:            test ! -f $$subdir/TAGS || \
                    432:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    433:          fi; \
                    434:        done; \
1.1.1.2 ! misho     435:        $(am__define_uniq_tagged_files); \
1.1       misho     436:        shift; \
                    437:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    438:          test -n "$$unique" || unique=$$empty_fix; \
                    439:          if test $$# -gt 0; then \
                    440:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    441:              "$$@" $$unique; \
                    442:          else \
                    443:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    444:              $$unique; \
                    445:          fi; \
                    446:        fi
1.1.1.2 ! misho     447: ctags: ctags-recursive
        !           448: 
        !           449: CTAGS: ctags
        !           450: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           451:        $(am__define_uniq_tagged_files); \
1.1       misho     452:        test -z "$(CTAGS_ARGS)$$unique" \
                    453:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    454:             $$unique
                    455: 
                    456: GTAGS:
                    457:        here=`$(am__cd) $(top_builddir) && pwd` \
                    458:          && $(am__cd) $(top_srcdir) \
                    459:          && gtags -i $(GTAGS_ARGS) "$$here"
1.1.1.2 ! misho     460: cscopelist: cscopelist-recursive
        !           461: 
        !           462: cscopelist-am: $(am__tagged_files)
        !           463:        list='$(am__tagged_files)'; \
        !           464:        case "$(srcdir)" in \
        !           465:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           466:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           467:        esac; \
        !           468:        for i in $$list; do \
        !           469:          if test -f "$$i"; then \
        !           470:            echo "$(subdir)/$$i"; \
        !           471:          else \
        !           472:            echo "$$sdir/$$i"; \
        !           473:          fi; \
        !           474:        done >> $(top_builddir)/cscope.files
1.1       misho     475: 
                    476: distclean-tags:
                    477:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    478: 
1.1.1.2 ! misho     479: distdir: $(BUILT_SOURCES)
        !           480:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
        !           481: 
        !           482: distdir-am: $(DISTFILES)
1.1       misho     483:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    484:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    485:        list='$(DISTFILES)'; \
                    486:          dist_files=`for file in $$list; do echo $$file; done | \
                    487:          sed -e "s|^$$srcdirstrip/||;t" \
                    488:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    489:        case $$dist_files in \
                    490:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    491:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    492:                           sort -u` ;; \
                    493:        esac; \
                    494:        for file in $$dist_files; do \
                    495:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    496:          if test -d $$d/$$file; then \
                    497:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    498:            if test -d "$(distdir)/$$file"; then \
                    499:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    500:            fi; \
                    501:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    502:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    503:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    504:            fi; \
                    505:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    506:          else \
                    507:            test -f "$(distdir)/$$file" \
                    508:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    509:            || exit 1; \
                    510:          fi; \
                    511:        done
                    512:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    513:          if test "$$subdir" = .; then :; else \
1.1.1.2 ! misho     514:            $(am__make_dryrun) \
        !           515:              || test -d "$(distdir)/$$subdir" \
        !           516:              || $(MKDIR_P) "$(distdir)/$$subdir" \
        !           517:              || exit 1; \
1.1       misho     518:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    519:            $(am__relativize); \
                    520:            new_distdir=$$reldir; \
                    521:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    522:            $(am__relativize); \
                    523:            new_top_distdir=$$reldir; \
                    524:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    525:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    526:            ($(am__cd) $$subdir && \
                    527:              $(MAKE) $(AM_MAKEFLAGS) \
                    528:                top_distdir="$$new_top_distdir" \
                    529:                distdir="$$new_distdir" \
                    530:                am__remove_distdir=: \
                    531:                am__skip_length_check=: \
                    532:                am__skip_mode_fix=: \
                    533:                distdir) \
                    534:              || exit 1; \
                    535:          fi; \
                    536:        done
                    537: check-am: all-am
                    538: check: check-recursive
                    539: all-am: Makefile
                    540: installdirs: installdirs-recursive
                    541: installdirs-am:
                    542: install: install-recursive
                    543: install-exec: install-exec-recursive
                    544: install-data: install-data-recursive
                    545: uninstall: uninstall-recursive
                    546: 
                    547: install-am: all-am
                    548:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    549: 
                    550: installcheck: installcheck-recursive
                    551: install-strip:
1.1.1.2 ! misho     552:        if test -z '$(STRIP)'; then \
        !           553:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           554:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           555:              install; \
        !           556:        else \
        !           557:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           558:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           559:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           560:        fi
1.1       misho     561: mostlyclean-generic:
                    562: 
                    563: clean-generic:
                    564: 
                    565: distclean-generic:
                    566:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    567:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    568: 
                    569: maintainer-clean-generic:
                    570:        @echo "This command is intended for maintainers to use"
                    571:        @echo "it deletes files that may require special tools to rebuild."
                    572: clean: clean-recursive
                    573: 
                    574: clean-am: clean-generic clean-libtool mostlyclean-am
                    575: 
                    576: distclean: distclean-recursive
                    577:        -rm -f Makefile
                    578: distclean-am: clean-am distclean-generic distclean-tags
                    579: 
                    580: dvi: dvi-recursive
                    581: 
                    582: dvi-am:
                    583: 
                    584: html: html-recursive
                    585: 
                    586: html-am:
                    587: 
                    588: info: info-recursive
                    589: 
                    590: info-am:
                    591: 
                    592: install-data-am:
                    593: 
                    594: install-dvi: install-dvi-recursive
                    595: 
                    596: install-dvi-am:
                    597: 
                    598: install-exec-am:
                    599: 
                    600: install-html: install-html-recursive
                    601: 
                    602: install-html-am:
                    603: 
                    604: install-info: install-info-recursive
                    605: 
                    606: install-info-am:
                    607: 
                    608: install-man:
                    609: 
                    610: install-pdf: install-pdf-recursive
                    611: 
                    612: install-pdf-am:
                    613: 
                    614: install-ps: install-ps-recursive
                    615: 
                    616: install-ps-am:
                    617: 
                    618: installcheck-am:
                    619: 
                    620: maintainer-clean: maintainer-clean-recursive
                    621:        -rm -f Makefile
                    622: maintainer-clean-am: distclean-am maintainer-clean-generic
                    623: 
                    624: mostlyclean: mostlyclean-recursive
                    625: 
                    626: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    627: 
                    628: pdf: pdf-recursive
                    629: 
                    630: pdf-am:
                    631: 
                    632: ps: ps-recursive
                    633: 
                    634: ps-am:
                    635: 
                    636: uninstall-am:
                    637: 
1.1.1.2 ! misho     638: .MAKE: $(am__recursive_targets) install-am install-strip
        !           639: 
        !           640: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
        !           641:        check-am clean clean-generic clean-libtool cscopelist-am ctags \
        !           642:        ctags-am distclean distclean-generic distclean-libtool \
        !           643:        distclean-tags distdir dvi dvi-am html html-am info info-am \
        !           644:        install install-am install-data install-data-am install-dvi \
        !           645:        install-dvi-am install-exec install-exec-am install-html \
        !           646:        install-html-am install-info install-info-am install-man \
        !           647:        install-pdf install-pdf-am install-ps install-ps-am \
        !           648:        install-strip installcheck installcheck-am installdirs \
        !           649:        installdirs-am maintainer-clean maintainer-clean-generic \
        !           650:        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
        !           651:        ps ps-am tags tags-am uninstall uninstall-am
1.1       misho     652: 
1.1.1.2 ! misho     653: .PRECIOUS: Makefile
1.1       misho     654: 
                    655: 
                    656: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    657: # Otherwise a system limit (for SysV at least) may be exceeded.
                    658: .NOEXPORT:

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