Annotation of embedaddon/ntp/clockstuff/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: EXTRA_PROGRAMS = propdelay$(EXEEXT) chutest$(EXEEXT) clktest$(EXEEXT)
                     38: DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
                     39:        $(top_srcdir)/depsver.mf
                     40: subdir = clockstuff
                     41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     42: am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
                     43:        $(top_srcdir)/m4/define_dir.m4 $(top_srcdir)/m4/libtool.m4 \
                     44:        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
                     45:        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
                     46:        $(top_srcdir)/m4/ntp_cacheversion.m4 \
                     47:        $(top_srcdir)/m4/ntp_dir_sep.m4 \
                     48:        $(top_srcdir)/m4/ntp_lineeditlibs.m4 \
                     49:        $(top_srcdir)/m4/ntp_openssl.m4 \
                     50:        $(top_srcdir)/m4/ntp_vpathhack.m4 \
                     51:        $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
                     52:        $(top_srcdir)/configure.ac
                     53: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     54:        $(ACLOCAL_M4)
                     55: mkinstalldirs = $(install_sh) -d
                     56: CONFIG_HEADER = $(top_builddir)/config.h
                     57: CONFIG_CLEAN_FILES =
                     58: CONFIG_CLEAN_VPATH_FILES =
                     59: PROGRAMS = $(noinst_PROGRAMS)
                     60: chutest_SOURCES = chutest.c
                     61: chutest_OBJECTS = chutest.$(OBJEXT)
                     62: chutest_DEPENDENCIES = ../libntp/libntp.a
                     63: clktest_SOURCES = clktest.c
                     64: clktest_OBJECTS = clktest.$(OBJEXT)
                     65: clktest_DEPENDENCIES = ../libntp/libntp.a
                     66: propdelay_SOURCES = propdelay.c
                     67: propdelay_OBJECTS = propdelay.$(OBJEXT)
                     68: propdelay_DEPENDENCIES = ../libntp/libntp.a
                     69: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                     70: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     71: am__depfiles_maybe = depfiles
                     72: am__mv = mv -f
                     73: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     74:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     75: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
                     76:        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
                     77:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     78: CCLD = $(CC)
                     79: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
                     80:        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
                     81:        $(LDFLAGS) -o $@
                     82: SOURCES = chutest.c clktest.c propdelay.c
                     83: DIST_SOURCES = chutest.c clktest.c propdelay.c
                     84: ETAGS = etags
                     85: CTAGS = ctags
                     86: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     87: ACLOCAL = @ACLOCAL@
                     88: AMTAR = @AMTAR@
                     89: AR = @AR@
                     90: AUTOCONF = @AUTOCONF@
                     91: AUTOHEADER = @AUTOHEADER@
                     92: AUTOMAKE = @AUTOMAKE@
                     93: AWK = @AWK@
                     94: BINSUBDIR = @BINSUBDIR@
                     95: CC = @CC@
                     96: CCDEPMODE = @CCDEPMODE@
                     97: CFLAGS = @CFLAGS@
                     98: CHUTEST = @CHUTEST@
                     99: CLKTEST = @CLKTEST@
                    100: CPP = @CPP@
                    101: CPPFLAGS = @CPPFLAGS@
                    102: CYGPATH_W = @CYGPATH_W@
                    103: DCFD = @DCFD@
                    104: DEFS = @DEFS@
                    105: DEPDIR = @DEPDIR@
                    106: DLLTOOL = @DLLTOOL@
                    107: DSYMUTIL = @DSYMUTIL@
                    108: DUMPBIN = @DUMPBIN@
                    109: ECHO_C = @ECHO_C@
                    110: ECHO_N = @ECHO_N@
                    111: ECHO_T = @ECHO_T@
                    112: EDITLINE_LIBS = @EDITLINE_LIBS@
                    113: EF_LIBS = @EF_LIBS@
                    114: EF_PROGS = @EF_PROGS@
                    115: EGREP = @EGREP@
                    116: EXEEXT = @EXEEXT@
                    117: FGREP = @FGREP@
                    118: GREP = @GREP@
                    119: HAVE_INLINE = @HAVE_INLINE@
                    120: INSTALL = @INSTALL@
                    121: INSTALL_DATA = @INSTALL_DATA@
                    122: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    123: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    124: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    125: LCRYPTO = @LCRYPTO@
                    126: LD = @LD@
                    127: LDFLAGS = @LDFLAGS@
                    128: LIBOBJS = @LIBOBJS@
                    129: LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
                    130: LIBOPTS_DIR = @LIBOPTS_DIR@
                    131: LIBOPTS_LDADD = @LIBOPTS_LDADD@
                    132: LIBPARSE = @LIBPARSE@
                    133: LIBS = @LIBS@
                    134: LIBTOOL = @LIBTOOL@
                    135: LIPO = @LIPO@
                    136: LN_S = @LN_S@
                    137: LSCF = @LSCF@
                    138: LTLIBOBJS = @LTLIBOBJS@
                    139: MAKEINFO = @MAKEINFO@
                    140: MAKE_ADJTIMED = @MAKE_ADJTIMED@
                    141: MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
                    142: MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
                    143: MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
                    144: MAKE_LIBPARSE = @MAKE_LIBPARSE@
                    145: MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
                    146: MAKE_NTPDSIM = @MAKE_NTPDSIM@
                    147: MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
                    148: MAKE_NTPTIME = @MAKE_NTPTIME@
                    149: MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
                    150: MAKE_TICKADJ = @MAKE_TICKADJ@
                    151: MAKE_TIMETRIM = @MAKE_TIMETRIM@
                    152: MANIFEST_TOOL = @MANIFEST_TOOL@
                    153: MKDIR_P = @MKDIR_P@
                    154: NM = @NM@
                    155: NMEDIT = @NMEDIT@
                    156: OBJDUMP = @OBJDUMP@
                    157: OBJEXT = @OBJEXT@
                    158: OPENSSL = @OPENSSL@
                    159: OPENSSL_INC = @OPENSSL_INC@
                    160: OPENSSL_LIB = @OPENSSL_LIB@
                    161: OTOOL = @OTOOL@
                    162: OTOOL64 = @OTOOL64@
                    163: PACKAGE = @PACKAGE@
                    164: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    165: PACKAGE_NAME = @PACKAGE_NAME@
                    166: PACKAGE_STRING = @PACKAGE_STRING@
                    167: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    168: PACKAGE_URL = @PACKAGE_URL@
                    169: PACKAGE_VERSION = @PACKAGE_VERSION@
                    170: PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
                    171: PATH_PERL = @PATH_PERL@
                    172: PATH_SEPARATOR = @PATH_SEPARATOR@
                    173: PATH_SH = @PATH_SH@
                    174: PATH_TEST = @PATH_TEST@
                    175: POSIX_SHELL = @POSIX_SHELL@
                    176: PROPDELAY = @PROPDELAY@
                    177: RANLIB = @RANLIB@
                    178: SED = @SED@
                    179: SET_MAKE = @SET_MAKE@
                    180: SHELL = @SHELL@
                    181: SNMP_CFLAGS = @SNMP_CFLAGS@
                    182: SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
                    183: SNMP_LIBS = @SNMP_LIBS@
                    184: STRIP = @STRIP@
                    185: TESTDCF = @TESTDCF@
                    186: VERSION = @VERSION@
                    187: YACC = @YACC@
                    188: YFLAGS = @YFLAGS@
                    189: abs_builddir = @abs_builddir@
                    190: abs_srcdir = @abs_srcdir@
                    191: abs_top_builddir = @abs_top_builddir@
                    192: abs_top_srcdir = @abs_top_srcdir@
                    193: ac_ct_AR = @ac_ct_AR@
                    194: ac_ct_CC = @ac_ct_CC@
                    195: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    196: am__include = @am__include@
                    197: am__leading_dot = @am__leading_dot@
                    198: am__quote = @am__quote@
                    199: am__tar = @am__tar@
                    200: am__untar = @am__untar@
                    201: bindir = @bindir@
                    202: build = @build@
                    203: build_alias = @build_alias@
                    204: build_cpu = @build_cpu@
                    205: build_os = @build_os@
                    206: build_vendor = @build_vendor@
                    207: builddir = @builddir@
                    208: datadir = @datadir@
                    209: datarootdir = @datarootdir@
                    210: docdir = @docdir@
                    211: dvidir = @dvidir@
                    212: exec_prefix = @exec_prefix@
                    213: host = @host@
                    214: host_alias = @host_alias@
                    215: host_cpu = @host_cpu@
                    216: host_os = @host_os@
                    217: host_vendor = @host_vendor@
                    218: htmldir = @htmldir@
                    219: includedir = @includedir@
                    220: infodir = @infodir@
                    221: install_sh = @install_sh@
                    222: libdir = @libdir@
                    223: libexecdir = @libexecdir@
                    224: localedir = @localedir@
                    225: localstatedir = @localstatedir@
                    226: mandir = @mandir@
                    227: mkdir_p = @mkdir_p@
                    228: oldincludedir = @oldincludedir@
                    229: pdfdir = @pdfdir@
                    230: prefix = @prefix@
                    231: program_transform_name = @program_transform_name@
                    232: psdir = @psdir@
                    233: sbindir = @sbindir@
                    234: sharedstatedir = @sharedstatedir@
                    235: srcdir = @srcdir@
                    236: subdirs = @subdirs@
                    237: sysconfdir = @sysconfdir@
                    238: target_alias = @target_alias@
                    239: top_build_prefix = @top_build_prefix@
                    240: top_builddir = @top_builddir@
                    241: top_srcdir = @top_srcdir@
                    242: 
                    243: #AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies
                    244: AUTOMAKE_OPTIONS = 
                    245: noinst_PROGRAMS = @PROPDELAY@ @CHUTEST@ @CLKTEST@
                    246: INCLUDES = -I$(top_srcdir)/include
                    247: # We need -lm (and perhaps $(COMPAT) for propdelay, -lntp for {chu,clk}test
                    248: propdelay_LDADD = -lm ../libntp/libntp.a
                    249: chutest_LDADD = ../libntp/libntp.a
                    250: clktest_LDADD = ../libntp/libntp.a
                    251: ETAGS_ARGS = Makefile.am
                    252: #EXTRA_DIST = TAGS
                    253: BUILT_SOURCES = .deps-ver
                    254: CLEANFILES = .deps-ver
                    255: all: $(BUILT_SOURCES)
                    256:        $(MAKE) $(AM_MAKEFLAGS) all-am
                    257: 
                    258: .SUFFIXES:
                    259: .SUFFIXES: .c .lo .o .obj
                    260: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/depsver.mf $(am__configure_deps)
                    261:        @for dep in $?; do \
                    262:          case '$(am__configure_deps)' in \
                    263:            *$$dep*) \
                    264:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    265:                && { if test -f $@; then exit 0; else break; fi; }; \
                    266:              exit 1;; \
                    267:          esac; \
                    268:        done; \
                    269:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clockstuff/Makefile'; \
                    270:        $(am__cd) $(top_srcdir) && \
                    271:          $(AUTOMAKE) --foreign clockstuff/Makefile
                    272: .PRECIOUS: Makefile
                    273: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    274:        @case '$?' in \
                    275:          *config.status*) \
                    276:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    277:          *) \
                    278:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    279:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    280:        esac;
                    281: 
                    282: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    283:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    284: 
                    285: $(top_srcdir)/configure:  $(am__configure_deps)
                    286:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    287: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    288:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    289: $(am__aclocal_m4_deps):
                    290: 
                    291: clean-noinstPROGRAMS:
                    292:        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
                    293:        echo " rm -f" $$list; \
                    294:        rm -f $$list || exit $$?; \
                    295:        test -n "$(EXEEXT)" || exit 0; \
                    296:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    297:        echo " rm -f" $$list; \
                    298:        rm -f $$list
                    299: propdelay$(EXEEXT): $(propdelay_OBJECTS) $(propdelay_DEPENDENCIES) 
                    300:        @rm -f propdelay$(EXEEXT)
                    301:        $(LINK) $(propdelay_OBJECTS) $(propdelay_LDADD) $(LIBS)
                    302: 
                    303: mostlyclean-compile:
                    304:        -rm -f *.$(OBJEXT)
                    305: 
                    306: distclean-compile:
                    307:        -rm -f *.tab.c
                    308: 
                    309: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chutest.Po@am__quote@
                    310: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clktest.Po@am__quote@
                    311: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/propdelay.Po@am__quote@
                    312: 
                    313: .c.o:
                    314: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    315: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    316: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    317: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    318: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
                    319: 
                    320: .c.obj:
                    321: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    322: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    323: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    324: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    325: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
                    326: 
                    327: .c.lo:
                    328: @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    329: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
                    330: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
                    331: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    332: @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
                    333: 
                    334: mostlyclean-libtool:
                    335:        -rm -f *.lo
                    336: 
                    337: clean-libtool:
                    338:        -rm -rf .libs _libs
                    339: 
                    340: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    341:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    342:        unique=`for i in $$list; do \
                    343:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    344:          done | \
                    345:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    346:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    347:        mkid -fID $$unique
                    348: tags: TAGS
                    349: 
                    350: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    351:                $(TAGS_FILES) $(LISP)
                    352:        set x; \
                    353:        here=`pwd`; \
                    354:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    355:        unique=`for i in $$list; do \
                    356:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    357:          done | \
                    358:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    359:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    360:        shift; \
                    361:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    362:          test -n "$$unique" || unique=$$empty_fix; \
                    363:          if test $$# -gt 0; then \
                    364:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    365:              "$$@" $$unique; \
                    366:          else \
                    367:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    368:              $$unique; \
                    369:          fi; \
                    370:        fi
                    371: ctags: CTAGS
                    372: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    373:                $(TAGS_FILES) $(LISP)
                    374:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    375:        unique=`for i in $$list; do \
                    376:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    377:          done | \
                    378:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    379:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    380:        test -z "$(CTAGS_ARGS)$$unique" \
                    381:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    382:             $$unique
                    383: 
                    384: GTAGS:
                    385:        here=`$(am__cd) $(top_builddir) && pwd` \
                    386:          && $(am__cd) $(top_srcdir) \
                    387:          && gtags -i $(GTAGS_ARGS) "$$here"
                    388: 
                    389: distclean-tags:
                    390:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    391: 
                    392: distdir: $(DISTFILES)
                    393:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    394:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    395:        list='$(DISTFILES)'; \
                    396:          dist_files=`for file in $$list; do echo $$file; done | \
                    397:          sed -e "s|^$$srcdirstrip/||;t" \
                    398:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    399:        case $$dist_files in \
                    400:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    401:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    402:                           sort -u` ;; \
                    403:        esac; \
                    404:        for file in $$dist_files; do \
                    405:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    406:          if test -d $$d/$$file; then \
                    407:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    408:            if test -d "$(distdir)/$$file"; then \
                    409:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    410:            fi; \
                    411:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    412:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    413:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    414:            fi; \
                    415:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    416:          else \
                    417:            test -f "$(distdir)/$$file" \
                    418:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    419:            || exit 1; \
                    420:          fi; \
                    421:        done
                    422: check-am: all-am
                    423: check: $(BUILT_SOURCES)
                    424:        $(MAKE) $(AM_MAKEFLAGS) check-am
                    425: all-am: Makefile $(PROGRAMS)
                    426: installdirs:
                    427: install: $(BUILT_SOURCES)
                    428:        $(MAKE) $(AM_MAKEFLAGS) install-am
                    429: install-exec: install-exec-am
                    430: install-data: install-data-am
                    431: uninstall: uninstall-am
                    432: 
                    433: install-am: all-am
                    434:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    435: 
                    436: installcheck: installcheck-am
                    437: install-strip:
                    438:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    439:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    440:          `test -z '$(STRIP)' || \
                    441:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    442: mostlyclean-generic:
                    443: 
                    444: clean-generic:
                    445:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    446: 
                    447: distclean-generic:
                    448:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    449:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    450: 
                    451: maintainer-clean-generic:
                    452:        @echo "This command is intended for maintainers to use"
                    453:        @echo "it deletes files that may require special tools to rebuild."
                    454:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    455: clean: clean-am
                    456: 
                    457: clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
                    458:        mostlyclean-am
                    459: 
                    460: distclean: distclean-am
                    461:        -rm -rf ./$(DEPDIR)
                    462:        -rm -f Makefile
                    463: distclean-am: clean-am distclean-compile distclean-generic \
                    464:        distclean-tags
                    465: 
                    466: dvi: dvi-am
                    467: 
                    468: dvi-am:
                    469: 
                    470: html: html-am
                    471: 
                    472: html-am:
                    473: 
                    474: info: info-am
                    475: 
                    476: info-am:
                    477: 
                    478: install-data-am:
                    479: 
                    480: install-dvi: install-dvi-am
                    481: 
                    482: install-dvi-am:
                    483: 
                    484: install-exec-am:
                    485: 
                    486: install-html: install-html-am
                    487: 
                    488: install-html-am:
                    489: 
                    490: install-info: install-info-am
                    491: 
                    492: install-info-am:
                    493: 
                    494: install-man:
                    495: 
                    496: install-pdf: install-pdf-am
                    497: 
                    498: install-pdf-am:
                    499: 
                    500: install-ps: install-ps-am
                    501: 
                    502: install-ps-am:
                    503: 
                    504: installcheck-am:
                    505: 
                    506: maintainer-clean: maintainer-clean-am
                    507:        -rm -rf ./$(DEPDIR)
                    508:        -rm -f Makefile
                    509: maintainer-clean-am: distclean-am maintainer-clean-generic
                    510: 
                    511: mostlyclean: mostlyclean-am
                    512: 
                    513: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    514:        mostlyclean-libtool
                    515: 
                    516: pdf: pdf-am
                    517: 
                    518: pdf-am:
                    519: 
                    520: ps: ps-am
                    521: 
                    522: ps-am:
                    523: 
                    524: uninstall-am:
                    525: 
                    526: .MAKE: all check install install-am install-strip
                    527: 
                    528: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    529:        clean-libtool clean-noinstPROGRAMS ctags distclean \
                    530:        distclean-compile distclean-generic distclean-libtool \
                    531:        distclean-tags distdir dvi dvi-am html html-am info info-am \
                    532:        install install-am install-data install-data-am install-dvi \
                    533:        install-dvi-am install-exec install-exec-am install-html \
                    534:        install-html-am install-info install-info-am install-man \
                    535:        install-pdf install-pdf-am install-ps install-ps-am \
                    536:        install-strip installcheck installcheck-am installdirs \
                    537:        maintainer-clean maintainer-clean-generic mostlyclean \
                    538:        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
                    539:        pdf pdf-am ps ps-am tags uninstall uninstall-am
                    540: 
                    541: 
                    542: # clktest-opts.def wants ../include/copyright.def ../include/homerc.def
                    543: 
                    544: chutest$(EXEEXT): ../libntp/libntp.a
                    545: 
                    546: clktest$(EXEEXT): ../libntp/libntp.a
                    547: $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
                    548:        @[ -f $@ ] ||                                                   \
                    549:                cp $(top_srcdir)/deps-ver $@
                    550:        @[ -w $@ ] ||                                                   \
                    551:                chmod ug+w $@
                    552:        @cmp $(top_srcdir)/deps-ver $@ > /dev/null || (                 \
                    553:                $(MAKE) clean &&                                        \
                    554:                echo -n "Prior $(subdir)/$(DEPDIR) version " &&         \
                    555:                cat $@ &&                                               \
                    556:                rm -rf $(DEPDIR) &&                                     \
                    557:                mkdir $(DEPDIR) &&                                      \
                    558:                case "$(top_builddir)" in                               \
                    559:                 .)                                                     \
                    560:                    ./config.status Makefile depfiles                   \
                    561:                    ;;                                                  \
                    562:                 ..)                                                    \
                    563:                        cd .. &&                                        \
                    564:                        ./config.status $(subdir)/Makefile depfiles &&  \
                    565:                        cd $(subdir)                                    \
                    566:                    ;;                                                  \
                    567:                 *)                                                     \
                    568:                    echo 'Fatal: depsver.mf Automake fragment limited'  \
                    569:                         'to immediate subdirectories.' &&              \
                    570:                    echo "top_builddir: $(top_builddir)" &&             \
                    571:                    echo "subdir:       $(subdir)" &&                   \
                    572:                    exit 1                                              \
                    573:                    ;;                                                  \
                    574:                esac &&                                                 \
                    575:                echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&       \
                    576:                cat $(top_srcdir)/deps-ver                              \
                    577:        )
                    578:        cp $(top_srcdir)/deps-ver $@
                    579: 
                    580: .deps-ver: $(top_srcdir)/deps-ver
                    581:        @[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
                    582:        @touch $@
                    583: 
                    584: #
                    585: # depsver.mf   included in Makefile.am for directories with .deps
                    586: #
                    587: # When building in the same directory with sources that change over
                    588: # time, such as when tracking using bk, the .deps files can become
                    589: # stale with respect to moved, deleted, or superceded headers.  Most
                    590: # commonly, this would exhibit as make reporting a failure to make a
                    591: # header file which is no longer in the location given.  To address
                    592: # this issue, we use a deps-ver file which is updated with each change
                    593: # that breaks old .deps files.  A copy of deps-ver is made into
                    594: # $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
                    595: # with different contents than deps-ver, we make clean to ensure all
                    596: # .o files built before the incompatible change are rebuilt along with
                    597: # their updated .deps files, then remove $(DEPDIR) and recreate it as
                    598: # empty stubs.
                    599: #
                    600: # It is normal when configured with --disable-dependency-tracking for
                    601: # the DEPDIR to not have been created.  For this reason, we use the
                    602: # intermediate target .deps-ver, which invokes make recursively if
                    603: # DEPDIR exists.
                    604: #
                    605: # If you modify depsver.mf, please make the changes to the master
                    606: # copy, the one in sntp is copied by the bootstrap script from it.
                    607: #
                    608: # This comment block follows rather than leads the related code so that
                    609: # it stays with it in the generated Makefile.in and Makefile.
                    610: #
                    611: 
                    612: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    613: # Otherwise a system limit (for SysV at least) may be exceeded.
                    614: .NOEXPORT:

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