Annotation of embedaddon/ntp/kernel/sys/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 = kernel/sys
                     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: HEADERS = $(noinst_HEADERS)
                     61: ETAGS = etags
                     62: CTAGS = ctags
                     63: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     64: ACLOCAL = @ACLOCAL@
                     65: AMTAR = @AMTAR@
                     66: AR = @AR@
                     67: AUTOCONF = @AUTOCONF@
                     68: AUTOHEADER = @AUTOHEADER@
                     69: AUTOMAKE = @AUTOMAKE@
                     70: AWK = @AWK@
                     71: BINSUBDIR = @BINSUBDIR@
                     72: CC = @CC@
                     73: CCDEPMODE = @CCDEPMODE@
                     74: CFLAGS = @CFLAGS@
                     75: CHUTEST = @CHUTEST@
                     76: CLKTEST = @CLKTEST@
                     77: CPP = @CPP@
                     78: CPPFLAGS = @CPPFLAGS@
                     79: CYGPATH_W = @CYGPATH_W@
                     80: DCFD = @DCFD@
                     81: DEFS = @DEFS@
                     82: DEPDIR = @DEPDIR@
                     83: DLLTOOL = @DLLTOOL@
                     84: DSYMUTIL = @DSYMUTIL@
                     85: DUMPBIN = @DUMPBIN@
                     86: ECHO_C = @ECHO_C@
                     87: ECHO_N = @ECHO_N@
                     88: ECHO_T = @ECHO_T@
                     89: EDITLINE_LIBS = @EDITLINE_LIBS@
                     90: EF_LIBS = @EF_LIBS@
                     91: EF_PROGS = @EF_PROGS@
                     92: EGREP = @EGREP@
                     93: EXEEXT = @EXEEXT@
                     94: FGREP = @FGREP@
                     95: GREP = @GREP@
                     96: HAVE_INLINE = @HAVE_INLINE@
                     97: INSTALL = @INSTALL@
                     98: INSTALL_DATA = @INSTALL_DATA@
                     99: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    100: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    101: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    102: LCRYPTO = @LCRYPTO@
                    103: LD = @LD@
                    104: LDFLAGS = @LDFLAGS@
                    105: LIBOBJS = @LIBOBJS@
                    106: LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
                    107: LIBOPTS_DIR = @LIBOPTS_DIR@
                    108: LIBOPTS_LDADD = @LIBOPTS_LDADD@
                    109: LIBPARSE = @LIBPARSE@
                    110: LIBS = @LIBS@
                    111: LIBTOOL = @LIBTOOL@
                    112: LIPO = @LIPO@
                    113: LN_S = @LN_S@
                    114: LSCF = @LSCF@
                    115: LTLIBOBJS = @LTLIBOBJS@
                    116: MAKEINFO = @MAKEINFO@
                    117: MAKE_ADJTIMED = @MAKE_ADJTIMED@
                    118: MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
                    119: MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
                    120: MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
                    121: MAKE_LIBPARSE = @MAKE_LIBPARSE@
                    122: MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
                    123: MAKE_NTPDSIM = @MAKE_NTPDSIM@
                    124: MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
                    125: MAKE_NTPTIME = @MAKE_NTPTIME@
                    126: MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
                    127: MAKE_TICKADJ = @MAKE_TICKADJ@
                    128: MAKE_TIMETRIM = @MAKE_TIMETRIM@
                    129: MANIFEST_TOOL = @MANIFEST_TOOL@
                    130: MKDIR_P = @MKDIR_P@
                    131: NM = @NM@
                    132: NMEDIT = @NMEDIT@
                    133: OBJDUMP = @OBJDUMP@
                    134: OBJEXT = @OBJEXT@
                    135: OPENSSL = @OPENSSL@
                    136: OPENSSL_INC = @OPENSSL_INC@
                    137: OPENSSL_LIB = @OPENSSL_LIB@
                    138: OTOOL = @OTOOL@
                    139: OTOOL64 = @OTOOL64@
                    140: PACKAGE = @PACKAGE@
                    141: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    142: PACKAGE_NAME = @PACKAGE_NAME@
                    143: PACKAGE_STRING = @PACKAGE_STRING@
                    144: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    145: PACKAGE_URL = @PACKAGE_URL@
                    146: PACKAGE_VERSION = @PACKAGE_VERSION@
                    147: PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
                    148: PATH_PERL = @PATH_PERL@
                    149: PATH_SEPARATOR = @PATH_SEPARATOR@
                    150: PATH_SH = @PATH_SH@
                    151: PATH_TEST = @PATH_TEST@
                    152: POSIX_SHELL = @POSIX_SHELL@
                    153: PROPDELAY = @PROPDELAY@
                    154: RANLIB = @RANLIB@
                    155: SED = @SED@
                    156: SET_MAKE = @SET_MAKE@
                    157: SHELL = @SHELL@
                    158: SNMP_CFLAGS = @SNMP_CFLAGS@
                    159: SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
                    160: SNMP_LIBS = @SNMP_LIBS@
                    161: STRIP = @STRIP@
                    162: TESTDCF = @TESTDCF@
                    163: VERSION = @VERSION@
                    164: YACC = @YACC@
                    165: YFLAGS = @YFLAGS@
                    166: abs_builddir = @abs_builddir@
                    167: abs_srcdir = @abs_srcdir@
                    168: abs_top_builddir = @abs_top_builddir@
                    169: abs_top_srcdir = @abs_top_srcdir@
                    170: ac_ct_AR = @ac_ct_AR@
                    171: ac_ct_CC = @ac_ct_CC@
                    172: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    173: am__include = @am__include@
                    174: am__leading_dot = @am__leading_dot@
                    175: am__quote = @am__quote@
                    176: am__tar = @am__tar@
                    177: am__untar = @am__untar@
                    178: bindir = @bindir@
                    179: build = @build@
                    180: build_alias = @build_alias@
                    181: build_cpu = @build_cpu@
                    182: build_os = @build_os@
                    183: build_vendor = @build_vendor@
                    184: builddir = @builddir@
                    185: datadir = @datadir@
                    186: datarootdir = @datarootdir@
                    187: docdir = @docdir@
                    188: dvidir = @dvidir@
                    189: exec_prefix = @exec_prefix@
                    190: host = @host@
                    191: host_alias = @host_alias@
                    192: host_cpu = @host_cpu@
                    193: host_os = @host_os@
                    194: host_vendor = @host_vendor@
                    195: htmldir = @htmldir@
                    196: includedir = @includedir@
                    197: infodir = @infodir@
                    198: install_sh = @install_sh@
                    199: libdir = @libdir@
                    200: libexecdir = @libexecdir@
                    201: localedir = @localedir@
                    202: localstatedir = @localstatedir@
                    203: mandir = @mandir@
                    204: mkdir_p = @mkdir_p@
                    205: oldincludedir = @oldincludedir@
                    206: pdfdir = @pdfdir@
                    207: prefix = @prefix@
                    208: program_transform_name = @program_transform_name@
                    209: psdir = @psdir@
                    210: sbindir = @sbindir@
                    211: sharedstatedir = @sharedstatedir@
                    212: srcdir = @srcdir@
                    213: subdirs = @subdirs@
                    214: sysconfdir = @sysconfdir@
                    215: target_alias = @target_alias@
                    216: top_build_prefix = @top_build_prefix@
                    217: top_builddir = @top_builddir@
                    218: top_srcdir = @top_srcdir@
                    219: 
                    220: #AUTOMAKE_OPTIONS = ../../util/ansi2knr no-dependencies
                    221: AUTOMAKE_OPTIONS = 
                    222: noinst_HEADERS = bsd_audioirig.h chudefs.h clkdefs.h i8253.h parsestreams.h \
                    223:  pcl720.h ppsclock.h timex.h tpro.h tt560_api.h
                    224: 
                    225: #EXTRA_DIST= TAGS
                    226: # HMS: Avoid bug in automake 
                    227: #ETAGS_ARGS = ""
                    228: ETAGS_ARGS = Makefile.am
                    229: all: all-am
                    230: 
                    231: .SUFFIXES:
                    232: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    233:        @for dep in $?; do \
                    234:          case '$(am__configure_deps)' in \
                    235:            *$$dep*) \
                    236:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    237:                && { if test -f $@; then exit 0; else break; fi; }; \
                    238:              exit 1;; \
                    239:          esac; \
                    240:        done; \
                    241:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign kernel/sys/Makefile'; \
                    242:        $(am__cd) $(top_srcdir) && \
                    243:          $(AUTOMAKE) --foreign kernel/sys/Makefile
                    244: .PRECIOUS: Makefile
                    245: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    246:        @case '$?' in \
                    247:          *config.status*) \
                    248:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    249:          *) \
                    250:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    251:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    252:        esac;
                    253: 
                    254: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    255:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    256: 
                    257: $(top_srcdir)/configure:  $(am__configure_deps)
                    258:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    259: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    260:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    261: $(am__aclocal_m4_deps):
                    262: 
                    263: mostlyclean-libtool:
                    264:        -rm -f *.lo
                    265: 
                    266: clean-libtool:
                    267:        -rm -rf .libs _libs
                    268: 
                    269: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    270:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    271:        unique=`for i in $$list; do \
                    272:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    273:          done | \
                    274:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    275:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    276:        mkid -fID $$unique
                    277: tags: TAGS
                    278: 
                    279: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    280:                $(TAGS_FILES) $(LISP)
                    281:        set x; \
                    282:        here=`pwd`; \
                    283:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    284:        unique=`for i in $$list; do \
                    285:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    286:          done | \
                    287:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    288:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    289:        shift; \
                    290:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    291:          test -n "$$unique" || unique=$$empty_fix; \
                    292:          if test $$# -gt 0; then \
                    293:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    294:              "$$@" $$unique; \
                    295:          else \
                    296:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    297:              $$unique; \
                    298:          fi; \
                    299:        fi
                    300: ctags: CTAGS
                    301: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    302:                $(TAGS_FILES) $(LISP)
                    303:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    304:        unique=`for i in $$list; do \
                    305:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    306:          done | \
                    307:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    308:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    309:        test -z "$(CTAGS_ARGS)$$unique" \
                    310:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    311:             $$unique
                    312: 
                    313: GTAGS:
                    314:        here=`$(am__cd) $(top_builddir) && pwd` \
                    315:          && $(am__cd) $(top_srcdir) \
                    316:          && gtags -i $(GTAGS_ARGS) "$$here"
                    317: 
                    318: distclean-tags:
                    319:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    320: 
                    321: distdir: $(DISTFILES)
                    322:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    323:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    324:        list='$(DISTFILES)'; \
                    325:          dist_files=`for file in $$list; do echo $$file; done | \
                    326:          sed -e "s|^$$srcdirstrip/||;t" \
                    327:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    328:        case $$dist_files in \
                    329:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    330:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    331:                           sort -u` ;; \
                    332:        esac; \
                    333:        for file in $$dist_files; do \
                    334:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    335:          if test -d $$d/$$file; then \
                    336:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    337:            if test -d "$(distdir)/$$file"; then \
                    338:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    339:            fi; \
                    340:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    341:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    342:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    343:            fi; \
                    344:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    345:          else \
                    346:            test -f "$(distdir)/$$file" \
                    347:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    348:            || exit 1; \
                    349:          fi; \
                    350:        done
                    351: check-am: all-am
                    352: check: check-am
                    353: all-am: Makefile $(HEADERS)
                    354: installdirs:
                    355: install: install-am
                    356: install-exec: install-exec-am
                    357: install-data: install-data-am
                    358: uninstall: uninstall-am
                    359: 
                    360: install-am: all-am
                    361:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    362: 
                    363: installcheck: installcheck-am
                    364: install-strip:
                    365:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    366:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    367:          `test -z '$(STRIP)' || \
                    368:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    369: mostlyclean-generic:
                    370: 
                    371: clean-generic:
                    372: 
                    373: distclean-generic:
                    374:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    375:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    376: 
                    377: maintainer-clean-generic:
                    378:        @echo "This command is intended for maintainers to use"
                    379:        @echo "it deletes files that may require special tools to rebuild."
                    380: clean: clean-am
                    381: 
                    382: clean-am: clean-generic clean-libtool mostlyclean-am
                    383: 
                    384: distclean: distclean-am
                    385:        -rm -f Makefile
                    386: distclean-am: clean-am distclean-generic distclean-tags
                    387: 
                    388: dvi: dvi-am
                    389: 
                    390: dvi-am:
                    391: 
                    392: html: html-am
                    393: 
                    394: html-am:
                    395: 
                    396: info: info-am
                    397: 
                    398: info-am:
                    399: 
                    400: install-data-am:
                    401: 
                    402: install-dvi: install-dvi-am
                    403: 
                    404: install-dvi-am:
                    405: 
                    406: install-exec-am:
                    407: 
                    408: install-html: install-html-am
                    409: 
                    410: install-html-am:
                    411: 
                    412: install-info: install-info-am
                    413: 
                    414: install-info-am:
                    415: 
                    416: install-man:
                    417: 
                    418: install-pdf: install-pdf-am
                    419: 
                    420: install-pdf-am:
                    421: 
                    422: install-ps: install-ps-am
                    423: 
                    424: install-ps-am:
                    425: 
                    426: installcheck-am:
                    427: 
                    428: maintainer-clean: maintainer-clean-am
                    429:        -rm -f Makefile
                    430: maintainer-clean-am: distclean-am maintainer-clean-generic
                    431: 
                    432: mostlyclean: mostlyclean-am
                    433: 
                    434: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    435: 
                    436: pdf: pdf-am
                    437: 
                    438: pdf-am:
                    439: 
                    440: ps: ps-am
                    441: 
                    442: ps-am:
                    443: 
                    444: uninstall-am:
                    445: 
                    446: .MAKE: install-am install-strip
                    447: 
                    448: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    449:        clean-libtool ctags distclean distclean-generic \
                    450:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    451:        html-am info info-am install install-am install-data \
                    452:        install-data-am install-dvi install-dvi-am install-exec \
                    453:        install-exec-am install-html install-html-am install-info \
                    454:        install-info-am install-man install-pdf install-pdf-am \
                    455:        install-ps install-ps-am install-strip installcheck \
                    456:        installcheck-am installdirs maintainer-clean \
                    457:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    458:        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
                    459:        uninstall-am
                    460: 
                    461: 
                    462: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    463: # Otherwise a system limit (for SysV at least) may be exceeded.
                    464: .NOEXPORT:

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