Annotation of embedaddon/ntp/include/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
                      6: # Inc.
                      7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10: 
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15: 
                     16: @SET_MAKE@
                     17: 
                     18: VPATH = @srcdir@
                     19: pkgdatadir = $(datadir)/@PACKAGE@
                     20: pkgincludedir = $(includedir)/@PACKAGE@
                     21: pkglibdir = $(libdir)/@PACKAGE@
                     22: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     24: install_sh_DATA = $(install_sh) -c -m 644
                     25: install_sh_PROGRAM = $(install_sh) -c
                     26: install_sh_SCRIPT = $(install_sh) -c
                     27: INSTALL_HEADER = $(INSTALL_DATA)
                     28: transform = $(program_transform_name)
                     29: NORMAL_INSTALL = :
                     30: PRE_INSTALL = :
                     31: POST_INSTALL = :
                     32: NORMAL_UNINSTALL = :
                     33: PRE_UNINSTALL = :
                     34: POST_UNINSTALL = :
                     35: build_triplet = @build@
                     36: host_triplet = @host@
                     37: subdir = include
                     38: DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
                     39:        $(srcdir)/Makefile.in
                     40: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     41: am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
                     42:        $(top_srcdir)/m4/define_dir.m4 $(top_srcdir)/m4/libtool.m4 \
                     43:        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
                     44:        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
                     45:        $(top_srcdir)/m4/ntp_cacheversion.m4 \
                     46:        $(top_srcdir)/m4/ntp_dir_sep.m4 \
                     47:        $(top_srcdir)/m4/ntp_lineeditlibs.m4 \
                     48:        $(top_srcdir)/m4/ntp_openssl.m4 \
                     49:        $(top_srcdir)/m4/ntp_vpathhack.m4 \
                     50:        $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
                     51:        $(top_srcdir)/configure.ac
                     52: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     53:        $(ACLOCAL_M4)
                     54: mkinstalldirs = $(install_sh) -d
                     55: CONFIG_HEADER = $(top_builddir)/config.h
                     56: CONFIG_CLEAN_FILES =
                     57: CONFIG_CLEAN_VPATH_FILES =
                     58: SOURCES =
                     59: DIST_SOURCES =
                     60: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     61:        html-recursive info-recursive install-data-recursive \
                     62:        install-dvi-recursive install-exec-recursive \
                     63:        install-html-recursive install-info-recursive \
                     64:        install-pdf-recursive install-ps-recursive install-recursive \
                     65:        installcheck-recursive installdirs-recursive pdf-recursive \
                     66:        ps-recursive uninstall-recursive
                     67: HEADERS = $(noinst_HEADERS)
                     68: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                     69:   distclean-recursive maintainer-clean-recursive
                     70: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
                     71:        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
                     72:        distdir
                     73: ETAGS = etags
                     74: CTAGS = ctags
                     75: DIST_SUBDIRS = $(SUBDIRS)
                     76: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     77: am__relativize = \
                     78:   dir0=`pwd`; \
                     79:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                     80:   sed_rest='s,^[^/]*/*,,'; \
                     81:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                     82:   sed_butlast='s,/*[^/]*$$,,'; \
                     83:   while test -n "$$dir1"; do \
                     84:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                     85:     if test "$$first" != "."; then \
                     86:       if test "$$first" = ".."; then \
                     87:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                     88:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                     89:       else \
                     90:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                     91:         if test "$$first2" = "$$first"; then \
                     92:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                     93:         else \
                     94:           dir2="../$$dir2"; \
                     95:         fi; \
                     96:         dir0="$$dir0"/"$$first"; \
                     97:       fi; \
                     98:     fi; \
                     99:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    100:   done; \
                    101:   reldir="$$dir2"
                    102: ACLOCAL = @ACLOCAL@
                    103: AMTAR = @AMTAR@
                    104: AR = @AR@
                    105: AUTOCONF = @AUTOCONF@
                    106: AUTOHEADER = @AUTOHEADER@
                    107: AUTOMAKE = @AUTOMAKE@
                    108: AWK = @AWK@
                    109: BINSUBDIR = @BINSUBDIR@
                    110: CC = @CC@
                    111: CCDEPMODE = @CCDEPMODE@
                    112: CFLAGS = @CFLAGS@
                    113: CHUTEST = @CHUTEST@
                    114: CLKTEST = @CLKTEST@
                    115: CPP = @CPP@
                    116: CPPFLAGS = @CPPFLAGS@
                    117: CYGPATH_W = @CYGPATH_W@
                    118: DCFD = @DCFD@
                    119: DEFS = @DEFS@
                    120: DEPDIR = @DEPDIR@
                    121: DLLTOOL = @DLLTOOL@
                    122: DSYMUTIL = @DSYMUTIL@
                    123: DUMPBIN = @DUMPBIN@
                    124: ECHO_C = @ECHO_C@
                    125: ECHO_N = @ECHO_N@
                    126: ECHO_T = @ECHO_T@
                    127: EDITLINE_LIBS = @EDITLINE_LIBS@
                    128: EF_LIBS = @EF_LIBS@
                    129: EF_PROGS = @EF_PROGS@
                    130: EGREP = @EGREP@
                    131: EXEEXT = @EXEEXT@
                    132: FGREP = @FGREP@
                    133: GREP = @GREP@
                    134: HAVE_INLINE = @HAVE_INLINE@
                    135: INSTALL = @INSTALL@
                    136: INSTALL_DATA = @INSTALL_DATA@
                    137: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    138: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    139: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    140: LCRYPTO = @LCRYPTO@
                    141: LD = @LD@
                    142: LDFLAGS = @LDFLAGS@
                    143: LIBOBJS = @LIBOBJS@
                    144: LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
                    145: LIBOPTS_DIR = @LIBOPTS_DIR@
                    146: LIBOPTS_LDADD = @LIBOPTS_LDADD@
                    147: LIBPARSE = @LIBPARSE@
                    148: LIBS = @LIBS@
                    149: LIBTOOL = @LIBTOOL@
                    150: LIPO = @LIPO@
                    151: LN_S = @LN_S@
                    152: LSCF = @LSCF@
                    153: LTLIBOBJS = @LTLIBOBJS@
                    154: MAKEINFO = @MAKEINFO@
                    155: MAKE_ADJTIMED = @MAKE_ADJTIMED@
                    156: MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
                    157: MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
                    158: MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
                    159: MAKE_LIBPARSE = @MAKE_LIBPARSE@
                    160: MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
                    161: MAKE_NTPDSIM = @MAKE_NTPDSIM@
                    162: MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
                    163: MAKE_NTPTIME = @MAKE_NTPTIME@
                    164: MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
                    165: MAKE_TICKADJ = @MAKE_TICKADJ@
                    166: MAKE_TIMETRIM = @MAKE_TIMETRIM@
                    167: MANIFEST_TOOL = @MANIFEST_TOOL@
                    168: MKDIR_P = @MKDIR_P@
                    169: NM = @NM@
                    170: NMEDIT = @NMEDIT@
                    171: OBJDUMP = @OBJDUMP@
                    172: OBJEXT = @OBJEXT@
                    173: OPENSSL = @OPENSSL@
                    174: OPENSSL_INC = @OPENSSL_INC@
                    175: OPENSSL_LIB = @OPENSSL_LIB@
                    176: OTOOL = @OTOOL@
                    177: OTOOL64 = @OTOOL64@
                    178: PACKAGE = @PACKAGE@
                    179: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    180: PACKAGE_NAME = @PACKAGE_NAME@
                    181: PACKAGE_STRING = @PACKAGE_STRING@
                    182: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    183: PACKAGE_URL = @PACKAGE_URL@
                    184: PACKAGE_VERSION = @PACKAGE_VERSION@
                    185: PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
                    186: PATH_PERL = @PATH_PERL@
                    187: PATH_SEPARATOR = @PATH_SEPARATOR@
                    188: PATH_SH = @PATH_SH@
                    189: PATH_TEST = @PATH_TEST@
                    190: POSIX_SHELL = @POSIX_SHELL@
                    191: PROPDELAY = @PROPDELAY@
                    192: RANLIB = @RANLIB@
                    193: SED = @SED@
                    194: SET_MAKE = @SET_MAKE@
                    195: SHELL = @SHELL@
                    196: SNMP_CFLAGS = @SNMP_CFLAGS@
                    197: SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
                    198: SNMP_LIBS = @SNMP_LIBS@
                    199: STRIP = @STRIP@
                    200: TESTDCF = @TESTDCF@
                    201: VERSION = @VERSION@
                    202: YACC = @YACC@
                    203: YFLAGS = @YFLAGS@
                    204: abs_builddir = @abs_builddir@
                    205: abs_srcdir = @abs_srcdir@
                    206: abs_top_builddir = @abs_top_builddir@
                    207: abs_top_srcdir = @abs_top_srcdir@
                    208: ac_ct_AR = @ac_ct_AR@
                    209: ac_ct_CC = @ac_ct_CC@
                    210: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    211: am__include = @am__include@
                    212: am__leading_dot = @am__leading_dot@
                    213: am__quote = @am__quote@
                    214: am__tar = @am__tar@
                    215: am__untar = @am__untar@
                    216: bindir = @bindir@
                    217: build = @build@
                    218: build_alias = @build_alias@
                    219: build_cpu = @build_cpu@
                    220: build_os = @build_os@
                    221: build_vendor = @build_vendor@
                    222: builddir = @builddir@
                    223: datadir = @datadir@
                    224: datarootdir = @datarootdir@
                    225: docdir = @docdir@
                    226: dvidir = @dvidir@
                    227: exec_prefix = @exec_prefix@
                    228: host = @host@
                    229: host_alias = @host_alias@
                    230: host_cpu = @host_cpu@
                    231: host_os = @host_os@
                    232: host_vendor = @host_vendor@
                    233: htmldir = @htmldir@
                    234: includedir = @includedir@
                    235: infodir = @infodir@
                    236: install_sh = @install_sh@
                    237: libdir = @libdir@
                    238: libexecdir = @libexecdir@
                    239: localedir = @localedir@
                    240: localstatedir = @localstatedir@
                    241: mandir = @mandir@
                    242: mkdir_p = @mkdir_p@
                    243: oldincludedir = @oldincludedir@
                    244: pdfdir = @pdfdir@
                    245: prefix = @prefix@
                    246: program_transform_name = @program_transform_name@
                    247: psdir = @psdir@
                    248: sbindir = @sbindir@
                    249: sharedstatedir = @sharedstatedir@
                    250: srcdir = @srcdir@
                    251: subdirs = @subdirs@
                    252: sysconfdir = @sysconfdir@
                    253: target_alias = @target_alias@
                    254: top_build_prefix = @top_build_prefix@
                    255: top_builddir = @top_builddir@
                    256: top_srcdir = @top_srcdir@
                    257: NULL = 
                    258: AUTOMAKE_OPTIONS = 
                    259: ETAGS_ARGS = $(srcdir)/Makefile.am
                    260: EXTRA_DIST = autogen-version.def copyright.def debug-opt.def homerc.def version.def version.texi
                    261: SUBDIRS = isc
                    262: noinst_HEADERS = \
                    263:        adjtime.h       \
                    264:        audio.h         \
                    265:        ascii.h         \
                    266:        audio.h         \
                    267:        binio.h         \
                    268:        gps.h           \
                    269:        hopf6039.h      \
                    270:        icom.h          \
                    271:        ieee754io.h     \
                    272:        iosignal.h      \
                    273:        l_stdlib.h      \
                    274:        lib_strbuf.h    \
                    275:        mbg_gps166.h    \
                    276:        mx4200.h        \
                    277:        ntif.h          \
                    278:        ntp.h           \
                    279:        ntp_assert.h    \
                    280:        ntp_calendar.h  \
                    281:        ntp_cmdargs.h   \
                    282:        ntp_config.h    \
                    283:        ntp_control.h   \
                    284:        ntp_crypto.h    \
                    285:        ntp_data_structures.h   \
                    286:        ntp_datum.h     \
                    287:        ntp_debug.h     \
                    288:        ntp_filegen.h   \
                    289:        ntp_fp.h        \
                    290:        ntp_if.h        \
                    291:        ntp_intres.h    \
                    292:        ntp_io.h        \
                    293:        ntp_libopts.h   \
                    294:        ntp_lineedit.h  \
                    295:        ntp_lists.h     \
                    296:        ntp_machine.h   \
                    297:        ntp_malloc.h    \
                    298:        ntp_md5.h       \
                    299:        ntp_net.h       \
                    300:        ntp_proto.h     \
                    301:        ntp_random.h    \
                    302:        ntp_refclock.h  \
                    303:        ntp_request.h   \
                    304:        ntp_rfc2553.h   \
                    305:        ntp_select.h    \
                    306:        ntp_sprintf.h   \
                    307:        ntp_stdlib.h    \
                    308:        ntp_string.h    \
                    309:        ntp_syscall.h   \
                    310:        ntp_syslog.h    \
                    311:        ntp_tty.h       \
                    312:        ntp_types.h     \
                    313:        ntp_unixtime.h  \
                    314:        ntpd.h          \
                    315:        ntpsim.h        \
                    316:        parse.h         \
                    317:        parse_conf.h    \
                    318:        recvbuff.h      \
                    319:        refclock_atom.h \
                    320:        ssl_applink.c   \
                    321:        timepps-SCO.h   \
                    322:        timepps-Solaris.h       \
                    323:        timepps-SunOS.h \
                    324:        trimble.h       \
                    325:        $(NULL)
                    326: 
                    327: all: all-recursive
                    328: 
                    329: .SUFFIXES:
                    330: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    331:        @for dep in $?; do \
                    332:          case '$(am__configure_deps)' in \
                    333:            *$$dep*) \
                    334:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    335:                && { if test -f $@; then exit 0; else break; fi; }; \
                    336:              exit 1;; \
                    337:          esac; \
                    338:        done; \
                    339:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
                    340:        $(am__cd) $(top_srcdir) && \
                    341:          $(AUTOMAKE) --foreign include/Makefile
                    342: .PRECIOUS: Makefile
                    343: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    344:        @case '$?' in \
                    345:          *config.status*) \
                    346:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    347:          *) \
                    348:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    349:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    350:        esac;
                    351: 
                    352: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    353:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    354: 
                    355: $(top_srcdir)/configure:  $(am__configure_deps)
                    356:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    357: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    358:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    359: $(am__aclocal_m4_deps):
                    360: 
                    361: mostlyclean-libtool:
                    362:        -rm -f *.lo
                    363: 
                    364: clean-libtool:
                    365:        -rm -rf .libs _libs
                    366: 
                    367: # This directory's subdirectories are mostly independent; you can cd
                    368: # into them and run `make' without going through this Makefile.
                    369: # To change the values of `make' variables: instead of editing Makefiles,
                    370: # (1) if the variable is set in `config.status', edit `config.status'
                    371: #     (which will cause the Makefiles to be regenerated when you run `make');
                    372: # (2) otherwise, pass the desired values on the `make' command line.
                    373: $(RECURSIVE_TARGETS):
                    374:        @fail= failcom='exit 1'; \
                    375:        for f in x $$MAKEFLAGS; do \
                    376:          case $$f in \
                    377:            *=* | --[!k]*);; \
                    378:            *k*) failcom='fail=yes';; \
                    379:          esac; \
                    380:        done; \
                    381:        dot_seen=no; \
                    382:        target=`echo $@ | sed s/-recursive//`; \
                    383:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    384:          echo "Making $$target in $$subdir"; \
                    385:          if test "$$subdir" = "."; then \
                    386:            dot_seen=yes; \
                    387:            local_target="$$target-am"; \
                    388:          else \
                    389:            local_target="$$target"; \
                    390:          fi; \
                    391:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    392:          || eval $$failcom; \
                    393:        done; \
                    394:        if test "$$dot_seen" = "no"; then \
                    395:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    396:        fi; test -z "$$fail"
                    397: 
                    398: $(RECURSIVE_CLEAN_TARGETS):
                    399:        @fail= failcom='exit 1'; \
                    400:        for f in x $$MAKEFLAGS; do \
                    401:          case $$f in \
                    402:            *=* | --[!k]*);; \
                    403:            *k*) failcom='fail=yes';; \
                    404:          esac; \
                    405:        done; \
                    406:        dot_seen=no; \
                    407:        case "$@" in \
                    408:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    409:          *) list='$(SUBDIRS)' ;; \
                    410:        esac; \
                    411:        rev=''; for subdir in $$list; do \
                    412:          if test "$$subdir" = "."; then :; else \
                    413:            rev="$$subdir $$rev"; \
                    414:          fi; \
                    415:        done; \
                    416:        rev="$$rev ."; \
                    417:        target=`echo $@ | sed s/-recursive//`; \
                    418:        for subdir in $$rev; do \
                    419:          echo "Making $$target in $$subdir"; \
                    420:          if test "$$subdir" = "."; then \
                    421:            local_target="$$target-am"; \
                    422:          else \
                    423:            local_target="$$target"; \
                    424:          fi; \
                    425:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    426:          || eval $$failcom; \
                    427:        done && test -z "$$fail"
                    428: tags-recursive:
                    429:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    430:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    431:        done
                    432: ctags-recursive:
                    433:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    434:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    435:        done
                    436: 
                    437: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    438:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    439:        unique=`for i in $$list; do \
                    440:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    441:          done | \
                    442:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    443:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    444:        mkid -fID $$unique
                    445: tags: TAGS
                    446: 
                    447: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    448:                $(TAGS_FILES) $(LISP)
                    449:        set x; \
                    450:        here=`pwd`; \
                    451:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    452:          include_option=--etags-include; \
                    453:          empty_fix=.; \
                    454:        else \
                    455:          include_option=--include; \
                    456:          empty_fix=; \
                    457:        fi; \
                    458:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    459:          if test "$$subdir" = .; then :; else \
                    460:            test ! -f $$subdir/TAGS || \
                    461:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    462:          fi; \
                    463:        done; \
                    464:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    465:        unique=`for i in $$list; do \
                    466:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    467:          done | \
                    468:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    469:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    470:        shift; \
                    471:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    472:          test -n "$$unique" || unique=$$empty_fix; \
                    473:          if test $$# -gt 0; then \
                    474:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    475:              "$$@" $$unique; \
                    476:          else \
                    477:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    478:              $$unique; \
                    479:          fi; \
                    480:        fi
                    481: ctags: CTAGS
                    482: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    483:                $(TAGS_FILES) $(LISP)
                    484:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    485:        unique=`for i in $$list; do \
                    486:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    487:          done | \
                    488:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    489:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    490:        test -z "$(CTAGS_ARGS)$$unique" \
                    491:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    492:             $$unique
                    493: 
                    494: GTAGS:
                    495:        here=`$(am__cd) $(top_builddir) && pwd` \
                    496:          && $(am__cd) $(top_srcdir) \
                    497:          && gtags -i $(GTAGS_ARGS) "$$here"
                    498: 
                    499: distclean-tags:
                    500:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    501: 
                    502: distdir: $(DISTFILES)
                    503:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    504:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    505:        list='$(DISTFILES)'; \
                    506:          dist_files=`for file in $$list; do echo $$file; done | \
                    507:          sed -e "s|^$$srcdirstrip/||;t" \
                    508:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    509:        case $$dist_files in \
                    510:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    511:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    512:                           sort -u` ;; \
                    513:        esac; \
                    514:        for file in $$dist_files; do \
                    515:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    516:          if test -d $$d/$$file; then \
                    517:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    518:            if test -d "$(distdir)/$$file"; then \
                    519:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    520:            fi; \
                    521:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    522:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    523:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    524:            fi; \
                    525:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    526:          else \
                    527:            test -f "$(distdir)/$$file" \
                    528:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    529:            || exit 1; \
                    530:          fi; \
                    531:        done
                    532:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    533:          if test "$$subdir" = .; then :; else \
                    534:            test -d "$(distdir)/$$subdir" \
                    535:            || $(MKDIR_P) "$(distdir)/$$subdir" \
                    536:            || exit 1; \
                    537:          fi; \
                    538:        done
                    539:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    540:          if test "$$subdir" = .; then :; else \
                    541:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    542:            $(am__relativize); \
                    543:            new_distdir=$$reldir; \
                    544:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    545:            $(am__relativize); \
                    546:            new_top_distdir=$$reldir; \
                    547:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    548:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    549:            ($(am__cd) $$subdir && \
                    550:              $(MAKE) $(AM_MAKEFLAGS) \
                    551:                top_distdir="$$new_top_distdir" \
                    552:                distdir="$$new_distdir" \
                    553:                am__remove_distdir=: \
                    554:                am__skip_length_check=: \
                    555:                am__skip_mode_fix=: \
                    556:                distdir) \
                    557:              || exit 1; \
                    558:          fi; \
                    559:        done
                    560: check-am: all-am
                    561: check: check-recursive
                    562: all-am: Makefile $(HEADERS)
                    563: installdirs: installdirs-recursive
                    564: installdirs-am:
                    565: install: install-recursive
                    566: install-exec: install-exec-recursive
                    567: install-data: install-data-recursive
                    568: uninstall: uninstall-recursive
                    569: 
                    570: install-am: all-am
                    571:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    572: 
                    573: installcheck: installcheck-recursive
                    574: install-strip:
                    575:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    576:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    577:          `test -z '$(STRIP)' || \
                    578:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    579: mostlyclean-generic:
                    580: 
                    581: clean-generic:
                    582: 
                    583: distclean-generic:
                    584:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    585:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    586: 
                    587: maintainer-clean-generic:
                    588:        @echo "This command is intended for maintainers to use"
                    589:        @echo "it deletes files that may require special tools to rebuild."
                    590: clean: clean-recursive
                    591: 
                    592: clean-am: clean-generic clean-libtool mostlyclean-am
                    593: 
                    594: distclean: distclean-recursive
                    595:        -rm -f Makefile
                    596: distclean-am: clean-am distclean-generic distclean-tags
                    597: 
                    598: dvi: dvi-recursive
                    599: 
                    600: dvi-am:
                    601: 
                    602: html: html-recursive
                    603: 
                    604: html-am:
                    605: 
                    606: info: info-recursive
                    607: 
                    608: info-am:
                    609: 
                    610: install-data-am:
                    611: 
                    612: install-dvi: install-dvi-recursive
                    613: 
                    614: install-dvi-am:
                    615: 
                    616: install-exec-am:
                    617: 
                    618: install-html: install-html-recursive
                    619: 
                    620: install-html-am:
                    621: 
                    622: install-info: install-info-recursive
                    623: 
                    624: install-info-am:
                    625: 
                    626: install-man:
                    627: 
                    628: install-pdf: install-pdf-recursive
                    629: 
                    630: install-pdf-am:
                    631: 
                    632: install-ps: install-ps-recursive
                    633: 
                    634: install-ps-am:
                    635: 
                    636: installcheck-am:
                    637: 
                    638: maintainer-clean: maintainer-clean-recursive
                    639:        -rm -f Makefile
                    640: maintainer-clean-am: distclean-am maintainer-clean-generic
                    641: 
                    642: mostlyclean: mostlyclean-recursive
                    643: 
                    644: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    645: 
                    646: pdf: pdf-recursive
                    647: 
                    648: pdf-am:
                    649: 
                    650: ps: ps-recursive
                    651: 
                    652: ps-am:
                    653: 
                    654: uninstall-am:
                    655: 
                    656: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
                    657:        install-am install-strip tags-recursive
                    658: 
                    659: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    660:        all all-am check check-am clean clean-generic clean-libtool \
                    661:        ctags ctags-recursive distclean distclean-generic \
                    662:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    663:        html-am info info-am install install-am install-data \
                    664:        install-data-am install-dvi install-dvi-am install-exec \
                    665:        install-exec-am install-html install-html-am install-info \
                    666:        install-info-am install-man install-pdf install-pdf-am \
                    667:        install-ps install-ps-am install-strip installcheck \
                    668:        installcheck-am installdirs installdirs-am maintainer-clean \
                    669:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    670:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
                    671:        uninstall uninstall-am
                    672: 
                    673: 
                    674: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    675: # Otherwise a system limit (for SysV at least) may be exceeded.
                    676: .NOEXPORT:

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