Annotation of embedaddon/ntp/include/Makefile.am, revision 1.1

1.1     ! misho       1: NULL =
        !             2: AUTOMAKE_OPTIONS = 
        !             3: ETAGS_ARGS = $(srcdir)/Makefile.am
        !             4: EXTRA_DIST = autogen-version.def copyright.def debug-opt.def homerc.def version.def version.texi
        !             5: 
        !             6: SUBDIRS = isc
        !             7: 
        !             8: noinst_HEADERS =       \
        !             9:        adjtime.h       \
        !            10:        audio.h         \
        !            11:        ascii.h         \
        !            12:        audio.h         \
        !            13:        binio.h         \
        !            14:        gps.h           \
        !            15:        hopf6039.h      \
        !            16:        icom.h          \
        !            17:        ieee754io.h     \
        !            18:        iosignal.h      \
        !            19:        l_stdlib.h      \
        !            20:        lib_strbuf.h    \
        !            21:        mbg_gps166.h    \
        !            22:        mx4200.h        \
        !            23:        ntif.h          \
        !            24:        ntp.h           \
        !            25:        ntp_assert.h    \
        !            26:        ntp_calendar.h  \
        !            27:        ntp_cmdargs.h   \
        !            28:        ntp_config.h    \
        !            29:        ntp_control.h   \
        !            30:        ntp_crypto.h    \
        !            31:        ntp_data_structures.h   \
        !            32:        ntp_datum.h     \
        !            33:        ntp_debug.h     \
        !            34:        ntp_filegen.h   \
        !            35:        ntp_fp.h        \
        !            36:        ntp_if.h        \
        !            37:        ntp_intres.h    \
        !            38:        ntp_io.h        \
        !            39:        ntp_libopts.h   \
        !            40:        ntp_lineedit.h  \
        !            41:        ntp_lists.h     \
        !            42:        ntp_machine.h   \
        !            43:        ntp_malloc.h    \
        !            44:        ntp_md5.h       \
        !            45:        ntp_net.h       \
        !            46:        ntp_proto.h     \
        !            47:        ntp_random.h    \
        !            48:        ntp_refclock.h  \
        !            49:        ntp_request.h   \
        !            50:        ntp_rfc2553.h   \
        !            51:        ntp_select.h    \
        !            52:        ntp_sprintf.h   \
        !            53:        ntp_stdlib.h    \
        !            54:        ntp_string.h    \
        !            55:        ntp_syscall.h   \
        !            56:        ntp_syslog.h    \
        !            57:        ntp_tty.h       \
        !            58:        ntp_types.h     \
        !            59:        ntp_unixtime.h  \
        !            60:        ntpd.h          \
        !            61:        ntpsim.h        \
        !            62:        parse.h         \
        !            63:        parse_conf.h    \
        !            64:        recvbuff.h      \
        !            65:        refclock_atom.h \
        !            66:        ssl_applink.c   \
        !            67:        timepps-SCO.h   \
        !            68:        timepps-Solaris.h       \
        !            69:        timepps-SunOS.h \
        !            70:        trimble.h       \
        !            71:        $(NULL)
        !            72: 

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