From: Harlan Stenn Date: Sun, 25 Jul 1999 04:52:33 +0000 (-0000) Subject: Many files: X-Git-Tag: NTP_4_0_94b~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25eb00ec0a23e84b134690062eb8a6ff0a0ba48a;p=thirdparty%2Fntp.git Many files: * include/ntp_syscall.h (ntp_gettime): Make it static * configure.in: Added AC_C_INLINE Reported by: "Charles C. Fu" bk: 379a9811gqmP-OcheAlooGYVSuBxTQ --- diff --git a/ChangeLog b/ChangeLog index 0f0008d19..5bdb13e78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-07-24 Harlan Stenn + + * include/ntp_syscall.h (ntp_gettime): Make it static + * configure.in: Added AC_C_INLINE + Reported by: "Charles C. Fu" + 1999-07-23 Harlan Stenn * include/ntpd.h: @@ -28,6 +34,8 @@ 1999-07-21 Harlan Stenn + * configure.in: 4.0.94a + * configure.in (ac_cv_make_ntptime): Add tv_nsec check. * include/Makefile.am (noinst_HEADERS): Forgot ntp_syscall.h diff --git a/config.h.in b/config.h.in index bd3ed16b6..8a9cd218a 100644 --- a/config.h.in +++ b/config.h.in @@ -18,6 +18,9 @@ /* Define to `int' if doesn't define. */ #undef gid_t +/* Define as __inline if that's what the C compiler calls it. */ +#undef inline + /* Define if on MINIX. */ #undef _MINIX diff --git a/configure b/configure index 742465fc6..86ad4a83c 100755 --- a/configure +++ b/configure @@ -4193,15 +4193,55 @@ EOF fi +echo $ac_n "checking for inline""... $ac_c" 1>&6 +echo "configure:4198: checking for inline" >&5 +if eval "test \"\${ac_cv_c_inline+set}\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_c_inline=$ac_kw; break +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 +fi +rm -f conftest* +done + +fi + +echo "$ac_t""$ac_cv_c_inline" 1>&6 +case "$ac_cv_c_inline" in + inline | yes) ;; + no) cat >> confdefs.h <<\EOF +#define inline +EOF + ;; + *) cat >> confdefs.h <&6 -echo "configure:4198: checking whether char is unsigned" >&5 +echo "configure:4238: checking whether char is unsigned" >&5 if eval "test \"\${ac_cv_c_char_unsigned+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else if test "$GCC" = yes; then # GCC predefines this symbol on systems where it applies. cat > conftest.$ac_ext <&2; exit 1; } else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_char_unsigned=yes else @@ -4258,7 +4298,7 @@ fi case "$host" in $target) echo $ac_n "checking size of signed char""... $ac_c" 1>&6 -echo "configure:4262: checking size of signed char" >&5 +echo "configure:4302: checking size of signed char" >&5 if eval "test \"\${ac_cv_sizeof_signed_char+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4266,7 +4306,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@ -4277,7 +4317,7 @@ main() exit(0); } EOF -if { (eval echo configure:4281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_signed_char=`cat conftestval` else @@ -4300,7 +4340,7 @@ EOF *) case "$target" in *-*-vxworks*) echo $ac_n "checking size of signed char""... $ac_c" 1>&6 -echo "configure:4304: checking size of signed char" >&5 +echo "configure:4344: checking size of signed char" >&5 if eval "test \"\${ac_cv_sizeof_signed_char+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4308,7 +4348,7 @@ else ac_cv_sizeof_signed_char=1 else cat > conftest.$ac_ext < main() @@ -4319,7 +4359,7 @@ main() exit(0); } EOF -if { (eval echo configure:4323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_signed_char=`cat conftestval` else @@ -4348,7 +4388,7 @@ esac case "$host" in $target) echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:4352: checking size of int" >&5 +echo "configure:4392: checking size of int" >&5 if eval "test \"\${ac_cv_sizeof_int+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4356,7 +4396,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@ -4367,7 +4407,7 @@ main() exit(0); } EOF -if { (eval echo configure:4371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_int=`cat conftestval` else @@ -4390,7 +4430,7 @@ EOF *) case "$target" in *-*-vxworks*) echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:4394: checking size of int" >&5 +echo "configure:4434: checking size of int" >&5 if eval "test \"\${ac_cv_sizeof_int+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4398,7 +4438,7 @@ else ac_cv_sizeof_int=4 else cat > conftest.$ac_ext < main() @@ -4409,7 +4449,7 @@ main() exit(0); } EOF -if { (eval echo configure:4413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_int=`cat conftestval` else @@ -4438,7 +4478,7 @@ esac case "$host" in $target) echo $ac_n "checking size of long""... $ac_c" 1>&6 -echo "configure:4442: checking size of long" >&5 +echo "configure:4482: checking size of long" >&5 if eval "test \"\${ac_cv_sizeof_long+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4446,7 +4486,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@ -4457,7 +4497,7 @@ main() exit(0); } EOF -if { (eval echo configure:4461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long=`cat conftestval` else @@ -4480,7 +4520,7 @@ EOF *) case "$target" in *-*-vxworks*) echo $ac_n "checking size of long""... $ac_c" 1>&6 -echo "configure:4484: checking size of long" >&5 +echo "configure:4524: checking size of long" >&5 if eval "test \"\${ac_cv_sizeof_long+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4488,7 +4528,7 @@ else ac_cv_sizeof_long=4 else cat > conftest.$ac_ext < main() @@ -4499,7 +4539,7 @@ main() exit(0); } EOF -if { (eval echo configure:4503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long=`cat conftestval` else @@ -4526,12 +4566,12 @@ EOF esac echo $ac_n "checking for s_char""... $ac_c" 1>&6 -echo "configure:4530: checking for s_char" >&5 +echo "configure:4570: checking for s_char" >&5 if eval "test \"\${ac_cv_type_s_char+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -4591,12 +4631,12 @@ EOF ;; esac echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:4595: checking for uid_t in sys/types.h" >&5 +echo "configure:4635: checking for uid_t in sys/types.h" >&5 if eval "test \"\${ac_cv_type_uid_t+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF @@ -4630,12 +4670,12 @@ case "$target" in for ac_func in __adjtimex __ntp_gettime do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4634: checking for $ac_func" >&5 +echo "configure:4674: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4696,12 +4736,12 @@ case "$target" in *) for ac_func in clock_settime do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4700: checking for $ac_func" >&5 +echo "configure:4740: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4754,12 +4794,12 @@ esac for ac_func in daemon getbootfile getdtablesize getrusage do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4758: checking for $ac_func" >&5 +echo "configure:4798: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4810,12 +4850,12 @@ done for ac_func in gettimeofday do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4814: checking for $ac_func" >&5 +echo "configure:4854: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4869,12 +4909,12 @@ case "$target" in *) for ac_func in getuid do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4873: checking for $ac_func" >&5 +echo "configure:4913: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4927,12 +4967,12 @@ esac for ac_func in K_open kvm_open memcpy memmove memset do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4931: checking for $ac_func" >&5 +echo "configure:4971: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4987,12 +5027,12 @@ case "$target" in *) for ac_func in mkstemp do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4991: checking for $ac_func" >&5 +echo "configure:5031: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5045,12 +5085,12 @@ esac for ac_func in mktime do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5049: checking for $ac_func" >&5 +echo "configure:5089: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5113,12 +5153,12 @@ case "$target" in *) for ac_func in mlockall do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5117: checking for $ac_func" >&5 +echo "configure:5157: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5171,12 +5211,12 @@ esac for ac_func in nice nlist do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5175: checking for $ac_func" >&5 +echo "configure:5215: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5231,12 +5271,12 @@ case "$target" in *) for ac_func in ntp_adjtime ntp_gettime do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5235: checking for $ac_func" >&5 +echo "configure:5275: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5289,12 +5329,12 @@ esac for ac_func in plock pututline pututxline rtprio do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5293: checking for $ac_func" >&5 +echo "configure:5333: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5345,12 +5385,12 @@ done for ac_func in random srandom mrand48 srand48 do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5349: checking for $ac_func" >&5 +echo "configure:5389: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5408,12 +5448,12 @@ case "$target" in *) for ac_func in sched_setscheduler do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5412: checking for $ac_func" >&5 +echo "configure:5452: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5466,12 +5506,12 @@ esac for ac_func in setlinebuf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5470: checking for $ac_func" >&5 +echo "configure:5510: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5522,12 +5562,12 @@ done for ac_func in setpgid setpriority setsid settimeofday setvbuf sigaction do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5526: checking for $ac_func" >&5 +echo "configure:5566: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5578,12 +5618,12 @@ done for ac_func in sigvec sigset sigsuspend stime strchr sysconf sysctl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5582: checking for $ac_func" >&5 +echo "configure:5622: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5634,12 +5674,12 @@ done for ac_func in strerror do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5638: checking for $ac_func" >&5 +echo "configure:5678: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5702,12 +5742,12 @@ case "$target" in *) for ac_func in timer_create timer_settime do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5706: checking for $ac_func" >&5 +echo "configure:5746: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5764,12 +5804,12 @@ case "$target" in *) for ac_func in umask do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5768: checking for $ac_func" >&5 +echo "configure:5808: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5822,12 +5862,12 @@ esac for ac_func in uname updwtmp updwtmpx vsprintf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5826: checking for $ac_func" >&5 +echo "configure:5866: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5877,12 +5917,12 @@ done echo $ac_n "checking number of arguments to gettimeofday()""... $ac_c" 1>&6 -echo "configure:5881: checking number of arguments to gettimeofday()" >&5 +echo "configure:5921: checking number of arguments to gettimeofday()" >&5 if eval "test \"\${ac_cv_func_Xettimeofday_nargs+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { @@ -5892,7 +5932,7 @@ settimeofday((struct timeval*)0,(struct timezone*)0); ; return 0; } EOF -if { (eval echo configure:5896: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_func_Xettimeofday_nargs=2 else @@ -5914,12 +5954,12 @@ EOF fi echo $ac_n "checking number of arguments taken by setpgrp()""... $ac_c" 1>&6 -echo "configure:5918: checking number of arguments taken by setpgrp()" >&5 +echo "configure:5958: checking number of arguments taken by setpgrp()" >&5 if eval "test \"\${ac_cv_func_setpgrp_nargs+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5977: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_func_setpgrp_nargs=2 else @@ -5958,12 +5998,12 @@ save_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -I$srcdir/include" echo $ac_n "checking argument pointer type of qsort()'s compare function and base""... $ac_c" 1>&6 -echo "configure:5962: checking argument pointer type of qsort()'s compare function and base" >&5 +echo "configure:6002: checking argument pointer type of qsort()'s compare function and base" >&5 if eval "test \"\${ac_cv_func_qsort_argtype+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6030: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_func_qsort_argtype=void else @@ -6012,12 +6052,12 @@ esac CFLAGS=$save_CFLAGS echo $ac_n "checking if we need to declare 'errno'""... $ac_c" 1>&6 -echo "configure:6016: checking if we need to declare 'errno'" >&5 +echo "configure:6056: checking if we need to declare 'errno'" >&5 if eval "test \"\${ac_cv_decl_errno+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -6026,7 +6066,7 @@ int main() { errno = 0; ; return 0; } EOF -if { (eval echo configure:6030: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6070: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_decl_errno=no else @@ -6047,12 +6087,12 @@ EOF esac echo $ac_n "checking if we may declare 'h_errno'""... $ac_c" 1>&6 -echo "configure:6051: checking if we may declare 'h_errno'" >&5 +echo "configure:6091: checking if we may declare 'h_errno'" >&5 if eval "test \"\${ac_cv_decl_h_errno+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #ifdef HAVE_NETINET_IN_H @@ -6068,7 +6108,7 @@ int main() { extern int h_errno; ; return 0; } EOF -if { (eval echo configure:6072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6112: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_decl_h_errno=yes else @@ -6089,12 +6129,12 @@ EOF esac echo $ac_n "checking if declaring 'char *sys_errlist' is ok""... $ac_c" 1>&6 -echo "configure:6093: checking if declaring 'char *sys_errlist' is ok" >&5 +echo "configure:6133: checking if declaring 'char *sys_errlist' is ok" >&5 if eval "test \"\${ac_cv_decl_sys_errlist+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #ifdef HAVE_ERRNO_H @@ -6105,7 +6145,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:6109: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6149: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_decl_sys_errlist=yes else @@ -6126,12 +6166,12 @@ EOF esac echo $ac_n "checking if declaring 'syscall()' is ok""... $ac_c" 1>&6 -echo "configure:6130: checking if declaring 'syscall()' is ok" >&5 +echo "configure:6170: checking if declaring 'syscall()' is ok" >&5 if eval "test \"\${ac_cv_decl_syscall+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6194: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_decl_syscall=yes else @@ -6417,7 +6457,7 @@ EOF esac echo $ac_n "checking if we should use a streams device for ifconfig""... $ac_c" 1>&6 -echo "configure:6421: checking if we should use a streams device for ifconfig" >&5 +echo "configure:6461: checking if we should use a streams device for ifconfig" >&5 if eval "test \"\${ac_cv_var_use_streams_device_for_ifconfig+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6427,7 +6467,7 @@ fi echo "$ac_t""$ac_cv_var_use_streams_device_for_ifconfig" 1>&6 echo $ac_n "checking if we need extra room for SO_RCVBUF""... $ac_c" 1>&6 -echo "configure:6431: checking if we need extra room for SO_RCVBUF" >&5 +echo "configure:6471: checking if we need extra room for SO_RCVBUF" >&5 if eval "test \"\${ac_cv_var_rcvbuf_slop+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6449,7 +6489,7 @@ EOF esac echo $ac_n "checking if we will open the broadcast socket""... $ac_c" 1>&6 -echo "configure:6453: checking if we will open the broadcast socket" >&5 +echo "configure:6493: checking if we will open the broadcast socket" >&5 if eval "test \"\${ac_cv_var_open_bcast_socket+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6474,7 +6514,7 @@ EOF esac echo $ac_n "checking if we want the HPUX version of FindConfig()""... $ac_c" 1>&6 -echo "configure:6478: checking if we want the HPUX version of FindConfig()" >&5 +echo "configure:6518: checking if we want the HPUX version of FindConfig()" >&5 if eval "test \"\${ac_cv_var_hpux_findconfig+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6496,7 +6536,7 @@ EOF esac echo $ac_n "checking if process groups are set with -pid""... $ac_c" 1>&6 -echo "configure:6500: checking if process groups are set with -pid" >&5 +echo "configure:6540: checking if process groups are set with -pid" >&5 if eval "test \"\${ac_cv_arg_setpgrp_negpid+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6532,7 +6572,7 @@ EOF esac echo $ac_n "checking if we need a ctty for F_SETOWN""... $ac_c" 1>&6 -echo "configure:6536: checking if we need a ctty for F_SETOWN" >&5 +echo "configure:6576: checking if we need a ctty for F_SETOWN" >&5 if eval "test \"\${ac_cv_func_ctty_for_f_setown+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6562,7 +6602,7 @@ esac ntp_warning='GRONK' echo $ac_n "checking if we'll use clock_settime or settimeofday or stime""... $ac_c" 1>&6 -echo "configure:6566: checking if we'll use clock_settime or settimeofday or stime" >&5 +echo "configure:6606: checking if we'll use clock_settime or settimeofday or stime" >&5 case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in yes*) ntp_warning='' @@ -6591,7 +6631,7 @@ case "$ntp_warning" in esac echo $ac_n "checking if we have a losing syscall()""... $ac_c" 1>&6 -echo "configure:6595: checking if we have a losing syscall()" >&5 +echo "configure:6635: checking if we have a losing syscall()" >&5 if eval "test \"\${ac_cv_var_syscall_bug+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6614,7 +6654,7 @@ EOF esac echo $ac_n "checking for Streams/TLI""... $ac_c" 1>&6 -echo "configure:6618: checking for Streams/TLI" >&5 +echo "configure:6658: checking for Streams/TLI" >&5 if eval "test \"\${ac_cv_var_streams_tli+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6643,12 +6683,12 @@ EOF esac echo $ac_n "checking for SIGIO""... $ac_c" 1>&6 -echo "configure:6647: checking for SIGIO" >&5 +echo "configure:6687: checking for SIGIO" >&5 if eval "test \"\${ac_cv_hdr_def_sigio+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #ifdef SIGIO @@ -6671,7 +6711,7 @@ fi echo "$ac_t""$ac_cv_hdr_def_sigio" 1>&6 echo $ac_n "checking if we want to use signalled IO""... $ac_c" 1>&6 -echo "configure:6675: checking if we want to use signalled IO" >&5 +echo "configure:6715: checking if we want to use signalled IO" >&5 if eval "test \"\${ac_cv_var_signalled_io+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6722,12 +6762,12 @@ EOF esac echo $ac_n "checking for SIGPOLL""... $ac_c" 1>&6 -echo "configure:6726: checking for SIGPOLL" >&5 +echo "configure:6766: checking for SIGPOLL" >&5 if eval "test \"\${ac_cv_hdr_def_sigpoll+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #ifdef SIGPOLL @@ -6750,12 +6790,12 @@ fi echo "$ac_t""$ac_cv_hdr_def_sigpoll" 1>&6 echo $ac_n "checking for SIGSYS""... $ac_c" 1>&6 -echo "configure:6754: checking for SIGSYS" >&5 +echo "configure:6794: checking for SIGSYS" >&5 if eval "test \"\${ac_cv_hdr_def_sigsys+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #ifdef SIGSYS @@ -6778,7 +6818,7 @@ fi echo "$ac_t""$ac_cv_hdr_def_sigsys" 1>&6 echo $ac_n "checking if we can use SIGPOLL for UDP I/O""... $ac_c" 1>&6 -echo "configure:6782: checking if we can use SIGPOLL for UDP I/O" >&5 +echo "configure:6822: checking if we can use SIGPOLL for UDP I/O" >&5 if eval "test \"\${ac_cv_var_use_udp_sigpoll+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6833,7 +6873,7 @@ EOF esac echo $ac_n "checking if we can use SIGPOLL for TTY I/O""... $ac_c" 1>&6 -echo "configure:6837: checking if we can use SIGPOLL for TTY I/O" >&5 +echo "configure:6877: checking if we can use SIGPOLL for TTY I/O" >&5 if eval "test \"\${ac_cv_var_use_tty_sigpoll+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6888,7 +6928,7 @@ EOF esac echo $ac_n "checking if nlist() values might require extra indirection""... $ac_c" 1>&6 -echo "configure:6892: checking if nlist() values might require extra indirection" >&5 +echo "configure:6932: checking if nlist() values might require extra indirection" >&5 if eval "test \"\${ac_cv_var_nlist_extra_indirection+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6910,7 +6950,7 @@ EOF esac echo $ac_n "checking for a minimum recommended value of tickadj""... $ac_c" 1>&6 -echo "configure:6914: checking for a minimum recommended value of tickadj" >&5 +echo "configure:6954: checking for a minimum recommended value of tickadj" >&5 if eval "test \"\${ac_cv_var_min_rec_tickadj+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6933,7 +6973,7 @@ EOF esac echo $ac_n "checking if the TTY code permits PARENB and IGNPAR""... $ac_c" 1>&6 -echo "configure:6937: checking if the TTY code permits PARENB and IGNPAR" >&5 +echo "configure:6977: checking if the TTY code permits PARENB and IGNPAR" >&5 if eval "test \"\${ac_cv_var_no_parenb_ignpar+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6958,7 +6998,7 @@ EOF esac echo $ac_n "checking if we're including debugging code""... $ac_c" 1>&6 -echo "configure:6962: checking if we're including debugging code" >&5 +echo "configure:7002: checking if we're including debugging code" >&5 # Check whether --enable-debugging or --disable-debugging was given. if test "${enable_debugging+set}" = set; then enableval="$enable_debugging" @@ -6976,7 +7016,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking for a the number of minutes in a DST adjustment""... $ac_c" 1>&6 -echo "configure:6980: checking for a the number of minutes in a DST adjustment" >&5 +echo "configure:7020: checking for a the number of minutes in a DST adjustment" >&5 # Check whether --enable-dst_minutes or --disable-dst_minutes was given. if test "${enable_dst_minutes+set}" = set; then enableval="$enable_dst_minutes" @@ -6992,7 +7032,7 @@ EOF echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we have the tty_clk line discipline/streams module""... $ac_c" 1>&6 -echo "configure:6996: checking if we have the tty_clk line discipline/streams module" >&5 +echo "configure:7036: checking if we have the tty_clk line discipline/streams module" >&5 if eval "test \"\${ac_cv_var_tty_clk+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7008,7 +7048,7 @@ EOF esac echo $ac_n "checking for the ppsclock streams module""... $ac_c" 1>&6 -echo "configure:7012: checking for the ppsclock streams module" >&5 +echo "configure:7052: checking for the ppsclock streams module" >&5 if eval "test \"\${ac_cv_var_ppsclock+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7024,7 +7064,7 @@ EOF esac echo $ac_n "checking for kernel multicast support""... $ac_c" 1>&6 -echo "configure:7028: checking for kernel multicast support" >&5 +echo "configure:7068: checking for kernel multicast support" >&5 if eval "test \"\${ac_cv_var_mcast+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7032,7 +7072,7 @@ else case "$target" in i386-sequent-sysv4) ;; *) cat > conftest.$ac_ext < #ifdef IP_ADD_MEMBERSHIP @@ -7059,7 +7099,7 @@ EOF esac echo $ac_n "checking availability of ntp_{adj,get}time()""... $ac_c" 1>&6 -echo "configure:7063: checking availability of ntp_{adj,get}time()" >&5 +echo "configure:7103: checking availability of ntp_{adj,get}time()" >&5 if eval "test \"\${ac_cv_var_ntp_syscalls+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7073,7 +7113,7 @@ else ac_cv_var_ntp_syscalls=libc ;; *) cat > conftest.$ac_ext < #if defined(SYS_ntp_gettime) && defined(SYS_ntp_adjtime) @@ -7113,12 +7153,12 @@ EOF esac echo $ac_n "checking if sys/timex.h has STA_FLL""... $ac_c" 1>&6 -echo "configure:7117: checking if sys/timex.h has STA_FLL" >&5 +echo "configure:7157: checking if sys/timex.h has STA_FLL" >&5 if eval "test \"\${ac_cv_var_sta_fll+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #ifdef STA_FLL @@ -7141,12 +7181,12 @@ fi echo "$ac_t""$ac_cv_var_sta_fll" 1>&6 echo $ac_n "checking for struct timespec in struct ntptimeval""... $ac_c" 1>&6 -echo "configure:7145: checking for struct timespec in struct ntptimeval" >&5 +echo "configure:7185: checking for struct timespec in struct ntptimeval" >&5 if eval "test \"\${ac_cv_struct_ntptimeval_timespec+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -7154,7 +7194,7 @@ int main() { struct ntptimeval n; n.time.tv_nsec = 0; ; return 0; } EOF -if { (eval echo configure:7158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7198: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_ntptimeval_timespec=yes else @@ -7175,7 +7215,7 @@ EOF fi echo $ac_n "checking if we have kernel PLL support""... $ac_c" 1>&6 -echo "configure:7179: checking if we have kernel PLL support" >&5 +echo "configure:7219: checking if we have kernel PLL support" >&5 if eval "test \"\${ac_cv_var_kernel_pll+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7199,7 +7239,7 @@ EOF esac echo $ac_n "checking if SIOCGIFCONF returns buffer size in the buffer""... $ac_c" 1>&6 -echo "configure:7203: checking if SIOCGIFCONF returns buffer size in the buffer" >&5 +echo "configure:7243: checking if SIOCGIFCONF returns buffer size in the buffer" >&5 if eval "test \"\${ac_cv_var_size_returned_in_buffer+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7228,7 +7268,7 @@ esac echo $ac_n "checking if we want to use MD5 authentication""... $ac_c" 1>&6 -echo "configure:7232: checking if we want to use MD5 authentication" >&5 +echo "configure:7272: checking if we want to use MD5 authentication" >&5 if eval "test \"\${ac_cv_var_use_md5+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7253,10 +7293,10 @@ esac # Check for ioctls TIOCGPPSEV echo $ac_n "checking ioctl TIOCGPPSEV""... $ac_c" 1>&6 -echo "configure:7257: checking ioctl TIOCGPPSEV" >&5 +echo "configure:7297: checking ioctl TIOCGPPSEV" >&5 if test "$ac_cv_header_termios_h" = "yes"; then cat > conftest.$ac_ext < #ifdef TIOCGPPSEV @@ -7289,10 +7329,10 @@ echo "$ac_t""$ntp_ok" 1>&6 # Check for ioctls TIOCSPPS echo $ac_n "checking ioctl TIOCSPPS""... $ac_c" 1>&6 -echo "configure:7293: checking ioctl TIOCSPPS" >&5 +echo "configure:7333: checking ioctl TIOCSPPS" >&5 if test "$ac_cv_header_termios_h" = "yes"; then cat > conftest.$ac_ext < #ifdef TIOCSPPS @@ -7324,10 +7364,10 @@ echo "$ac_t""$ntp_ok" 1>&6 # Check for ioctls CIOGETEV echo $ac_n "checking ioctl CIOGETEV""... $ac_c" 1>&6 -echo "configure:7328: checking ioctl CIOGETEV" >&5 +echo "configure:7368: checking ioctl CIOGETEV" >&5 if test "$ac_cv_header_sys_ppsclock_h" = "yes"; then cat > conftest.$ac_ext < #ifdef CIOGETEV @@ -7384,17 +7424,17 @@ esac # Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG ac_safe=`echo "linux/serial.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for linux/serial.h""... $ac_c" 1>&6 -echo "configure:7388: checking for linux/serial.h" >&5 +echo "configure:7428: checking for linux/serial.h" >&5 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7438: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7416,11 +7456,11 @@ else fi echo $ac_n "checking ioctl TIOCGSERIAL""... $ac_c" 1>&6 -echo "configure:7420: checking ioctl TIOCGSERIAL" >&5 +echo "configure:7460: checking ioctl TIOCGSERIAL" >&5 case "$ac_cv_header_sys_ppsclock_h$ac_cv_header_linux_serial_h" in yesyes) cat > conftest.$ac_ext < typedef int u_int; @@ -7467,7 +7507,7 @@ ntp_refclock=no # HPUX only, and by explicit request echo $ac_n "checking Datum/Bancomm bc635/VME interface""... $ac_c" 1>&6 -echo "configure:7471: checking Datum/Bancomm bc635/VME interface" >&5 +echo "configure:7511: checking Datum/Bancomm bc635/VME interface" >&5 # Check whether --enable-BANCOMM or --disable-BANCOMM was given. if test "${enable_BANCOMM+set}" = set; then enableval="$enable_BANCOMM" @@ -7491,7 +7531,7 @@ esac #HPUX only, and only by explicit request echo $ac_n "checking TrueTime GPS receiver/VME interface""... $ac_c" 1>&6 -echo "configure:7495: checking TrueTime GPS receiver/VME interface" >&5 +echo "configure:7535: checking TrueTime GPS receiver/VME interface" >&5 # Check whether --enable-GPSVME or --disable-GPSVME was given. if test "${enable_GPSVME+set}" = set; then enableval="$enable_GPSVME" @@ -7514,7 +7554,7 @@ case "$ntp_ok$target" in esac echo $ac_n "checking for PCL720 clock support""... $ac_c" 1>&6 -echo "configure:7518: checking for PCL720 clock support" >&5 +echo "configure:7558: checking for PCL720 clock support" >&5 case "$ac_cv_header_machine_inline_h$ac_cv_header_sys_pcl720_h$ac_cv_header_sys_i8253_h" in yesyesyes) cat >> confdefs.h <<\EOF @@ -7530,7 +7570,7 @@ esac echo "$ac_t""$ans" 1>&6 echo $ac_n "checking for SHM clock attached thru shared memory""... $ac_c" 1>&6 -echo "configure:7534: checking for SHM clock attached thru shared memory" >&5 +echo "configure:7574: checking for SHM clock attached thru shared memory" >&5 # Check whether --enable-SHM or --disable-SHM was given. if test "${enable_SHM+set}" = set; then enableval="$enable_SHM" @@ -7549,7 +7589,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking for ONCORE Motorola VP/UT Oncore GPS""... $ac_c" 1>&6 -echo "configure:7553: checking for ONCORE Motorola VP/UT Oncore GPS" >&5 +echo "configure:7593: checking for ONCORE Motorola VP/UT Oncore GPS" >&5 # Check whether --enable-ONCORE or --disable-ONCORE was given. if test "${enable_ONCORE+set}" = set; then enableval="$enable_ONCORE" @@ -7571,7 +7611,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking for default inclusion of all suitable non-PARSE clocks""... $ac_c" 1>&6 -echo "configure:7575: checking for default inclusion of all suitable non-PARSE clocks" >&5 +echo "configure:7615: checking for default inclusion of all suitable non-PARSE clocks" >&5 # Check whether --enable-all-clocks or --disable-all-clocks was given. if test "${enable_all_clocks+set}" = set; then enableval="$enable_all_clocks" @@ -7583,7 +7623,7 @@ fi echo "$ac_t""$ntp_eac" 1>&6 echo $ac_n "checking if we have support for PARSE clocks""... $ac_c" 1>&6 -echo "configure:7587: checking if we have support for PARSE clocks" >&5 +echo "configure:7627: checking if we have support for PARSE clocks" >&5 case "$ac_cv_header_termio_h$ac_cv_header_termios_h" in *yes*) ntp_canparse=yes @@ -7595,14 +7635,14 @@ echo "$ac_t""$ntp_canparse" 1>&6 # Requires modem control echo $ac_n "checking ACTS modem service""... $ac_c" 1>&6 -echo "configure:7599: checking ACTS modem service" >&5 +echo "configure:7639: checking ACTS modem service" >&5 # Check whether --enable-ACTS or --disable-ACTS was given. if test "${enable_ACTS+set}" = set; then enableval="$enable_ACTS" ntp_ok=$enableval else cat > conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -7635,7 +7675,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Arbiter 1088A/B GPS receiver""... $ac_c" 1>&6 -echo "configure:7639: checking Arbiter 1088A/B GPS receiver" >&5 +echo "configure:7679: checking Arbiter 1088A/B GPS receiver" >&5 # Check whether --enable-ARBITER or --disable-ARBITER was given. if test "${enable_ARBITER+set}" = set; then enableval="$enable_ARBITER" @@ -7654,7 +7694,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Arcron MSF receiver""... $ac_c" 1>&6 -echo "configure:7658: checking Arcron MSF receiver" >&5 +echo "configure:7698: checking Arcron MSF receiver" >&5 # Check whether --enable-ARCRON_MSF or --disable-ARCRON_MSF was given. if test "${enable_ARCRON_MSF+set}" = set; then enableval="$enable_ARCRON_MSF" @@ -7673,7 +7713,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Austron 2200A/2201A GPS receiver""... $ac_c" 1>&6 -echo "configure:7677: checking Austron 2200A/2201A GPS receiver" >&5 +echo "configure:7717: checking Austron 2200A/2201A GPS receiver" >&5 # Check whether --enable-AS2201 or --disable-AS2201 was given. if test "${enable_AS2201+set}" = set; then enableval="$enable_AS2201" @@ -7692,7 +7732,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking PPS interface""... $ac_c" 1>&6 -echo "configure:7696: checking PPS interface" >&5 +echo "configure:7736: checking PPS interface" >&5 # Check whether --enable-ATOM or --disable-ATOM was given. if test "${enable_ATOM+set}" = set; then enableval="$enable_ATOM" @@ -7711,7 +7751,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking CHU modem/decoder""... $ac_c" 1>&6 -echo "configure:7715: checking CHU modem/decoder" >&5 +echo "configure:7755: checking CHU modem/decoder" >&5 # Check whether --enable-CHU or --disable-CHU was given. if test "${enable_CHU+set}" = set; then enableval="$enable_CHU" @@ -7731,7 +7771,7 @@ echo "$ac_t""$ntp_ok" 1>&6 ac_refclock_chu=$ntp_ok echo $ac_n "checking CHU audio/decoder""... $ac_c" 1>&6 -echo "configure:7735: checking CHU audio/decoder" >&5 +echo "configure:7775: checking CHU audio/decoder" >&5 # Check whether --enable-AUDIO-CHU or --disable-AUDIO-CHU was given. if test "${enable_AUDIO_CHU+set}" = set; then enableval="$enable_AUDIO_CHU" @@ -7755,7 +7795,7 @@ esac # Not under HP-UX echo $ac_n "checking Datum Programmable Time System""... $ac_c" 1>&6 -echo "configure:7759: checking Datum Programmable Time System" >&5 +echo "configure:7799: checking Datum Programmable Time System" >&5 # Check whether --enable-DATUM or --disable-DATUM was given. if test "${enable_DATUM+set}" = set; then enableval="$enable_DATUM" @@ -7781,14 +7821,14 @@ echo "$ac_t""$ntp_ok" 1>&6 # Requires modem control echo $ac_n "checking Heath GC-1000 WWV/WWVH receiver""... $ac_c" 1>&6 -echo "configure:7785: checking Heath GC-1000 WWV/WWVH receiver" >&5 +echo "configure:7825: checking Heath GC-1000 WWV/WWVH receiver" >&5 # Check whether --enable-HEATH or --disable-HEATH was given. if test "${enable_HEATH+set}" = set; then enableval="$enable_HEATH" ntp_ok=$enableval else cat > conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -7821,7 +7861,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking HP 58503A GPS receiver""... $ac_c" 1>&6 -echo "configure:7825: checking HP 58503A GPS receiver" >&5 +echo "configure:7865: checking HP 58503A GPS receiver" >&5 # Check whether --enable-HPGPS or --disable-HPGPS was given. if test "${enable_HPGPS+set}" = set; then enableval="$enable_HPGPS" @@ -7840,7 +7880,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Sun IRIG audio decoder""... $ac_c" 1>&6 -echo "configure:7844: checking Sun IRIG audio decoder" >&5 +echo "configure:7884: checking Sun IRIG audio decoder" >&5 # Check whether --enable-IRIG or --disable-IRIG was given. if test "${enable_IRIG+set}" = set; then enableval="$enable_IRIG" @@ -7868,7 +7908,7 @@ case "$ntp_ok$ac_cv_header_sun_audioio_h$ac_cv_header_sys_audioio_h" in esac echo $ac_n "checking Leitch CSD 5300 Master Clock System Driver""... $ac_c" 1>&6 -echo "configure:7872: checking Leitch CSD 5300 Master Clock System Driver" >&5 +echo "configure:7912: checking Leitch CSD 5300 Master Clock System Driver" >&5 # Check whether --enable-LEITCH or --disable-LEITCH was given. if test "${enable_LEITCH+set}" = set; then enableval="$enable_LEITCH" @@ -7887,7 +7927,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking local clock reference""... $ac_c" 1>&6 -echo "configure:7891: checking local clock reference" >&5 +echo "configure:7931: checking local clock reference" >&5 # Check whether --enable-LOCAL-CLOCK or --disable-LOCAL-CLOCK was given. if test "${enable_LOCAL_CLOCK+set}" = set; then enableval="$enable_LOCAL_CLOCK" @@ -7906,7 +7946,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking EES M201 MSF receiver""... $ac_c" 1>&6 -echo "configure:7910: checking EES M201 MSF receiver" >&5 +echo "configure:7950: checking EES M201 MSF receiver" >&5 # Check whether --enable-MSFEES or --disable-MSFEES was given. if test "${enable_MSFEES+set}" = set; then enableval="$enable_MSFEES" @@ -7926,7 +7966,7 @@ echo "$ac_t""$ntp_ok" 1>&6 # Not Ultrix echo $ac_n "checking Magnavox MX4200 GPS receiver""... $ac_c" 1>&6 -echo "configure:7930: checking Magnavox MX4200 GPS receiver" >&5 +echo "configure:7970: checking Magnavox MX4200 GPS receiver" >&5 # Check whether --enable-MX4200 or --disable-MX4200 was given. if test "${enable_MX4200+set}" = set; then enableval="$enable_MX4200" @@ -7953,7 +7993,7 @@ case "$ntp_ok$target" in esac echo $ac_n "checking NMEA GPS receiver""... $ac_c" 1>&6 -echo "configure:7957: checking NMEA GPS receiver" >&5 +echo "configure:7997: checking NMEA GPS receiver" >&5 # Check whether --enable-NMEA or --disable-NMEA was given. if test "${enable_NMEA+set}" = set; then enableval="$enable_NMEA" @@ -7972,7 +8012,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking for Palisade clock""... $ac_c" 1>&6 -echo "configure:7976: checking for Palisade clock" >&5 +echo "configure:8016: checking for Palisade clock" >&5 # Check whether --enable-PALISADE or --disable-PALISADE was given. if test "${enable_PALISADE+set}" = set; then enableval="$enable_PALISADE" @@ -7998,7 +8038,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking PST/Traconex 1020 WWV/WWVH receiver""... $ac_c" 1>&6 -echo "configure:8002: checking PST/Traconex 1020 WWV/WWVH receiver" >&5 +echo "configure:8042: checking PST/Traconex 1020 WWV/WWVH receiver" >&5 # Check whether --enable-PST or --disable-PST was given. if test "${enable_PST+set}" = set; then enableval="$enable_PST" @@ -8018,7 +8058,7 @@ echo "$ac_t""$ntp_ok" 1>&6 # Not Ultrix echo $ac_n "checking Rockwell Jupiter GPS receiver""... $ac_c" 1>&6 -echo "configure:8022: checking Rockwell Jupiter GPS receiver" >&5 +echo "configure:8062: checking Rockwell Jupiter GPS receiver" >&5 # Check whether --enable-JUPITER or --disable-JUPITER was given. if test "${enable_JUPITER+set}" = set; then enableval="$enable_JUPITER" @@ -8046,14 +8086,14 @@ esac # Requires modem control echo $ac_n "checking PTB modem service""... $ac_c" 1>&6 -echo "configure:8050: checking PTB modem service" >&5 +echo "configure:8090: checking PTB modem service" >&5 # Check whether --enable-PTBACTS or --disable-PTBACTS was given. if test "${enable_PTBACTS+set}" = set; then enableval="$enable_PTBACTS" ntp_ok=$enableval else cat > conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -8086,7 +8126,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking KSI/Odetics TPRO/S GPS receiver/IRIG interface""... $ac_c" 1>&6 -echo "configure:8090: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" >&5 +echo "configure:8130: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" >&5 # Check whether --enable-TPRO or --disable-TPRO was given. if test "${enable_TPRO+set}" = set; then enableval="$enable_TPRO" @@ -8114,7 +8154,7 @@ case "$ntp_ok$ac_cv_header_sys_tpro" in esac echo $ac_n "checking TRAK 8810 GPS receiver""... $ac_c" 1>&6 -echo "configure:8118: checking TRAK 8810 GPS receiver" >&5 +echo "configure:8158: checking TRAK 8810 GPS receiver" >&5 # Check whether --enable-TRAK or --disable-TRAK was given. if test "${enable_TRAK+set}" = set; then enableval="$enable_TRAK" @@ -8133,7 +8173,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Chrono-log K-series WWVB receiver""... $ac_c" 1>&6 -echo "configure:8137: checking Chrono-log K-series WWVB receiver" >&5 +echo "configure:8177: checking Chrono-log K-series WWVB receiver" >&5 # Check whether --enable-CHRONOLOG or --disable-CHRONOLOG was given. if test "${enable_CHRONOLOG+set}" = set; then enableval="$enable_CHRONOLOG" @@ -8152,7 +8192,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Dumb generic hh:mm:ss local clock""... $ac_c" 1>&6 -echo "configure:8156: checking Dumb generic hh:mm:ss local clock" >&5 +echo "configure:8196: checking Dumb generic hh:mm:ss local clock" >&5 # Check whether --enable-DUMBCLOCK or --disable-DUMBCLOCK was given. if test "${enable_DUMBCLOCK+set}" = set; then enableval="$enable_DUMBCLOCK" @@ -8172,7 +8212,7 @@ echo "$ac_t""$ntp_ok" 1>&6 # Not on a vax-dec-bsd echo $ac_n "checking Kinemetrics/TrueTime receivers""... $ac_c" 1>&6 -echo "configure:8176: checking Kinemetrics/TrueTime receivers" >&5 +echo "configure:8216: checking Kinemetrics/TrueTime receivers" >&5 # Check whether --enable-TRUETIME or --disable-TRUETIME was given. if test "${enable_TRUETIME+set}" = set; then enableval="$enable_TRUETIME" @@ -8201,7 +8241,7 @@ case "$ntp_ok$target" in esac echo $ac_n "checking Spectracom 8170/Netclock/2 WWVB receiver""... $ac_c" 1>&6 -echo "configure:8205: checking Spectracom 8170/Netclock/2 WWVB receiver" >&5 +echo "configure:8245: checking Spectracom 8170/Netclock/2 WWVB receiver" >&5 # Check whether --enable-WWVB or --disable-WWVB was given. if test "${enable_WWVB+set}" = set; then enableval="$enable_WWVB" @@ -8221,14 +8261,14 @@ echo "$ac_t""$ntp_ok" 1>&6 # Requires modem control echo $ac_n "checking USNO modem service""... $ac_c" 1>&6 -echo "configure:8225: checking USNO modem service" >&5 +echo "configure:8265: checking USNO modem service" >&5 # Check whether --enable-USNO or --disable-USNO was given. if test "${enable_USNO+set}" = set; then enableval="$enable_USNO" ntp_ok=$enableval else cat > conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -8261,7 +8301,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking for default inclusion of all suitable PARSE clocks""... $ac_c" 1>&6 -echo "configure:8265: checking for default inclusion of all suitable PARSE clocks" >&5 +echo "configure:8305: checking for default inclusion of all suitable PARSE clocks" >&5 # Check whether --enable-parse-clocks or --disable-parse-clocks was given. if test "${enable_parse_clocks+set}" = set; then enableval="$enable_parse_clocks" @@ -8291,7 +8331,7 @@ ntp_parseutil=no ntp_rawdcf=no echo $ac_n "checking Diem Computime Radio Clock""... $ac_c" 1>&6 -echo "configure:8295: checking Diem Computime Radio Clock" >&5 +echo "configure:8335: checking Diem Computime Radio Clock" >&5 # Check whether --enable-COMPUTIME or --disable-COMPUTIME was given. if test "${enable_COMPUTIME+set}" = set; then enableval="$enable_COMPUTIME" @@ -8316,7 +8356,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking ELV/DCF7000 clock""... $ac_c" 1>&6 -echo "configure:8320: checking ELV/DCF7000 clock" >&5 +echo "configure:8360: checking ELV/DCF7000 clock" >&5 # Check whether --enable-DCF7000 or --disable-DCF7000 was given. if test "${enable_DCF7000+set}" = set; then enableval="$enable_DCF7000" @@ -8341,7 +8381,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking HOPF 6021 clock""... $ac_c" 1>&6 -echo "configure:8345: checking HOPF 6021 clock" >&5 +echo "configure:8385: checking HOPF 6021 clock" >&5 # Check whether --enable-HOPF6021 or --disable-HOPF6021 was given. if test "${enable_HOPF6021+set}" = set; then enableval="$enable_HOPF6021" @@ -8366,7 +8406,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking Meinberg clocks""... $ac_c" 1>&6 -echo "configure:8370: checking Meinberg clocks" >&5 +echo "configure:8410: checking Meinberg clocks" >&5 # Check whether --enable-MEINBERG or --disable-MEINBERG was given. if test "${enable_MEINBERG+set}" = set; then enableval="$enable_MEINBERG" @@ -8391,7 +8431,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking DCF77 raw time code""... $ac_c" 1>&6 -echo "configure:8395: checking DCF77 raw time code" >&5 +echo "configure:8435: checking DCF77 raw time code" >&5 # Check whether --enable-RAWDCF or --disable-RAWDCF was given. if test "${enable_RAWDCF+set}" = set; then enableval="$enable_RAWDCF" @@ -8420,7 +8460,7 @@ esac case "$ntp_rawdcf" in yes) echo $ac_n "checking if we must enable parity for RAWDCF""... $ac_c" 1>&6 -echo "configure:8424: checking if we must enable parity for RAWDCF" >&5 +echo "configure:8464: checking if we must enable parity for RAWDCF" >&5 if eval "test \"\${ac_cv_var_rawdcf_parity+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8448,7 +8488,7 @@ EOF esac echo $ac_n "checking RCC 8000 clock""... $ac_c" 1>&6 -echo "configure:8452: checking RCC 8000 clock" >&5 +echo "configure:8492: checking RCC 8000 clock" >&5 # Check whether --enable-RCC8000 or --disable-RCC8000 was given. if test "${enable_RCC8000+set}" = set; then enableval="$enable_RCC8000" @@ -8473,7 +8513,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking Schmid DCF77 clock""... $ac_c" 1>&6 -echo "configure:8477: checking Schmid DCF77 clock" >&5 +echo "configure:8517: checking Schmid DCF77 clock" >&5 # Check whether --enable-SCHMID or --disable-SCHMID was given. if test "${enable_SCHMID+set}" = set; then enableval="$enable_SCHMID" @@ -8498,7 +8538,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking Trimble GPS receiver/TAIP protocol""... $ac_c" 1>&6 -echo "configure:8502: checking Trimble GPS receiver/TAIP protocol" >&5 +echo "configure:8542: checking Trimble GPS receiver/TAIP protocol" >&5 # Check whether --enable-TRIMTAIP or --disable-TRIMTAIP was given. if test "${enable_TRIMTAIP+set}" = set; then enableval="$enable_TRIMTAIP" @@ -8523,7 +8563,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking Trimble GPS receiver/TSIP protocol""... $ac_c" 1>&6 -echo "configure:8527: checking Trimble GPS receiver/TSIP protocol" >&5 +echo "configure:8567: checking Trimble GPS receiver/TSIP protocol" >&5 # Check whether --enable-TRIMTSIP or --disable-TRIMTSIP was given. if test "${enable_TRIMTSIP+set}" = set; then enableval="$enable_TRIMTSIP" @@ -8548,7 +8588,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking WHARTON 400A Series clock""... $ac_c" 1>&6 -echo "configure:8552: checking WHARTON 400A Series clock" >&5 +echo "configure:8592: checking WHARTON 400A Series clock" >&5 # Check whether --enable-WHARTON or --disable-WHARTON was given. if test "${enable_WHARTON+set}" = set; then enableval="$enable_WHARTON" @@ -8575,7 +8615,7 @@ esac echo $ac_n "checking if we need to make and use the parse libraries""... $ac_c" 1>&6 -echo "configure:8579: checking if we need to make and use the parse libraries" >&5 +echo "configure:8619: checking if we need to make and use the parse libraries" >&5 ans=no case "$ntp_libparse" in yes) @@ -8602,7 +8642,7 @@ echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we need to make and use the RSAREF library""... $ac_c" 1>&6 -echo "configure:8606: checking if we need to make and use the RSAREF library" >&5 +echo "configure:8646: checking if we need to make and use the RSAREF library" >&5 ans=no if test -f $srcdir/rsaref2/source/rsa.c then @@ -8620,7 +8660,7 @@ echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we can make dcf parse utilities""... $ac_c" 1>&6 -echo "configure:8624: checking if we can make dcf parse utilities" >&5 +echo "configure:8664: checking if we can make dcf parse utilities" >&5 ans=no if test "$ntp_parseutil" = "yes"; then case "$target" in @@ -8635,7 +8675,7 @@ echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we can build kernel streams modules for parse""... $ac_c" 1>&6 -echo "configure:8639: checking if we can build kernel streams modules for parse" >&5 +echo "configure:8679: checking if we can build kernel streams modules for parse" >&5 ans=no if test "$ntp_parseutil$ac_cv_header_sys_stropts_h" = "yesyes"; then case "$target" in @@ -8660,7 +8700,7 @@ fi echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we need basic refclock support""... $ac_c" 1>&6 -echo "configure:8664: checking if we need basic refclock support" >&5 +echo "configure:8704: checking if we need basic refclock support" >&5 if test "$ntp_refclock" = "yes"; then cat >> confdefs.h <<\EOF #define REFCLOCK 1 @@ -8672,7 +8712,7 @@ echo "$ac_t""$ntp_refclock" 1>&6 echo $ac_n "checking if we want HP-UX adjtimed support""... $ac_c" 1>&6 -echo "configure:8676: checking if we want HP-UX adjtimed support" >&5 +echo "configure:8716: checking if we want HP-UX adjtimed support" >&5 case "$target" in *-*-hpux[56789]*) ans=yes @@ -8690,7 +8730,7 @@ fi echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we can read kmem""... $ac_c" 1>&6 -echo "configure:8694: checking if we can read kmem" >&5 +echo "configure:8734: checking if we can read kmem" >&5 if eval "test \"\${ac_cv_var_can_kmem+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8743,7 +8783,7 @@ EOF esac echo $ac_n "checking if adjtime is accurate""... $ac_c" 1>&6 -echo "configure:8747: checking if adjtime is accurate" >&5 +echo "configure:8787: checking if adjtime is accurate" >&5 if eval "test \"\${ac_cv_var_adjtime_is_accurate+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8795,7 +8835,7 @@ EOF esac echo $ac_n "checking the name of 'tick' in the kernel""... $ac_c" 1>&6 -echo "configure:8799: checking the name of 'tick' in the kernel" >&5 +echo "configure:8839: checking the name of 'tick' in the kernel" >&5 if eval "test \"\${ac_cv_var_nlist_tick+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8839,7 +8879,7 @@ EOF esac # echo $ac_n "checking for the units of 'tick'""... $ac_c" 1>&6 -echo "configure:8843: checking for the units of 'tick'" >&5 +echo "configure:8883: checking for the units of 'tick'" >&5 if eval "test \"\${ac_cv_var_tick_nano+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8863,7 +8903,7 @@ EOF esac # echo $ac_n "checking the name of 'tickadj' in the kernel""... $ac_c" 1>&6 -echo "configure:8867: checking the name of 'tickadj' in the kernel" >&5 +echo "configure:8907: checking the name of 'tickadj' in the kernel" >&5 if eval "test \"\${ac_cv_var_nlist_tickadj+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8916,7 +8956,7 @@ EOF esac # echo $ac_n "checking for the units of 'tickadj'""... $ac_c" 1>&6 -echo "configure:8920: checking for the units of 'tickadj'" >&5 +echo "configure:8960: checking for the units of 'tickadj'" >&5 if eval "test \"\${ac_cv_var_tickadj_nano+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8940,7 +8980,7 @@ EOF esac # echo $ac_n "checking half-heartedly for 'dosynctodr' in the kernel""... $ac_c" 1>&6 -echo "configure:8944: checking half-heartedly for 'dosynctodr' in the kernel" >&5 +echo "configure:8984: checking half-heartedly for 'dosynctodr' in the kernel" >&5 if eval "test \"\${ac_cv_var_nlist_dosynctodr+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8993,7 +9033,7 @@ EOF esac # echo $ac_n "checking half-heartedly for 'noprintf' in the kernel""... $ac_c" 1>&6 -echo "configure:8997: checking half-heartedly for 'noprintf' in the kernel" >&5 +echo "configure:9037: checking half-heartedly for 'noprintf' in the kernel" >&5 if eval "test \"\${ac_cv_var_nlist_noprintf+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9043,7 +9083,7 @@ esac echo $ac_n "checking for a default value for 'tick'""... $ac_c" 1>&6 -echo "configure:9047: checking for a default value for 'tick'" >&5 +echo "configure:9087: checking for a default value for 'tick'" >&5 if eval "test \"\${ac_cv_var_tick+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9087,7 +9127,7 @@ EOF esac echo $ac_n "checking for a default value for 'tickadj'""... $ac_c" 1>&6 -echo "configure:9091: checking for a default value for 'tickadj'" >&5 +echo "configure:9131: checking for a default value for 'tickadj'" >&5 if eval "test \"\${ac_cv_var_tickadj+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9194,7 +9234,7 @@ esac echo $ac_n "checking if we want and can make the tickadj utility""... $ac_c" 1>&6 -echo "configure:9198: checking if we want and can make the tickadj utility" >&5 +echo "configure:9238: checking if we want and can make the tickadj utility" >&5 if eval "test \"\${ac_cv_make_tickadj+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9210,7 +9250,7 @@ esac echo $ac_n "checking if we want and can make the ntptime utility""... $ac_c" 1>&6 -echo "configure:9214: checking if we want and can make the ntptime utility" >&5 +echo "configure:9254: checking if we want and can make the ntptime utility" >&5 if eval "test \"\${ac_cv_make_ntptime+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9239,7 +9279,7 @@ case "$ac_cv_make_ntptime" in esac echo $ac_n "checking if we want UDP wildcard delivery""... $ac_c" 1>&6 -echo "configure:9243: checking if we want UDP wildcard delivery" >&5 +echo "configure:9283: checking if we want UDP wildcard delivery" >&5 if eval "test \"\${ac_cv_var_udp_wildcard_delivery+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9318,7 +9358,7 @@ case "$host" in esac echo $ac_n "checking if we should always slew the time""... $ac_c" 1>&6 -echo "configure:9322: checking if we should always slew the time" >&5 +echo "configure:9362: checking if we should always slew the time" >&5 if eval "test \"\${ac_cv_var_slew_always+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9358,7 +9398,7 @@ EOF esac echo $ac_n "checking if we should step and slew the time""... $ac_c" 1>&6 -echo "configure:9362: checking if we should step and slew the time" >&5 +echo "configure:9402: checking if we should step and slew the time" >&5 if eval "test \"\${ac_cv_var_step_slew+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9401,7 +9441,7 @@ EOF esac echo $ac_n "checking if ntpdate should step the time""... $ac_c" 1>&6 -echo "configure:9405: checking if ntpdate should step the time" >&5 +echo "configure:9445: checking if ntpdate should step the time" >&5 if eval "test \"\${ac_cv_var_ntpdate_step+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9432,7 +9472,7 @@ EOF esac echo $ac_n "checking if we should sync TODR clock every hour""... $ac_c" 1>&6 -echo "configure:9436: checking if we should sync TODR clock every hour" >&5 +echo "configure:9476: checking if we should sync TODR clock every hour" >&5 if eval "test \"\${ac_cv_var_sync_todr+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9465,7 +9505,7 @@ EOF esac echo $ac_n "checking if we should avoid kernel FLL bug""... $ac_c" 1>&6 -echo "configure:9469: checking if we should avoid kernel FLL bug" >&5 +echo "configure:9509: checking if we should avoid kernel FLL bug" >&5 if eval "test \"\${ac_cv_var_kernel_fll_bug+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else diff --git a/configure.in b/configure.in index 6f6f65ccb..6aa3ae808 100644 --- a/configure.in +++ b/configure.in @@ -443,6 +443,7 @@ if test "$ac_cv_struct_ntptimeval_tv_nsec" = "yes"; then AC_DEFINE(HAVE_TV_NSEC_IN_NTPTIMEVAL) fi +AC_C_INLINE AC_C_CHAR_UNSIGNED dnl CROSS_COMPILE? case "$host" in $target) diff --git a/include/ntp_syscall.h b/include/ntp_syscall.h index 12ab0f384..ff649c9a1 100644 --- a/include/ntp_syscall.h +++ b/include/ntp_syscall.h @@ -23,7 +23,8 @@ extern int __adjtimex P((struct timex *)); # define ntp_adjtime(t) __adjtimex((t)) -inline int ntp_gettime( +static inline int +ntp_gettime( struct ntptimeval *ntv ) { diff --git a/libntp/calyearstart.c- b/libntp/calyearstart.c- deleted file mode 100644 index b12db6a92..000000000 --- a/libntp/calyearstart.c- +++ /dev/null @@ -1,63 +0,0 @@ -/* - * calyearstart - determine the NTP time at midnight of January 1 in - * the year of the given date. - */ -#include - -#include "ntp_types.h" -#include "ntp_calendar.h" -#include "ntp_stdlib.h" - -/* - * calyeartab - year start offsets from the beginning of a cycle - */ -u_long calyeartab[YEARSPERCYCLE] = { - (SECSPERLEAPYEAR-JANFEBLEAP), - (SECSPERLEAPYEAR-JANFEBLEAP) + SECSPERYEAR, - (SECSPERLEAPYEAR-JANFEBLEAP) + 2*SECSPERYEAR, - (SECSPERLEAPYEAR-JANFEBLEAP) + 3*SECSPERYEAR -}; - -u_long -calyearstart( - register u_long dateinyear - ) -{ - register u_long cyclestart; - register u_long nextyear, lastyear; - register int i; - - /* - * Find the start of the cycle this is in. - */ - if (dateinyear >= MAR1988) - cyclestart = MAR1988; - else - cyclestart = MAR1900; - while ((cyclestart + SECSPERCYCLE) <= dateinyear) - cyclestart += SECSPERCYCLE; - - /* - * If we're in the first year of the cycle, January 1 is - * two months back from the cyclestart and the year is - * a leap year. - */ - lastyear = cyclestart + calyeartab[0]; - if (dateinyear < lastyear) - return (cyclestart - JANFEBLEAP); - - /* - * Look for an intermediate year - */ - for (i = 1; i < YEARSPERCYCLE; i++) { - nextyear = cyclestart + calyeartab[i]; - if (dateinyear < nextyear) - return lastyear; - lastyear = nextyear; - } - - /* - * Not found, must be in last two months of cycle - */ - return nextyear; -} diff --git a/libntp/libntp.mak- b/libntp/libntp.mak- deleted file mode 100644 index 53023bd1a..000000000 --- a/libntp/libntp.mak- +++ /dev/null @@ -1,1963 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -!IF "$(CFG)" == "" -CFG=libntp - Win32 Debug -!MESSAGE No configuration specified. Defaulting to libntp - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "libntp - Win32 Release" && "$(CFG)" != "libntp - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE on this makefile -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libntp.mak" CFG="libntp - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libntp - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libntp - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF -################################################################################ -# Begin Project -# PROP Target_Last_Scanned "libntp - Win32 Debug" -CPP=cl.exe - -!IF "$(CFG)" == "libntp - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "WinRel" -# PROP BASE Intermediate_Dir "WinRel" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "WinRel" -# PROP Intermediate_Dir "WinRel" -OUTDIR=.\WinRel -INTDIR=.\WinRel - -ALL : "$(OUTDIR)\libntp.lib" "$(OUTDIR)\libntp.bsc" - -CLEAN : - -@erase "$(INTDIR)\a_md512crypt.obj" - -@erase "$(INTDIR)\a_md512crypt.sbr" - -@erase "$(INTDIR)\a_md5decrypt.obj" - -@erase "$(INTDIR)\a_md5decrypt.sbr" - -@erase "$(INTDIR)\a_md5encrypt.obj" - -@erase "$(INTDIR)\a_md5encrypt.sbr" - -@erase "$(INTDIR)\atoint.obj" - -@erase "$(INTDIR)\atoint.sbr" - -@erase "$(INTDIR)\atolfp.obj" - -@erase "$(INTDIR)\atolfp.sbr" - -@erase "$(INTDIR)\atouint.obj" - -@erase "$(INTDIR)\atouint.sbr" - -@erase "$(INTDIR)\auth12crypt.obj" - -@erase "$(INTDIR)\auth12crypt.sbr" - -@erase "$(INTDIR)\authdecrypt.obj" - -@erase "$(INTDIR)\authdecrypt.sbr" - -@erase "$(INTDIR)\authdes.obj" - -@erase "$(INTDIR)\authdes.sbr" - -@erase "$(INTDIR)\authencrypt.obj" - -@erase "$(INTDIR)\authencrypt.sbr" - -@erase "$(INTDIR)\authkeys.obj" - -@erase "$(INTDIR)\authkeys.sbr" - -@erase "$(INTDIR)\authparity.obj" - -@erase "$(INTDIR)\authparity.sbr" - -@erase "$(INTDIR)\authreadkeys.obj" - -@erase "$(INTDIR)\authreadkeys.sbr" - -@erase "$(INTDIR)\authusekey.obj" - -@erase "$(INTDIR)\authusekey.sbr" - -@erase "$(INTDIR)\buftvtots.obj" - -@erase "$(INTDIR)\buftvtots.sbr" - -@erase "$(INTDIR)\caljulian.obj" - -@erase "$(INTDIR)\caljulian.sbr" - -@erase "$(INTDIR)\calleapwhen.obj" - -@erase "$(INTDIR)\calleapwhen.sbr" - -@erase "$(INTDIR)\caltontp.obj" - -@erase "$(INTDIR)\caltontp.sbr" - -@erase "$(INTDIR)\calyearstart.obj" - -@erase "$(INTDIR)\calyearstart.sbr" - -@erase "$(INTDIR)\clocktime.obj" - -@erase "$(INTDIR)\clocktime.sbr" - -@erase "$(INTDIR)\clocktypes.obj" - -@erase "$(INTDIR)\clocktypes.sbr" - -@erase "$(INTDIR)\decodenetnum.obj" - -@erase "$(INTDIR)\decodenetnum.sbr" - -@erase "$(INTDIR)\dofptoa.obj" - -@erase "$(INTDIR)\dofptoa.sbr" - -@erase "$(INTDIR)\dolfptoa.obj" - -@erase "$(INTDIR)\dolfptoa.sbr" - -@erase "$(INTDIR)\emalloc.obj" - -@erase "$(INTDIR)\emalloc.sbr" - -@erase "$(INTDIR)\findconfig.obj" - -@erase "$(INTDIR)\findconfig.sbr" - -@erase "$(INTDIR)\fptoa.obj" - -@erase "$(INTDIR)\fptoa.sbr" - -@erase "$(INTDIR)\fptoms.obj" - -@erase "$(INTDIR)\fptoms.sbr" - -@erase "$(INTDIR)\getopt.obj" - -@erase "$(INTDIR)\getopt.sbr" - -@erase "$(INTDIR)\hextoint.obj" - -@erase "$(INTDIR)\hextoint.sbr" - -@erase "$(INTDIR)\hextolfp.obj" - -@erase "$(INTDIR)\hextolfp.sbr" - -@erase "$(INTDIR)\humandate.obj" - -@erase "$(INTDIR)\humandate.sbr" - -@erase "$(INTDIR)\inttoa.obj" - -@erase "$(INTDIR)\inttoa.sbr" - -@erase "$(INTDIR)\lib_strbuf.obj" - -@erase "$(INTDIR)\lib_strbuf.sbr" - -@erase "$(INTDIR)\log.obj" - -@erase "$(INTDIR)\log.sbr" - -@erase "$(INTDIR)\machines.obj" - -@erase "$(INTDIR)\machines.sbr" - -@erase "$(INTDIR)\md5.obj" - -@erase "$(INTDIR)\md5.sbr" - -@erase "$(INTDIR)\mexit.obj" - -@erase "$(INTDIR)\mexit.sbr" - -@erase "$(INTDIR)\mfptoa.obj" - -@erase "$(INTDIR)\mfptoa.sbr" - -@erase "$(INTDIR)\mfptoms.obj" - -@erase "$(INTDIR)\mfptoms.sbr" - -@erase "$(INTDIR)\modetoa.obj" - -@erase "$(INTDIR)\modetoa.sbr" - -@erase "$(INTDIR)\mstolfp.obj" - -@erase "$(INTDIR)\mstolfp.sbr" - -@erase "$(INTDIR)\msutotsf.obj" - -@erase "$(INTDIR)\msutotsf.sbr" - -@erase "$(INTDIR)\msyslog.obj" - -@erase "$(INTDIR)\msyslog.sbr" - -@erase "$(INTDIR)\netof.obj" - -@erase "$(INTDIR)\netof.sbr" - -@erase "$(INTDIR)\numtoa.obj" - -@erase "$(INTDIR)\numtoa.sbr" - -@erase "$(INTDIR)\numtohost.obj" - -@erase "$(INTDIR)\numtohost.sbr" - -@erase "$(INTDIR)\octtoint.obj" - -@erase "$(INTDIR)\octtoint.sbr" - -@erase "$(INTDIR)\prettydate.obj" - -@erase "$(INTDIR)\prettydate.sbr" - -@erase "$(INTDIR)\ranny.obj" - -@erase "$(INTDIR)\ranny.sbr" - -@erase "$(INTDIR)\refnumtoa.obj" - -@erase "$(INTDIR)\refnumtoa.sbr" - -@erase "$(INTDIR)\statestr.obj" - -@erase "$(INTDIR)\statestr.sbr" - -@erase "$(INTDIR)\syssignal.obj" - -@erase "$(INTDIR)\syssignal.sbr" - -@erase "$(INTDIR)\systime.obj" - -@erase "$(INTDIR)\systime.sbr" - -@erase "$(INTDIR)\tsftomsu.obj" - -@erase "$(INTDIR)\tsftomsu.sbr" - -@erase "$(INTDIR)\tstotv.obj" - -@erase "$(INTDIR)\tstotv.sbr" - -@erase "$(INTDIR)\tvtoa.obj" - -@erase "$(INTDIR)\tvtoa.sbr" - -@erase "$(INTDIR)\tvtots.obj" - -@erase "$(INTDIR)\tvtots.sbr" - -@erase "$(INTDIR)\uglydate.obj" - -@erase "$(INTDIR)\uglydate.sbr" - -@erase "$(INTDIR)\uinttoa.obj" - -@erase "$(INTDIR)\uinttoa.sbr" - -@erase "$(INTDIR)\utvtoa.obj" - -@erase "$(INTDIR)\utvtoa.sbr" - -@erase "$(OUTDIR)\libntp.bsc" - -@erase "$(OUTDIR)\libntp.lib" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "SYS_WINNT" /D "__STDC__" /FR /YX /c -CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D\ - "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "SYS_WINNT" /D "__STDC__" /FR"$(INTDIR)/"\ - /Fp"$(INTDIR)/libntp.pch" /YX /Fo"$(INTDIR)/" /c -CPP_OBJS=.\WinRel/ -CPP_SBRS=.\WinRel/ -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -BSC32_FLAGS=/nologo /o"$(OUTDIR)/libntp.bsc" -BSC32_SBRS= \ - "$(INTDIR)\a_md512crypt.sbr" \ - "$(INTDIR)\a_md5decrypt.sbr" \ - "$(INTDIR)\a_md5encrypt.sbr" \ - "$(INTDIR)\atoint.sbr" \ - "$(INTDIR)\atolfp.sbr" \ - "$(INTDIR)\atouint.sbr" \ - "$(INTDIR)\auth12crypt.sbr" \ - "$(INTDIR)\authdecrypt.sbr" \ - "$(INTDIR)\authdes.sbr" \ - "$(INTDIR)\authencrypt.sbr" \ - "$(INTDIR)\authkeys.sbr" \ - "$(INTDIR)\authparity.sbr" \ - "$(INTDIR)\authreadkeys.sbr" \ - "$(INTDIR)\authusekey.sbr" \ - "$(INTDIR)\buftvtots.sbr" \ - "$(INTDIR)\caljulian.sbr" \ - "$(INTDIR)\calleapwhen.sbr" \ - "$(INTDIR)\caltontp.sbr" \ - "$(INTDIR)\calyearstart.sbr" \ - "$(INTDIR)\clocktime.sbr" \ - "$(INTDIR)\clocktypes.sbr" \ - "$(INTDIR)\decodenetnum.sbr" \ - "$(INTDIR)\dofptoa.sbr" \ - "$(INTDIR)\dolfptoa.sbr" \ - "$(INTDIR)\emalloc.sbr" \ - "$(INTDIR)\findconfig.sbr" \ - "$(INTDIR)\fptoa.sbr" \ - "$(INTDIR)\fptoms.sbr" \ - "$(INTDIR)\getopt.sbr" \ - "$(INTDIR)\hextoint.sbr" \ - "$(INTDIR)\hextolfp.sbr" \ - "$(INTDIR)\humandate.sbr" \ - "$(INTDIR)\inttoa.sbr" \ - "$(INTDIR)\lib_strbuf.sbr" \ - "$(INTDIR)\log.sbr" \ - "$(INTDIR)\machines.sbr" \ - "$(INTDIR)\md5.sbr" \ - "$(INTDIR)\mexit.sbr" \ - "$(INTDIR)\mfptoa.sbr" \ - "$(INTDIR)\mfptoms.sbr" \ - "$(INTDIR)\modetoa.sbr" \ - "$(INTDIR)\mstolfp.sbr" \ - "$(INTDIR)\msutotsf.sbr" \ - "$(INTDIR)\msyslog.sbr" \ - "$(INTDIR)\netof.sbr" \ - "$(INTDIR)\numtoa.sbr" \ - "$(INTDIR)\numtohost.sbr" \ - "$(INTDIR)\octtoint.sbr" \ - "$(INTDIR)\prettydate.sbr" \ - "$(INTDIR)\ranny.sbr" \ - "$(INTDIR)\refnumtoa.sbr" \ - "$(INTDIR)\statestr.sbr" \ - "$(INTDIR)\syssignal.sbr" \ - "$(INTDIR)\systime.sbr" \ - "$(INTDIR)\tsftomsu.sbr" \ - "$(INTDIR)\tstotv.sbr" \ - "$(INTDIR)\tvtoa.sbr" \ - "$(INTDIR)\tvtots.sbr" \ - "$(INTDIR)\uglydate.sbr" \ - "$(INTDIR)\uinttoa.sbr" \ - "$(INTDIR)\utvtoa.sbr" - -"$(OUTDIR)\libntp.bsc" : "$(OUTDIR)" $(BSC32_SBRS) - $(BSC32) @<< - $(BSC32_FLAGS) $(BSC32_SBRS) -<< - -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -LIB32_FLAGS=/nologo /out:"$(OUTDIR)/libntp.lib" -LIB32_OBJS= \ - "$(INTDIR)\a_md512crypt.obj" \ - "$(INTDIR)\a_md5decrypt.obj" \ - "$(INTDIR)\a_md5encrypt.obj" \ - "$(INTDIR)\atoint.obj" \ - "$(INTDIR)\atolfp.obj" \ - "$(INTDIR)\atouint.obj" \ - "$(INTDIR)\auth12crypt.obj" \ - "$(INTDIR)\authdecrypt.obj" \ - "$(INTDIR)\authdes.obj" \ - "$(INTDIR)\authencrypt.obj" \ - "$(INTDIR)\authkeys.obj" \ - "$(INTDIR)\authparity.obj" \ - "$(INTDIR)\authreadkeys.obj" \ - "$(INTDIR)\authusekey.obj" \ - "$(INTDIR)\buftvtots.obj" \ - "$(INTDIR)\caljulian.obj" \ - "$(INTDIR)\calleapwhen.obj" \ - "$(INTDIR)\caltontp.obj" \ - "$(INTDIR)\calyearstart.obj" \ - "$(INTDIR)\clocktime.obj" \ - "$(INTDIR)\clocktypes.obj" \ - "$(INTDIR)\decodenetnum.obj" \ - "$(INTDIR)\dofptoa.obj" \ - "$(INTDIR)\dolfptoa.obj" \ - "$(INTDIR)\emalloc.obj" \ - "$(INTDIR)\findconfig.obj" \ - "$(INTDIR)\fptoa.obj" \ - "$(INTDIR)\fptoms.obj" \ - "$(INTDIR)\getopt.obj" \ - "$(INTDIR)\hextoint.obj" \ - "$(INTDIR)\hextolfp.obj" \ - "$(INTDIR)\humandate.obj" \ - "$(INTDIR)\inttoa.obj" \ - "$(INTDIR)\lib_strbuf.obj" \ - "$(INTDIR)\log.obj" \ - "$(INTDIR)\machines.obj" \ - "$(INTDIR)\md5.obj" \ - "$(INTDIR)\mexit.obj" \ - "$(INTDIR)\mfptoa.obj" \ - "$(INTDIR)\mfptoms.obj" \ - "$(INTDIR)\modetoa.obj" \ - "$(INTDIR)\mstolfp.obj" \ - "$(INTDIR)\msutotsf.obj" \ - "$(INTDIR)\msyslog.obj" \ - "$(INTDIR)\netof.obj" \ - "$(INTDIR)\numtoa.obj" \ - "$(INTDIR)\numtohost.obj" \ - "$(INTDIR)\octtoint.obj" \ - "$(INTDIR)\prettydate.obj" \ - "$(INTDIR)\ranny.obj" \ - "$(INTDIR)\refnumtoa.obj" \ - "$(INTDIR)\statestr.obj" \ - "$(INTDIR)\syssignal.obj" \ - "$(INTDIR)\systime.obj" \ - "$(INTDIR)\tsftomsu.obj" \ - "$(INTDIR)\tstotv.obj" \ - "$(INTDIR)\tvtoa.obj" \ - "$(INTDIR)\tvtots.obj" \ - "$(INTDIR)\uglydate.obj" \ - "$(INTDIR)\uinttoa.obj" \ - "$(INTDIR)\utvtoa.obj" - -"$(OUTDIR)\libntp.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS) - $(LIB32) @<< - $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS) -<< - -!ELSEIF "$(CFG)" == "libntp - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "WinDebug" -# PROP BASE Intermediate_Dir "WinDebug" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "WinDebug" -# PROP Intermediate_Dir "WinDebug" -OUTDIR=.\WinDebug -INTDIR=.\WinDebug - -ALL : "$(OUTDIR)\libntp.lib" "$(OUTDIR)\libntp.bsc" - -CLEAN : - -@erase "$(INTDIR)\a_md512crypt.obj" - -@erase "$(INTDIR)\a_md512crypt.sbr" - -@erase "$(INTDIR)\a_md5decrypt.obj" - -@erase "$(INTDIR)\a_md5decrypt.sbr" - -@erase "$(INTDIR)\a_md5encrypt.obj" - -@erase "$(INTDIR)\a_md5encrypt.sbr" - -@erase "$(INTDIR)\atoint.obj" - -@erase "$(INTDIR)\atoint.sbr" - -@erase "$(INTDIR)\atolfp.obj" - -@erase "$(INTDIR)\atolfp.sbr" - -@erase "$(INTDIR)\atouint.obj" - -@erase "$(INTDIR)\atouint.sbr" - -@erase "$(INTDIR)\auth12crypt.obj" - -@erase "$(INTDIR)\auth12crypt.sbr" - -@erase "$(INTDIR)\authdecrypt.obj" - -@erase "$(INTDIR)\authdecrypt.sbr" - -@erase "$(INTDIR)\authdes.obj" - -@erase "$(INTDIR)\authdes.sbr" - -@erase "$(INTDIR)\authencrypt.obj" - -@erase "$(INTDIR)\authencrypt.sbr" - -@erase "$(INTDIR)\authkeys.obj" - -@erase "$(INTDIR)\authkeys.sbr" - -@erase "$(INTDIR)\authparity.obj" - -@erase "$(INTDIR)\authparity.sbr" - -@erase "$(INTDIR)\authreadkeys.obj" - -@erase "$(INTDIR)\authreadkeys.sbr" - -@erase "$(INTDIR)\authusekey.obj" - -@erase "$(INTDIR)\authusekey.sbr" - -@erase "$(INTDIR)\buftvtots.obj" - -@erase "$(INTDIR)\buftvtots.sbr" - -@erase "$(INTDIR)\caljulian.obj" - -@erase "$(INTDIR)\caljulian.sbr" - -@erase "$(INTDIR)\calleapwhen.obj" - -@erase "$(INTDIR)\calleapwhen.sbr" - -@erase "$(INTDIR)\caltontp.obj" - -@erase "$(INTDIR)\caltontp.sbr" - -@erase "$(INTDIR)\calyearstart.obj" - -@erase "$(INTDIR)\calyearstart.sbr" - -@erase "$(INTDIR)\clocktime.obj" - -@erase "$(INTDIR)\clocktime.sbr" - -@erase "$(INTDIR)\clocktypes.obj" - -@erase "$(INTDIR)\clocktypes.sbr" - -@erase "$(INTDIR)\decodenetnum.obj" - -@erase "$(INTDIR)\decodenetnum.sbr" - -@erase "$(INTDIR)\dofptoa.obj" - -@erase "$(INTDIR)\dofptoa.sbr" - -@erase "$(INTDIR)\dolfptoa.obj" - -@erase "$(INTDIR)\dolfptoa.sbr" - -@erase "$(INTDIR)\emalloc.obj" - -@erase "$(INTDIR)\emalloc.sbr" - -@erase "$(INTDIR)\findconfig.obj" - -@erase "$(INTDIR)\findconfig.sbr" - -@erase "$(INTDIR)\fptoa.obj" - -@erase "$(INTDIR)\fptoa.sbr" - -@erase "$(INTDIR)\fptoms.obj" - -@erase "$(INTDIR)\fptoms.sbr" - -@erase "$(INTDIR)\getopt.obj" - -@erase "$(INTDIR)\getopt.sbr" - -@erase "$(INTDIR)\hextoint.obj" - -@erase "$(INTDIR)\hextoint.sbr" - -@erase "$(INTDIR)\hextolfp.obj" - -@erase "$(INTDIR)\hextolfp.sbr" - -@erase "$(INTDIR)\humandate.obj" - -@erase "$(INTDIR)\humandate.sbr" - -@erase "$(INTDIR)\inttoa.obj" - -@erase "$(INTDIR)\inttoa.sbr" - -@erase "$(INTDIR)\lib_strbuf.obj" - -@erase "$(INTDIR)\lib_strbuf.sbr" - -@erase "$(INTDIR)\log.obj" - -@erase "$(INTDIR)\log.sbr" - -@erase "$(INTDIR)\machines.obj" - -@erase "$(INTDIR)\machines.sbr" - -@erase "$(INTDIR)\md5.obj" - -@erase "$(INTDIR)\md5.sbr" - -@erase "$(INTDIR)\mexit.obj" - -@erase "$(INTDIR)\mexit.sbr" - -@erase "$(INTDIR)\mfptoa.obj" - -@erase "$(INTDIR)\mfptoa.sbr" - -@erase "$(INTDIR)\mfptoms.obj" - -@erase "$(INTDIR)\mfptoms.sbr" - -@erase "$(INTDIR)\modetoa.obj" - -@erase "$(INTDIR)\modetoa.sbr" - -@erase "$(INTDIR)\mstolfp.obj" - -@erase "$(INTDIR)\mstolfp.sbr" - -@erase "$(INTDIR)\msutotsf.obj" - -@erase "$(INTDIR)\msutotsf.sbr" - -@erase "$(INTDIR)\msyslog.obj" - -@erase "$(INTDIR)\msyslog.sbr" - -@erase "$(INTDIR)\netof.obj" - -@erase "$(INTDIR)\netof.sbr" - -@erase "$(INTDIR)\numtoa.obj" - -@erase "$(INTDIR)\numtoa.sbr" - -@erase "$(INTDIR)\numtohost.obj" - -@erase "$(INTDIR)\numtohost.sbr" - -@erase "$(INTDIR)\octtoint.obj" - -@erase "$(INTDIR)\octtoint.sbr" - -@erase "$(INTDIR)\prettydate.obj" - -@erase "$(INTDIR)\prettydate.sbr" - -@erase "$(INTDIR)\ranny.obj" - -@erase "$(INTDIR)\ranny.sbr" - -@erase "$(INTDIR)\refnumtoa.obj" - -@erase "$(INTDIR)\refnumtoa.sbr" - -@erase "$(INTDIR)\statestr.obj" - -@erase "$(INTDIR)\statestr.sbr" - -@erase "$(INTDIR)\syssignal.obj" - -@erase "$(INTDIR)\syssignal.sbr" - -@erase "$(INTDIR)\systime.obj" - -@erase "$(INTDIR)\systime.sbr" - -@erase "$(INTDIR)\tsftomsu.obj" - -@erase "$(INTDIR)\tsftomsu.sbr" - -@erase "$(INTDIR)\tstotv.obj" - -@erase "$(INTDIR)\tstotv.sbr" - -@erase "$(INTDIR)\tvtoa.obj" - -@erase "$(INTDIR)\tvtoa.sbr" - -@erase "$(INTDIR)\tvtots.obj" - -@erase "$(INTDIR)\tvtots.sbr" - -@erase "$(INTDIR)\uglydate.obj" - -@erase "$(INTDIR)\uglydate.sbr" - -@erase "$(INTDIR)\uinttoa.obj" - -@erase "$(INTDIR)\uinttoa.sbr" - -@erase "$(INTDIR)\utvtoa.obj" - -@erase "$(INTDIR)\utvtoa.sbr" - -@erase "$(INTDIR)\vc40.idb" - -@erase "$(INTDIR)\vc40.pdb" - -@erase "$(OUTDIR)\libntp.bsc" - -@erase "$(OUTDIR)\libntp.lib" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -# ADD BASE CPP /nologo /ML /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt" /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_WINDOWS" /D "SYS_WINNT" /D "__STDC__" /FR /YX /c -CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt"\ - /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_WINDOWS" /D "SYS_WINNT" /D "__STDC__"\ - /FR"$(INTDIR)/" /Fp"$(INTDIR)/libntp.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/"\ - /c -CPP_OBJS=.\WinDebug/ -CPP_SBRS=.\WinDebug/ -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -BSC32_FLAGS=/nologo /o"$(OUTDIR)/libntp.bsc" -BSC32_SBRS= \ - "$(INTDIR)\a_md512crypt.sbr" \ - "$(INTDIR)\a_md5decrypt.sbr" \ - "$(INTDIR)\a_md5encrypt.sbr" \ - "$(INTDIR)\atoint.sbr" \ - "$(INTDIR)\atolfp.sbr" \ - "$(INTDIR)\atouint.sbr" \ - "$(INTDIR)\auth12crypt.sbr" \ - "$(INTDIR)\authdecrypt.sbr" \ - "$(INTDIR)\authdes.sbr" \ - "$(INTDIR)\authencrypt.sbr" \ - "$(INTDIR)\authkeys.sbr" \ - "$(INTDIR)\authparity.sbr" \ - "$(INTDIR)\authreadkeys.sbr" \ - "$(INTDIR)\authusekey.sbr" \ - "$(INTDIR)\buftvtots.sbr" \ - "$(INTDIR)\caljulian.sbr" \ - "$(INTDIR)\calleapwhen.sbr" \ - "$(INTDIR)\caltontp.sbr" \ - "$(INTDIR)\calyearstart.sbr" \ - "$(INTDIR)\clocktime.sbr" \ - "$(INTDIR)\clocktypes.sbr" \ - "$(INTDIR)\decodenetnum.sbr" \ - "$(INTDIR)\dofptoa.sbr" \ - "$(INTDIR)\dolfptoa.sbr" \ - "$(INTDIR)\emalloc.sbr" \ - "$(INTDIR)\findconfig.sbr" \ - "$(INTDIR)\fptoa.sbr" \ - "$(INTDIR)\fptoms.sbr" \ - "$(INTDIR)\getopt.sbr" \ - "$(INTDIR)\hextoint.sbr" \ - "$(INTDIR)\hextolfp.sbr" \ - "$(INTDIR)\humandate.sbr" \ - "$(INTDIR)\inttoa.sbr" \ - "$(INTDIR)\lib_strbuf.sbr" \ - "$(INTDIR)\log.sbr" \ - "$(INTDIR)\machines.sbr" \ - "$(INTDIR)\md5.sbr" \ - "$(INTDIR)\mexit.sbr" \ - "$(INTDIR)\mfptoa.sbr" \ - "$(INTDIR)\mfptoms.sbr" \ - "$(INTDIR)\modetoa.sbr" \ - "$(INTDIR)\mstolfp.sbr" \ - "$(INTDIR)\msutotsf.sbr" \ - "$(INTDIR)\msyslog.sbr" \ - "$(INTDIR)\netof.sbr" \ - "$(INTDIR)\numtoa.sbr" \ - "$(INTDIR)\numtohost.sbr" \ - "$(INTDIR)\octtoint.sbr" \ - "$(INTDIR)\prettydate.sbr" \ - "$(INTDIR)\ranny.sbr" \ - "$(INTDIR)\refnumtoa.sbr" \ - "$(INTDIR)\statestr.sbr" \ - "$(INTDIR)\syssignal.sbr" \ - "$(INTDIR)\systime.sbr" \ - "$(INTDIR)\tsftomsu.sbr" \ - "$(INTDIR)\tstotv.sbr" \ - "$(INTDIR)\tvtoa.sbr" \ - "$(INTDIR)\tvtots.sbr" \ - "$(INTDIR)\uglydate.sbr" \ - "$(INTDIR)\uinttoa.sbr" \ - "$(INTDIR)\utvtoa.sbr" - -"$(OUTDIR)\libntp.bsc" : "$(OUTDIR)" $(BSC32_SBRS) - $(BSC32) @<< - $(BSC32_FLAGS) $(BSC32_SBRS) -<< - -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -LIB32_FLAGS=/nologo /out:"$(OUTDIR)/libntp.lib" -LIB32_OBJS= \ - "$(INTDIR)\a_md512crypt.obj" \ - "$(INTDIR)\a_md5decrypt.obj" \ - "$(INTDIR)\a_md5encrypt.obj" \ - "$(INTDIR)\atoint.obj" \ - "$(INTDIR)\atolfp.obj" \ - "$(INTDIR)\atouint.obj" \ - "$(INTDIR)\auth12crypt.obj" \ - "$(INTDIR)\authdecrypt.obj" \ - "$(INTDIR)\authdes.obj" \ - "$(INTDIR)\authencrypt.obj" \ - "$(INTDIR)\authkeys.obj" \ - "$(INTDIR)\authparity.obj" \ - "$(INTDIR)\authreadkeys.obj" \ - "$(INTDIR)\authusekey.obj" \ - "$(INTDIR)\buftvtots.obj" \ - "$(INTDIR)\caljulian.obj" \ - "$(INTDIR)\calleapwhen.obj" \ - "$(INTDIR)\caltontp.obj" \ - "$(INTDIR)\calyearstart.obj" \ - "$(INTDIR)\clocktime.obj" \ - "$(INTDIR)\clocktypes.obj" \ - "$(INTDIR)\decodenetnum.obj" \ - "$(INTDIR)\dofptoa.obj" \ - "$(INTDIR)\dolfptoa.obj" \ - "$(INTDIR)\emalloc.obj" \ - "$(INTDIR)\findconfig.obj" \ - "$(INTDIR)\fptoa.obj" \ - "$(INTDIR)\fptoms.obj" \ - "$(INTDIR)\getopt.obj" \ - "$(INTDIR)\hextoint.obj" \ - "$(INTDIR)\hextolfp.obj" \ - "$(INTDIR)\humandate.obj" \ - "$(INTDIR)\inttoa.obj" \ - "$(INTDIR)\lib_strbuf.obj" \ - "$(INTDIR)\log.obj" \ - "$(INTDIR)\machines.obj" \ - "$(INTDIR)\md5.obj" \ - "$(INTDIR)\mexit.obj" \ - "$(INTDIR)\mfptoa.obj" \ - "$(INTDIR)\mfptoms.obj" \ - "$(INTDIR)\modetoa.obj" \ - "$(INTDIR)\mstolfp.obj" \ - "$(INTDIR)\msutotsf.obj" \ - "$(INTDIR)\msyslog.obj" \ - "$(INTDIR)\netof.obj" \ - "$(INTDIR)\numtoa.obj" \ - "$(INTDIR)\numtohost.obj" \ - "$(INTDIR)\octtoint.obj" \ - "$(INTDIR)\prettydate.obj" \ - "$(INTDIR)\ranny.obj" \ - "$(INTDIR)\refnumtoa.obj" \ - "$(INTDIR)\statestr.obj" \ - "$(INTDIR)\syssignal.obj" \ - "$(INTDIR)\systime.obj" \ - "$(INTDIR)\tsftomsu.obj" \ - "$(INTDIR)\tstotv.obj" \ - "$(INTDIR)\tvtoa.obj" \ - "$(INTDIR)\tvtots.obj" \ - "$(INTDIR)\uglydate.obj" \ - "$(INTDIR)\uinttoa.obj" \ - "$(INTDIR)\utvtoa.obj" - -"$(OUTDIR)\libntp.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS) - $(LIB32) @<< - $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.cpp{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.cxx{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.c{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -.cpp{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -.cxx{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -################################################################################ -# Begin Target - -# Name "libntp - Win32 Release" -# Name "libntp - Win32 Debug" - -!IF "$(CFG)" == "libntp - Win32 Release" - -!ELSEIF "$(CFG)" == "libntp - Win32 Debug" - -!ENDIF - -################################################################################ -# Begin Source File - -SOURCE=.\mfptoa.c -DEP_CPP_MFPTO=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\mfptoa.obj" : $(SOURCE) $(DEP_CPP_MFPTO) "$(INTDIR)" - -"$(INTDIR)\mfptoa.sbr" : $(SOURCE) $(DEP_CPP_MFPTO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\lib_strbuf.c -DEP_CPP_LIB_S=\ - "..\include\ntp_types.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\lib_strbuf.obj" : $(SOURCE) $(DEP_CPP_LIB_S) "$(INTDIR)" - -"$(INTDIR)\lib_strbuf.sbr" : $(SOURCE) $(DEP_CPP_LIB_S) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\decodenetnum.c -DEP_CPP_DECOD=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\decodenetnum.obj" : $(SOURCE) $(DEP_CPP_DECOD) "$(INTDIR)" - -"$(INTDIR)\decodenetnum.sbr" : $(SOURCE) $(DEP_CPP_DECOD) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\clocktime.c -DEP_CPP_CLOCK=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\clocktime.obj" : $(SOURCE) $(DEP_CPP_CLOCK) "$(INTDIR)" - -"$(INTDIR)\clocktime.sbr" : $(SOURCE) $(DEP_CPP_CLOCK) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\uinttoa.c -DEP_CPP_UINTT=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\uinttoa.obj" : $(SOURCE) $(DEP_CPP_UINTT) "$(INTDIR)" - -"$(INTDIR)\uinttoa.sbr" : $(SOURCE) $(DEP_CPP_UINTT) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\numtoa.c -DEP_CPP_NUMTO=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\numtoa.obj" : $(SOURCE) $(DEP_CPP_NUMTO) "$(INTDIR)" - -"$(INTDIR)\numtoa.sbr" : $(SOURCE) $(DEP_CPP_NUMTO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\octtoint.c -DEP_CPP_OCTTO=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\octtoint.obj" : $(SOURCE) $(DEP_CPP_OCTTO) "$(INTDIR)" - -"$(INTDIR)\octtoint.sbr" : $(SOURCE) $(DEP_CPP_OCTTO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\inttoa.c -DEP_CPP_INTTO=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\inttoa.obj" : $(SOURCE) $(DEP_CPP_INTTO) "$(INTDIR)" - -"$(INTDIR)\inttoa.sbr" : $(SOURCE) $(DEP_CPP_INTTO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\mstolfp.c -DEP_CPP_MSTOL=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\mstolfp.obj" : $(SOURCE) $(DEP_CPP_MSTOL) "$(INTDIR)" - -"$(INTDIR)\mstolfp.sbr" : $(SOURCE) $(DEP_CPP_MSTOL) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\authdecrypt.c -DEP_CPP_AUTHD=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\authdecrypt.obj" : $(SOURCE) $(DEP_CPP_AUTHD) "$(INTDIR)" - -"$(INTDIR)\authdecrypt.sbr" : $(SOURCE) $(DEP_CPP_AUTHD) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\tstotv.c -DEP_CPP_TSTOT=\ - "..\include\ntp_types.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\tstotv.obj" : $(SOURCE) $(DEP_CPP_TSTOT) "$(INTDIR)" - -"$(INTDIR)\tstotv.sbr" : $(SOURCE) $(DEP_CPP_TSTOT) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\a_md512crypt.c -DEP_CPP_A_MD5=\ - "..\include\md5.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\a_md512crypt.obj" : $(SOURCE) $(DEP_CPP_A_MD5) "$(INTDIR)" - -"$(INTDIR)\a_md512crypt.sbr" : $(SOURCE) $(DEP_CPP_A_MD5) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\modetoa.c -DEP_CPP_MODET=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\modetoa.obj" : $(SOURCE) $(DEP_CPP_MODET) "$(INTDIR)" - -"$(INTDIR)\modetoa.sbr" : $(SOURCE) $(DEP_CPP_MODET) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\atouint.c -DEP_CPP_ATOUI=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\atouint.obj" : $(SOURCE) $(DEP_CPP_ATOUI) "$(INTDIR)" - -"$(INTDIR)\atouint.sbr" : $(SOURCE) $(DEP_CPP_ATOUI) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\getopt.c -DEP_CPP_GETOP=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\getopt.obj" : $(SOURCE) $(DEP_CPP_GETOP) "$(INTDIR)" - -"$(INTDIR)\getopt.sbr" : $(SOURCE) $(DEP_CPP_GETOP) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\uglydate.c -DEP_CPP_UGLYD=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\uglydate.obj" : $(SOURCE) $(DEP_CPP_UGLYD) "$(INTDIR)" - -"$(INTDIR)\uglydate.sbr" : $(SOURCE) $(DEP_CPP_UGLYD) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\machines.c -DEP_CPP_MACHI=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - -NODEP_CPP_MACHI=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\machines.obj" : $(SOURCE) $(DEP_CPP_MACHI) "$(INTDIR)" - -"$(INTDIR)\machines.sbr" : $(SOURCE) $(DEP_CPP_MACHI) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\dolfptoa.c -DEP_CPP_DOLFP=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\dolfptoa.obj" : $(SOURCE) $(DEP_CPP_DOLFP) "$(INTDIR)" - -"$(INTDIR)\dolfptoa.sbr" : $(SOURCE) $(DEP_CPP_DOLFP) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\a_md5decrypt.c -DEP_CPP_A_MD5D=\ - "..\include\md5.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\a_md5decrypt.obj" : $(SOURCE) $(DEP_CPP_A_MD5D) "$(INTDIR)" - -"$(INTDIR)\a_md5decrypt.sbr" : $(SOURCE) $(DEP_CPP_A_MD5D) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\mexit.c - -"$(INTDIR)\mexit.obj" : $(SOURCE) "$(INTDIR)" - -"$(INTDIR)\mexit.sbr" : $(SOURCE) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\msutotsf.c -DEP_CPP_MSUTO=\ - "..\include\ntp_types.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\msutotsf.obj" : $(SOURCE) $(DEP_CPP_MSUTO) "$(INTDIR)" - -"$(INTDIR)\msutotsf.sbr" : $(SOURCE) $(DEP_CPP_MSUTO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\atoint.c -DEP_CPP_ATOIN=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\atoint.obj" : $(SOURCE) $(DEP_CPP_ATOIN) "$(INTDIR)" - -"$(INTDIR)\atoint.sbr" : $(SOURCE) $(DEP_CPP_ATOIN) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\auth12crypt.c -DEP_CPP_AUTH1=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\auth12crypt.obj" : $(SOURCE) $(DEP_CPP_AUTH1) "$(INTDIR)" - -"$(INTDIR)\auth12crypt.sbr" : $(SOURCE) $(DEP_CPP_AUTH1) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\tsftomsu.c -DEP_CPP_TSFTO=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\tsftomsu.obj" : $(SOURCE) $(DEP_CPP_TSFTO) "$(INTDIR)" - -"$(INTDIR)\tsftomsu.sbr" : $(SOURCE) $(DEP_CPP_TSFTO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\systime.c -DEP_CPP_SYSTI=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/param.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\types.h"\ - -NODEP_CPP_SYSTI=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\systime.obj" : $(SOURCE) $(DEP_CPP_SYSTI) "$(INTDIR)" - -"$(INTDIR)\systime.sbr" : $(SOURCE) $(DEP_CPP_SYSTI) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\tvtots.c -DEP_CPP_TVTOT=\ - "..\include\ntp_types.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\tvtots.obj" : $(SOURCE) $(DEP_CPP_TVTOT) "$(INTDIR)" - -"$(INTDIR)\tvtots.sbr" : $(SOURCE) $(DEP_CPP_TVTOT) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\findconfig.c -DEP_CPP_FINDC=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\STAT.H"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\findconfig.obj" : $(SOURCE) $(DEP_CPP_FINDC) "$(INTDIR)" - -"$(INTDIR)\findconfig.sbr" : $(SOURCE) $(DEP_CPP_FINDC) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\authkeys.c -DEP_CPP_AUTHK=\ - "..\include\ntp_malloc.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\authkeys.obj" : $(SOURCE) $(DEP_CPP_AUTHK) "$(INTDIR)" - -"$(INTDIR)\authkeys.sbr" : $(SOURCE) $(DEP_CPP_AUTHK) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\a_md5encrypt.c -DEP_CPP_A_MD5E=\ - "..\include\md5.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\a_md5encrypt.obj" : $(SOURCE) $(DEP_CPP_A_MD5E) "$(INTDIR)" - -"$(INTDIR)\a_md5encrypt.sbr" : $(SOURCE) $(DEP_CPP_A_MD5E) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ranny.c -DEP_CPP_RANNY=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\ranny.obj" : $(SOURCE) $(DEP_CPP_RANNY) "$(INTDIR)" - -"$(INTDIR)\ranny.sbr" : $(SOURCE) $(DEP_CPP_RANNY) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\tvtoa.c -DEP_CPP_TVTOA=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\tvtoa.obj" : $(SOURCE) $(DEP_CPP_TVTOA) "$(INTDIR)" - -"$(INTDIR)\tvtoa.sbr" : $(SOURCE) $(DEP_CPP_TVTOA) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refnumtoa.c -DEP_CPP_REFNU=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\refnumtoa.obj" : $(SOURCE) $(DEP_CPP_REFNU) "$(INTDIR)" - -"$(INTDIR)\refnumtoa.sbr" : $(SOURCE) $(DEP_CPP_REFNU) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\netof.c -DEP_CPP_NETOF=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\netof.obj" : $(SOURCE) $(DEP_CPP_NETOF) "$(INTDIR)" - -"$(INTDIR)\netof.sbr" : $(SOURCE) $(DEP_CPP_NETOF) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\hextoint.c -DEP_CPP_HEXTO=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\hextoint.obj" : $(SOURCE) $(DEP_CPP_HEXTO) "$(INTDIR)" - -"$(INTDIR)\hextoint.sbr" : $(SOURCE) $(DEP_CPP_HEXTO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\caltontp.c -DEP_CPP_CALTO=\ - "..\include\ntp_calendar.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\caltontp.obj" : $(SOURCE) $(DEP_CPP_CALTO) "$(INTDIR)" - -"$(INTDIR)\caltontp.sbr" : $(SOURCE) $(DEP_CPP_CALTO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\emalloc.c -DEP_CPP_EMALL=\ - "..\include\ntp_malloc.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - -NODEP_CPP_EMALL=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\emalloc.obj" : $(SOURCE) $(DEP_CPP_EMALL) "$(INTDIR)" - -"$(INTDIR)\emalloc.sbr" : $(SOURCE) $(DEP_CPP_EMALL) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\calleapwhen.c -DEP_CPP_CALLE=\ - "..\include\ntp_calendar.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\calleapwhen.obj" : $(SOURCE) $(DEP_CPP_CALLE) "$(INTDIR)" - -"$(INTDIR)\calleapwhen.sbr" : $(SOURCE) $(DEP_CPP_CALLE) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\md5.c -DEP_CPP_MD5_C=\ - "..\include\md5.h"\ - "..\include\ntp_types.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\md5.obj" : $(SOURCE) $(DEP_CPP_MD5_C) "$(INTDIR)" - -"$(INTDIR)\md5.sbr" : $(SOURCE) $(DEP_CPP_MD5_C) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\fptoa.c -DEP_CPP_FPTOA=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\fptoa.obj" : $(SOURCE) $(DEP_CPP_FPTOA) "$(INTDIR)" - -"$(INTDIR)\fptoa.sbr" : $(SOURCE) $(DEP_CPP_FPTOA) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\authdes.c -DEP_CPP_AUTHDE=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\authdes.obj" : $(SOURCE) $(DEP_CPP_AUTHDE) "$(INTDIR)" - -"$(INTDIR)\authdes.sbr" : $(SOURCE) $(DEP_CPP_AUTHDE) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\authusekey.c -DEP_CPP_AUTHU=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\authusekey.obj" : $(SOURCE) $(DEP_CPP_AUTHU) "$(INTDIR)" - -"$(INTDIR)\authusekey.sbr" : $(SOURCE) $(DEP_CPP_AUTHU) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\buftvtots.c -DEP_CPP_BUFTV=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\buftvtots.obj" : $(SOURCE) $(DEP_CPP_BUFTV) "$(INTDIR)" - -"$(INTDIR)\buftvtots.sbr" : $(SOURCE) $(DEP_CPP_BUFTV) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\calyearstart.c -DEP_CPP_CALYE=\ - "..\include\ntp_calendar.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\calyearstart.obj" : $(SOURCE) $(DEP_CPP_CALYE) "$(INTDIR)" - -"$(INTDIR)\calyearstart.sbr" : $(SOURCE) $(DEP_CPP_CALYE) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\utvtoa.c -DEP_CPP_UTVTO=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\utvtoa.obj" : $(SOURCE) $(DEP_CPP_UTVTO) "$(INTDIR)" - -"$(INTDIR)\utvtoa.sbr" : $(SOURCE) $(DEP_CPP_UTVTO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\atolfp.c -DEP_CPP_ATOLF=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\atolfp.obj" : $(SOURCE) $(DEP_CPP_ATOLF) "$(INTDIR)" - -"$(INTDIR)\atolfp.sbr" : $(SOURCE) $(DEP_CPP_ATOLF) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\msyslog.c -DEP_CPP_MSYSL=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\log.h"\ - ".\messages.h"\ - {$(INCLUDE)}"\sys\types.h"\ - -NODEP_CPP_MSYSL=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\msyslog.obj" : $(SOURCE) $(DEP_CPP_MSYSL) "$(INTDIR)" - -"$(INTDIR)\msyslog.sbr" : $(SOURCE) $(DEP_CPP_MSYSL) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\clocktypes.c -DEP_CPP_CLOCKT=\ - "..\include\ntp.h"\ - "..\include\ntp_fp.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\clocktypes.obj" : $(SOURCE) $(DEP_CPP_CLOCKT) "$(INTDIR)" - -"$(INTDIR)\clocktypes.sbr" : $(SOURCE) $(DEP_CPP_CLOCKT) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\caljulian.c -DEP_CPP_CALJU=\ - "..\include\ntp_calendar.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\caljulian.obj" : $(SOURCE) $(DEP_CPP_CALJU) "$(INTDIR)" - -"$(INTDIR)\caljulian.sbr" : $(SOURCE) $(DEP_CPP_CALJU) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\authencrypt.c -DEP_CPP_AUTHE=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\authencrypt.obj" : $(SOURCE) $(DEP_CPP_AUTHE) "$(INTDIR)" - -"$(INTDIR)\authencrypt.sbr" : $(SOURCE) $(DEP_CPP_AUTHE) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\prettydate.c -DEP_CPP_PRETT=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\prettydate.obj" : $(SOURCE) $(DEP_CPP_PRETT) "$(INTDIR)" - -"$(INTDIR)\prettydate.sbr" : $(SOURCE) $(DEP_CPP_PRETT) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\hextolfp.c -DEP_CPP_HEXTOL=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\hextolfp.obj" : $(SOURCE) $(DEP_CPP_HEXTOL) "$(INTDIR)" - -"$(INTDIR)\hextolfp.sbr" : $(SOURCE) $(DEP_CPP_HEXTOL) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\fptoms.c -DEP_CPP_FPTOM=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\fptoms.obj" : $(SOURCE) $(DEP_CPP_FPTOM) "$(INTDIR)" - -"$(INTDIR)\fptoms.sbr" : $(SOURCE) $(DEP_CPP_FPTOM) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\numtohost.c -DEP_CPP_NUMTOH=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netdb.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\numtohost.obj" : $(SOURCE) $(DEP_CPP_NUMTOH) "$(INTDIR)" - -"$(INTDIR)\numtohost.sbr" : $(SOURCE) $(DEP_CPP_NUMTOH) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\authparity.c -DEP_CPP_AUTHP=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\authparity.obj" : $(SOURCE) $(DEP_CPP_AUTHP) "$(INTDIR)" - -"$(INTDIR)\authparity.sbr" : $(SOURCE) $(DEP_CPP_AUTHP) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\authreadkeys.c -DEP_CPP_AUTHR=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - -NODEP_CPP_AUTHR=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\authreadkeys.obj" : $(SOURCE) $(DEP_CPP_AUTHR) "$(INTDIR)" - -"$(INTDIR)\authreadkeys.sbr" : $(SOURCE) $(DEP_CPP_AUTHR) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\dofptoa.c -DEP_CPP_DOFPT=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\dofptoa.obj" : $(SOURCE) $(DEP_CPP_DOFPT) "$(INTDIR)" - -"$(INTDIR)\dofptoa.sbr" : $(SOURCE) $(DEP_CPP_DOFPT) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\mfptoms.c -DEP_CPP_MFPTOM=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\mfptoms.obj" : $(SOURCE) $(DEP_CPP_MFPTOM) "$(INTDIR)" - -"$(INTDIR)\mfptoms.sbr" : $(SOURCE) $(DEP_CPP_MFPTOM) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\statestr.c -DEP_CPP_STATE=\ - "..\include\ntp.h"\ - "..\include\ntp_control.h"\ - "..\include\ntp_fp.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\statestr.obj" : $(SOURCE) $(DEP_CPP_STATE) "$(INTDIR)" - -"$(INTDIR)\statestr.sbr" : $(SOURCE) $(DEP_CPP_STATE) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\humandate.c -DEP_CPP_HUMAN=\ - "..\include\ntp_fp.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - ".\lib_strbuf.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\types.h"\ - - -"$(INTDIR)\humandate.obj" : $(SOURCE) $(DEP_CPP_HUMAN) "$(INTDIR)" - -"$(INTDIR)\humandate.sbr" : $(SOURCE) $(DEP_CPP_HUMAN) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\messages.rc - -!IF "$(CFG)" == "libntp - Win32 Release" - -!ELSEIF "$(CFG)" == "libntp - Win32 Debug" - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\log.c -DEP_CPP_LOG_C=\ - ".\log.h"\ - ".\messages.h"\ - - -"$(INTDIR)\log.obj" : $(SOURCE) $(DEP_CPP_LOG_C) "$(INTDIR)" - -"$(INTDIR)\log.sbr" : $(SOURCE) $(DEP_CPP_LOG_C) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\syssignal.c -DEP_CPP_SYSSI=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp_machine.h"\ - {$(INCLUDE)}"\sys\types.h"\ - -NODEP_CPP_SYSSI=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\syssignal.obj" : $(SOURCE) $(DEP_CPP_SYSSI) "$(INTDIR)" - -"$(INTDIR)\syssignal.sbr" : $(SOURCE) $(DEP_CPP_SYSSI) "$(INTDIR)" - - -# End Source File -# End Target -# End Project -################################################################################ diff --git a/ntpd/ntpd.mak- b/ntpd/ntpd.mak- deleted file mode 100644 index c32ae2f82..000000000 --- a/ntpd/ntpd.mak- +++ /dev/null @@ -1,1851 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -!IF "$(CFG)" == "" -CFG=xntpd - Win32 Debug -!MESSAGE No configuration specified. Defaulting to xntpd - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "xntpd - Win32 Release" && "$(CFG)" != "xntpd - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE on this makefile -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "xntpd.mak" CFG="xntpd - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "xntpd - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "xntpd - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF -################################################################################ -# Begin Project -# PROP Target_Last_Scanned "xntpd - Win32 Debug" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "xntpd - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "WinRel" -# PROP BASE Intermediate_Dir "WinRel" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "WinRel" -# PROP Intermediate_Dir "WinRel" -OUTDIR=.\WinRel -INTDIR=.\WinRel - -ALL : "$(OUTDIR)\xntpd.exe" "$(OUTDIR)\xntpd.bsc" - -CLEAN : - -@erase "$(INTDIR)\messages.res" - -@erase "$(INTDIR)\ntp_config.obj" - -@erase "$(INTDIR)\ntp_config.sbr" - -@erase "$(INTDIR)\ntp_control.obj" - -@erase "$(INTDIR)\ntp_control.sbr" - -@erase "$(INTDIR)\ntp_filegen.obj" - -@erase "$(INTDIR)\ntp_filegen.sbr" - -@erase "$(INTDIR)\ntp_intres.obj" - -@erase "$(INTDIR)\ntp_intres.sbr" - -@erase "$(INTDIR)\ntp_io.obj" - -@erase "$(INTDIR)\ntp_io.sbr" - -@erase "$(INTDIR)\ntp_leap.obj" - -@erase "$(INTDIR)\ntp_leap.sbr" - -@erase "$(INTDIR)\ntp_loopfilter.obj" - -@erase "$(INTDIR)\ntp_loopfilter.sbr" - -@erase "$(INTDIR)\ntp_monitor.obj" - -@erase "$(INTDIR)\ntp_monitor.sbr" - -@erase "$(INTDIR)\ntp_peer.obj" - -@erase "$(INTDIR)\ntp_peer.sbr" - -@erase "$(INTDIR)\ntp_proto.obj" - -@erase "$(INTDIR)\ntp_proto.sbr" - -@erase "$(INTDIR)\ntp_refclock.obj" - -@erase "$(INTDIR)\ntp_refclock.sbr" - -@erase "$(INTDIR)\ntp_request.obj" - -@erase "$(INTDIR)\ntp_request.sbr" - -@erase "$(INTDIR)\ntp_restrict.obj" - -@erase "$(INTDIR)\ntp_restrict.sbr" - -@erase "$(INTDIR)\ntp_timer.obj" - -@erase "$(INTDIR)\ntp_timer.sbr" - -@erase "$(INTDIR)\ntp_unixclock.obj" - -@erase "$(INTDIR)\ntp_unixclock.sbr" - -@erase "$(INTDIR)\ntp_util.obj" - -@erase "$(INTDIR)\ntp_util.sbr" - -@erase "$(INTDIR)\ntpd.obj" - -@erase "$(INTDIR)\ntpd.sbr" - -@erase "$(INTDIR)\refclock_acts.obj" - -@erase "$(INTDIR)\refclock_acts.sbr" - -@erase "$(INTDIR)\refclock_as2201.obj" - -@erase "$(INTDIR)\refclock_as2201.sbr" - -@erase "$(INTDIR)\refclock_atom.obj" - -@erase "$(INTDIR)\refclock_atom.sbr" - -@erase "$(INTDIR)\refclock_chu.obj" - -@erase "$(INTDIR)\refclock_chu.sbr" - -@erase "$(INTDIR)\refclock_conf.obj" - -@erase "$(INTDIR)\refclock_conf.sbr" - -@erase "$(INTDIR)\refclock_datum.obj" - -@erase "$(INTDIR)\refclock_datum.sbr" - -@erase "$(INTDIR)\refclock_heath.obj" - -@erase "$(INTDIR)\refclock_heath.sbr" - -@erase "$(INTDIR)\refclock_irig.obj" - -@erase "$(INTDIR)\refclock_irig.sbr" - -@erase "$(INTDIR)\refclock_leitch.obj" - -@erase "$(INTDIR)\refclock_leitch.sbr" - -@erase "$(INTDIR)\refclock_local.obj" - -@erase "$(INTDIR)\refclock_local.sbr" - -@erase "$(INTDIR)\refclock_msfees.obj" - -@erase "$(INTDIR)\refclock_msfees.sbr" - -@erase "$(INTDIR)\refclock_mx4200.obj" - -@erase "$(INTDIR)\refclock_mx4200.sbr" - -@erase "$(INTDIR)\refclock_nmea.obj" - -@erase "$(INTDIR)\refclock_nmea.sbr" - -@erase "$(INTDIR)\refclock_parse.obj" - -@erase "$(INTDIR)\refclock_parse.sbr" - -@erase "$(INTDIR)\refclock_pst.obj" - -@erase "$(INTDIR)\refclock_pst.sbr" - -@erase "$(INTDIR)\refclock_ptbacts.obj" - -@erase "$(INTDIR)\refclock_ptbacts.sbr" - -@erase "$(INTDIR)\refclock_tpro.obj" - -@erase "$(INTDIR)\refclock_tpro.sbr" - -@erase "$(INTDIR)\refclock_trak.obj" - -@erase "$(INTDIR)\refclock_trak.sbr" - -@erase "$(INTDIR)\refclock_usno.obj" - -@erase "$(INTDIR)\refclock_usno.sbr" - -@erase "$(INTDIR)\refclock_wwvb.obj" - -@erase "$(INTDIR)\refclock_wwvb.sbr" - -@erase "$(INTDIR)\version.obj" - -@erase "$(INTDIR)\version.sbr" - -@erase "$(OUTDIR)\xntpd.bsc" - -@erase "$(OUTDIR)\xntpd.exe" - -@erase "$(OUTDIR)\xntpd.ilk" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /YX /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR /YX /c -CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D\ - "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR"$(INTDIR)/"\ - /Fp"$(INTDIR)/xntpd.pch" /YX /Fo"$(INTDIR)/" /c -CPP_OBJS=.\WinRel/ -CPP_SBRS=.\WinRel/ -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -RSC_PROJ=/l 0x409 /fo"$(INTDIR)/messages.res" /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -BSC32_FLAGS=/nologo /o"$(OUTDIR)/xntpd.bsc" -BSC32_SBRS= \ - "$(INTDIR)\ntp_config.sbr" \ - "$(INTDIR)\ntp_control.sbr" \ - "$(INTDIR)\ntp_filegen.sbr" \ - "$(INTDIR)\ntp_intres.sbr" \ - "$(INTDIR)\ntp_io.sbr" \ - "$(INTDIR)\ntp_leap.sbr" \ - "$(INTDIR)\ntp_loopfilter.sbr" \ - "$(INTDIR)\ntp_monitor.sbr" \ - "$(INTDIR)\ntp_peer.sbr" \ - "$(INTDIR)\ntp_proto.sbr" \ - "$(INTDIR)\ntp_refclock.sbr" \ - "$(INTDIR)\ntp_request.sbr" \ - "$(INTDIR)\ntp_restrict.sbr" \ - "$(INTDIR)\ntp_timer.sbr" \ - "$(INTDIR)\ntp_unixclock.sbr" \ - "$(INTDIR)\ntp_util.sbr" \ - "$(INTDIR)\ntpd.sbr" \ - "$(INTDIR)\refclock_acts.sbr" \ - "$(INTDIR)\refclock_as2201.sbr" \ - "$(INTDIR)\refclock_atom.sbr" \ - "$(INTDIR)\refclock_chu.sbr" \ - "$(INTDIR)\refclock_conf.sbr" \ - "$(INTDIR)\refclock_datum.sbr" \ - "$(INTDIR)\refclock_heath.sbr" \ - "$(INTDIR)\refclock_irig.sbr" \ - "$(INTDIR)\refclock_leitch.sbr" \ - "$(INTDIR)\refclock_local.sbr" \ - "$(INTDIR)\refclock_msfees.sbr" \ - "$(INTDIR)\refclock_mx4200.sbr" \ - "$(INTDIR)\refclock_nmea.sbr" \ - "$(INTDIR)\refclock_parse.sbr" \ - "$(INTDIR)\refclock_pst.sbr" \ - "$(INTDIR)\refclock_ptbacts.sbr" \ - "$(INTDIR)\refclock_tpro.sbr" \ - "$(INTDIR)\refclock_trak.sbr" \ - "$(INTDIR)\refclock_usno.sbr" \ - "$(INTDIR)\refclock_wwvb.sbr" \ - "$(INTDIR)\version.sbr" - -"$(OUTDIR)\xntpd.bsc" : "$(OUTDIR)" $(BSC32_SBRS) - $(BSC32) @<< - $(BSC32_FLAGS) $(BSC32_SBRS) -<< - -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 wsock32.lib winmm.lib ..\libntp\WinRel\libntp.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes /machine:I386 -LINK32_FLAGS=wsock32.lib winmm.lib ..\libntp\WinRel\libntp.lib kernel32.lib\ - user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\ - ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)/xntpd.pdb" /machine:I386 /out:"$(OUTDIR)/xntpd.exe" -LINK32_OBJS= \ - "$(INTDIR)\messages.res" \ - "$(INTDIR)\ntp_config.obj" \ - "$(INTDIR)\ntp_control.obj" \ - "$(INTDIR)\ntp_filegen.obj" \ - "$(INTDIR)\ntp_intres.obj" \ - "$(INTDIR)\ntp_io.obj" \ - "$(INTDIR)\ntp_leap.obj" \ - "$(INTDIR)\ntp_loopfilter.obj" \ - "$(INTDIR)\ntp_monitor.obj" \ - "$(INTDIR)\ntp_peer.obj" \ - "$(INTDIR)\ntp_proto.obj" \ - "$(INTDIR)\ntp_refclock.obj" \ - "$(INTDIR)\ntp_request.obj" \ - "$(INTDIR)\ntp_restrict.obj" \ - "$(INTDIR)\ntp_timer.obj" \ - "$(INTDIR)\ntp_unixclock.obj" \ - "$(INTDIR)\ntp_util.obj" \ - "$(INTDIR)\ntpd.obj" \ - "$(INTDIR)\refclock_acts.obj" \ - "$(INTDIR)\refclock_as2201.obj" \ - "$(INTDIR)\refclock_atom.obj" \ - "$(INTDIR)\refclock_chu.obj" \ - "$(INTDIR)\refclock_conf.obj" \ - "$(INTDIR)\refclock_datum.obj" \ - "$(INTDIR)\refclock_heath.obj" \ - "$(INTDIR)\refclock_irig.obj" \ - "$(INTDIR)\refclock_leitch.obj" \ - "$(INTDIR)\refclock_local.obj" \ - "$(INTDIR)\refclock_msfees.obj" \ - "$(INTDIR)\refclock_mx4200.obj" \ - "$(INTDIR)\refclock_nmea.obj" \ - "$(INTDIR)\refclock_parse.obj" \ - "$(INTDIR)\refclock_pst.obj" \ - "$(INTDIR)\refclock_ptbacts.obj" \ - "$(INTDIR)\refclock_tpro.obj" \ - "$(INTDIR)\refclock_trak.obj" \ - "$(INTDIR)\refclock_usno.obj" \ - "$(INTDIR)\refclock_wwvb.obj" \ - "$(INTDIR)\version.obj" - -"$(OUTDIR)\xntpd.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "xntpd - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "WinDebug" -# PROP BASE Intermediate_Dir "WinDebug" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "WinDebug" -# PROP Intermediate_Dir "WinDebug" -OUTDIR=.\WinDebug -INTDIR=.\WinDebug - -ALL : "$(OUTDIR)\xntpd.exe" "$(OUTDIR)\xntpd.bsc" - -CLEAN : - -@erase "$(INTDIR)\messages.res" - -@erase "$(INTDIR)\ntp_config.obj" - -@erase "$(INTDIR)\ntp_config.sbr" - -@erase "$(INTDIR)\ntp_control.obj" - -@erase "$(INTDIR)\ntp_control.sbr" - -@erase "$(INTDIR)\ntp_filegen.obj" - -@erase "$(INTDIR)\ntp_filegen.sbr" - -@erase "$(INTDIR)\ntp_intres.obj" - -@erase "$(INTDIR)\ntp_intres.sbr" - -@erase "$(INTDIR)\ntp_io.obj" - -@erase "$(INTDIR)\ntp_io.sbr" - -@erase "$(INTDIR)\ntp_leap.obj" - -@erase "$(INTDIR)\ntp_leap.sbr" - -@erase "$(INTDIR)\ntp_loopfilter.obj" - -@erase "$(INTDIR)\ntp_loopfilter.sbr" - -@erase "$(INTDIR)\ntp_monitor.obj" - -@erase "$(INTDIR)\ntp_monitor.sbr" - -@erase "$(INTDIR)\ntp_peer.obj" - -@erase "$(INTDIR)\ntp_peer.sbr" - -@erase "$(INTDIR)\ntp_proto.obj" - -@erase "$(INTDIR)\ntp_proto.sbr" - -@erase "$(INTDIR)\ntp_refclock.obj" - -@erase "$(INTDIR)\ntp_refclock.sbr" - -@erase "$(INTDIR)\ntp_request.obj" - -@erase "$(INTDIR)\ntp_request.sbr" - -@erase "$(INTDIR)\ntp_restrict.obj" - -@erase "$(INTDIR)\ntp_restrict.sbr" - -@erase "$(INTDIR)\ntp_timer.obj" - -@erase "$(INTDIR)\ntp_timer.sbr" - -@erase "$(INTDIR)\ntp_unixclock.obj" - -@erase "$(INTDIR)\ntp_unixclock.sbr" - -@erase "$(INTDIR)\ntp_util.obj" - -@erase "$(INTDIR)\ntp_util.sbr" - -@erase "$(INTDIR)\ntpd.obj" - -@erase "$(INTDIR)\ntpd.sbr" - -@erase "$(INTDIR)\refclock_acts.obj" - -@erase "$(INTDIR)\refclock_acts.sbr" - -@erase "$(INTDIR)\refclock_as2201.obj" - -@erase "$(INTDIR)\refclock_as2201.sbr" - -@erase "$(INTDIR)\refclock_atom.obj" - -@erase "$(INTDIR)\refclock_atom.sbr" - -@erase "$(INTDIR)\refclock_chu.obj" - -@erase "$(INTDIR)\refclock_chu.sbr" - -@erase "$(INTDIR)\refclock_conf.obj" - -@erase "$(INTDIR)\refclock_conf.sbr" - -@erase "$(INTDIR)\refclock_datum.obj" - -@erase "$(INTDIR)\refclock_datum.sbr" - -@erase "$(INTDIR)\refclock_heath.obj" - -@erase "$(INTDIR)\refclock_heath.sbr" - -@erase "$(INTDIR)\refclock_irig.obj" - -@erase "$(INTDIR)\refclock_irig.sbr" - -@erase "$(INTDIR)\refclock_leitch.obj" - -@erase "$(INTDIR)\refclock_leitch.sbr" - -@erase "$(INTDIR)\refclock_local.obj" - -@erase "$(INTDIR)\refclock_local.sbr" - -@erase "$(INTDIR)\refclock_msfees.obj" - -@erase "$(INTDIR)\refclock_msfees.sbr" - -@erase "$(INTDIR)\refclock_mx4200.obj" - -@erase "$(INTDIR)\refclock_mx4200.sbr" - -@erase "$(INTDIR)\refclock_nmea.obj" - -@erase "$(INTDIR)\refclock_nmea.sbr" - -@erase "$(INTDIR)\refclock_parse.obj" - -@erase "$(INTDIR)\refclock_parse.sbr" - -@erase "$(INTDIR)\refclock_pst.obj" - -@erase "$(INTDIR)\refclock_pst.sbr" - -@erase "$(INTDIR)\refclock_ptbacts.obj" - -@erase "$(INTDIR)\refclock_ptbacts.sbr" - -@erase "$(INTDIR)\refclock_tpro.obj" - -@erase "$(INTDIR)\refclock_tpro.sbr" - -@erase "$(INTDIR)\refclock_trak.obj" - -@erase "$(INTDIR)\refclock_trak.sbr" - -@erase "$(INTDIR)\refclock_usno.obj" - -@erase "$(INTDIR)\refclock_usno.sbr" - -@erase "$(INTDIR)\refclock_wwvb.obj" - -@erase "$(INTDIR)\refclock_wwvb.sbr" - -@erase "$(INTDIR)\vc40.idb" - -@erase "$(INTDIR)\vc40.pdb" - -@erase "$(INTDIR)\version.obj" - -@erase "$(INTDIR)\version.sbr" - -@erase "$(OUTDIR)\xntpd.bsc" - -@erase "$(OUTDIR)\xntpd.exe" - -@erase "$(OUTDIR)\xntpd.ilk" - -@erase "$(OUTDIR)\xntpd.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -# ADD BASE CPP /nologo /ML /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt" /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR /YX /c -CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt"\ - /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR"$(INTDIR)/"\ - /Fp"$(INTDIR)/xntpd.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c -CPP_OBJS=.\WinDebug/ -CPP_SBRS=.\WinDebug/ -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -RSC_PROJ=/l 0x409 /fo"$(INTDIR)/messages.res" /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -BSC32_FLAGS=/nologo /o"$(OUTDIR)/xntpd.bsc" -BSC32_SBRS= \ - "$(INTDIR)\ntp_config.sbr" \ - "$(INTDIR)\ntp_control.sbr" \ - "$(INTDIR)\ntp_filegen.sbr" \ - "$(INTDIR)\ntp_intres.sbr" \ - "$(INTDIR)\ntp_io.sbr" \ - "$(INTDIR)\ntp_leap.sbr" \ - "$(INTDIR)\ntp_loopfilter.sbr" \ - "$(INTDIR)\ntp_monitor.sbr" \ - "$(INTDIR)\ntp_peer.sbr" \ - "$(INTDIR)\ntp_proto.sbr" \ - "$(INTDIR)\ntp_refclock.sbr" \ - "$(INTDIR)\ntp_request.sbr" \ - "$(INTDIR)\ntp_restrict.sbr" \ - "$(INTDIR)\ntp_timer.sbr" \ - "$(INTDIR)\ntp_unixclock.sbr" \ - "$(INTDIR)\ntp_util.sbr" \ - "$(INTDIR)\ntpd.sbr" \ - "$(INTDIR)\refclock_acts.sbr" \ - "$(INTDIR)\refclock_as2201.sbr" \ - "$(INTDIR)\refclock_atom.sbr" \ - "$(INTDIR)\refclock_chu.sbr" \ - "$(INTDIR)\refclock_conf.sbr" \ - "$(INTDIR)\refclock_datum.sbr" \ - "$(INTDIR)\refclock_heath.sbr" \ - "$(INTDIR)\refclock_irig.sbr" \ - "$(INTDIR)\refclock_leitch.sbr" \ - "$(INTDIR)\refclock_local.sbr" \ - "$(INTDIR)\refclock_msfees.sbr" \ - "$(INTDIR)\refclock_mx4200.sbr" \ - "$(INTDIR)\refclock_nmea.sbr" \ - "$(INTDIR)\refclock_parse.sbr" \ - "$(INTDIR)\refclock_pst.sbr" \ - "$(INTDIR)\refclock_ptbacts.sbr" \ - "$(INTDIR)\refclock_tpro.sbr" \ - "$(INTDIR)\refclock_trak.sbr" \ - "$(INTDIR)\refclock_usno.sbr" \ - "$(INTDIR)\refclock_wwvb.sbr" \ - "$(INTDIR)\version.sbr" - -"$(OUTDIR)\xntpd.bsc" : "$(OUTDIR)" $(BSC32_SBRS) - $(BSC32) @<< - $(BSC32_FLAGS) $(BSC32_SBRS) -<< - -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 -# ADD LINK32 wsock32.lib winmm.lib ..\libntp\WinDebug\libntp.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386 -LINK32_FLAGS=wsock32.lib winmm.lib ..\libntp\WinDebug\libntp.lib kernel32.lib\ - user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\ - ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)/xntpd.pdb" /debug /machine:I386 /out:"$(OUTDIR)/xntpd.exe" -LINK32_OBJS= \ - "$(INTDIR)\messages.res" \ - "$(INTDIR)\ntp_config.obj" \ - "$(INTDIR)\ntp_control.obj" \ - "$(INTDIR)\ntp_filegen.obj" \ - "$(INTDIR)\ntp_intres.obj" \ - "$(INTDIR)\ntp_io.obj" \ - "$(INTDIR)\ntp_leap.obj" \ - "$(INTDIR)\ntp_loopfilter.obj" \ - "$(INTDIR)\ntp_monitor.obj" \ - "$(INTDIR)\ntp_peer.obj" \ - "$(INTDIR)\ntp_proto.obj" \ - "$(INTDIR)\ntp_refclock.obj" \ - "$(INTDIR)\ntp_request.obj" \ - "$(INTDIR)\ntp_restrict.obj" \ - "$(INTDIR)\ntp_timer.obj" \ - "$(INTDIR)\ntp_unixclock.obj" \ - "$(INTDIR)\ntp_util.obj" \ - "$(INTDIR)\ntpd.obj" \ - "$(INTDIR)\refclock_acts.obj" \ - "$(INTDIR)\refclock_as2201.obj" \ - "$(INTDIR)\refclock_atom.obj" \ - "$(INTDIR)\refclock_chu.obj" \ - "$(INTDIR)\refclock_conf.obj" \ - "$(INTDIR)\refclock_datum.obj" \ - "$(INTDIR)\refclock_heath.obj" \ - "$(INTDIR)\refclock_irig.obj" \ - "$(INTDIR)\refclock_leitch.obj" \ - "$(INTDIR)\refclock_local.obj" \ - "$(INTDIR)\refclock_msfees.obj" \ - "$(INTDIR)\refclock_mx4200.obj" \ - "$(INTDIR)\refclock_nmea.obj" \ - "$(INTDIR)\refclock_parse.obj" \ - "$(INTDIR)\refclock_pst.obj" \ - "$(INTDIR)\refclock_ptbacts.obj" \ - "$(INTDIR)\refclock_tpro.obj" \ - "$(INTDIR)\refclock_trak.obj" \ - "$(INTDIR)\refclock_usno.obj" \ - "$(INTDIR)\refclock_wwvb.obj" \ - "$(INTDIR)\version.obj" - -"$(OUTDIR)\xntpd.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.cpp{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.cxx{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.c{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -.cpp{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -.cxx{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -################################################################################ -# Begin Target - -# Name "xntpd - Win32 Release" -# Name "xntpd - Win32 Debug" - -!IF "$(CFG)" == "xntpd - Win32 Release" - -!ELSEIF "$(CFG)" == "xntpd - Win32 Debug" - -!ENDIF - -################################################################################ -# Begin Source File - -SOURCE=.\refclock_leitch.c -DEP_CPP_REFCL=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCL=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_leitch.obj" : $(SOURCE) $(DEP_CPP_REFCL) "$(INTDIR)" - -"$(INTDIR)\refclock_leitch.sbr" : $(SOURCE) $(DEP_CPP_REFCL) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_proto.c -DEP_CPP_NTP_P=\ - "..\include\ntp_control.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_P=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_proto.obj" : $(SOURCE) $(DEP_CPP_NTP_P) "$(INTDIR)" - -"$(INTDIR)\ntp_proto.sbr" : $(SOURCE) $(DEP_CPP_NTP_P) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_acts.c -DEP_CPP_REFCLO=\ - "..\include\ntp_control.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/ioctl.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLO=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_acts.obj" : $(SOURCE) $(DEP_CPP_REFCLO) "$(INTDIR)" - -"$(INTDIR)\refclock_acts.sbr" : $(SOURCE) $(DEP_CPP_REFCLO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_leap.c -DEP_CPP_NTP_L=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_L=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_leap.obj" : $(SOURCE) $(DEP_CPP_NTP_L) "$(INTDIR)" - -"$(INTDIR)\ntp_leap.sbr" : $(SOURCE) $(DEP_CPP_NTP_L) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_atom.c -DEP_CPP_REFCLOC=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOC=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_atom.obj" : $(SOURCE) $(DEP_CPP_REFCLOC) "$(INTDIR)" - -"$(INTDIR)\refclock_atom.sbr" : $(SOURCE) $(DEP_CPP_REFCLOC) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_peer.c -DEP_CPP_NTP_PE=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_PE=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_peer.obj" : $(SOURCE) $(DEP_CPP_NTP_PE) "$(INTDIR)" - -"$(INTDIR)\ntp_peer.sbr" : $(SOURCE) $(DEP_CPP_NTP_PE) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_irig.c -DEP_CPP_REFCLOCK=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_irig.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK) "$(INTDIR)" - -"$(INTDIR)\refclock_irig.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_intres.c -DEP_CPP_NTP_I=\ - "..\include\ntp_io.h"\ - "..\include\ntp_request.h"\ - "..\include\ntp_select.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netdb.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_I=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_intres.obj" : $(SOURCE) $(DEP_CPP_NTP_I) "$(INTDIR)" - -"$(INTDIR)\ntp_intres.sbr" : $(SOURCE) $(DEP_CPP_NTP_I) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_unixclock.c -DEP_CPP_NTP_U=\ - "..\include\ntp_io.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\STAT.H"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_U=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_unixclock.obj" : $(SOURCE) $(DEP_CPP_NTP_U) "$(INTDIR)" - -"$(INTDIR)\ntp_unixclock.sbr" : $(SOURCE) $(DEP_CPP_NTP_U) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_nmea.c -DEP_CPP_REFCLOCK_=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_nmea.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_) "$(INTDIR)" - -"$(INTDIR)\refclock_nmea.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_timer.c -DEP_CPP_NTP_T=\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/signal.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_T=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_timer.obj" : $(SOURCE) $(DEP_CPP_NTP_T) "$(INTDIR)" - -"$(INTDIR)\ntp_timer.sbr" : $(SOURCE) $(DEP_CPP_NTP_T) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_mx4200.c -DEP_CPP_REFCLOCK_M=\ - "..\include\mx4200.h"\ - "..\include\ntp_calendar.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_M=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_mx4200.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_M) "$(INTDIR)" - -"$(INTDIR)\refclock_mx4200.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_M) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_monitor.c -DEP_CPP_NTP_M=\ - "..\include\ntp_if.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\net/if.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/ioctl.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_M=\ - ".\..\..\..\sys\sync\queue.h"\ - ".\..\..\..\sys\sync\sema.h"\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_monitor.obj" : $(SOURCE) $(DEP_CPP_NTP_M) "$(INTDIR)" - -"$(INTDIR)\ntp_monitor.sbr" : $(SOURCE) $(DEP_CPP_NTP_M) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_local.c -DEP_CPP_REFCLOCK_L=\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_L=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_local.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_L) "$(INTDIR)" - -"$(INTDIR)\refclock_local.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_L) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_usno.c -DEP_CPP_REFCLOCK_U=\ - "..\include\ntp_control.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/ioctl.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_U=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_usno.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_U) "$(INTDIR)" - -"$(INTDIR)\refclock_usno.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_U) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_ptbacts.c -DEP_CPP_REFCLOCK_P=\ - "..\include\ntp_control.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/ioctl.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - ".\refclock_acts.c"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_P=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_ptbacts.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_P) "$(INTDIR)"\ - ".\refclock_acts.c" - -"$(INTDIR)\refclock_ptbacts.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_P) "$(INTDIR)"\ - ".\refclock_acts.c" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_io.c -DEP_CPP_NTP_IO=\ - "..\include\ntp_if.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_select.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\net/if.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/ioctl.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_IO=\ - ".\..\..\..\sys\sync\queue.h"\ - ".\..\..\..\sys\sync\sema.h"\ - ".\..\include\gizmo_syslog.h"\ - ".\ifaddrs.h"\ - - -"$(INTDIR)\ntp_io.obj" : $(SOURCE) $(DEP_CPP_NTP_IO) "$(INTDIR)" - -"$(INTDIR)\ntp_io.sbr" : $(SOURCE) $(DEP_CPP_NTP_IO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_pst.c -DEP_CPP_REFCLOCK_PS=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_PS=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_pst.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_PS) "$(INTDIR)" - -"$(INTDIR)\refclock_pst.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_PS) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_control.c -DEP_CPP_NTP_C=\ - "..\include\ntp_control.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_C=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_control.obj" : $(SOURCE) $(DEP_CPP_NTP_C) "$(INTDIR)" - -"$(INTDIR)\ntp_control.sbr" : $(SOURCE) $(DEP_CPP_NTP_C) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_restrict.c -DEP_CPP_NTP_R=\ - "..\include\ntp_if.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\net/if.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_R=\ - ".\..\..\..\sys\sync\queue.h"\ - ".\..\..\..\sys\sync\sema.h"\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_restrict.obj" : $(SOURCE) $(DEP_CPP_NTP_R) "$(INTDIR)" - -"$(INTDIR)\ntp_restrict.sbr" : $(SOURCE) $(DEP_CPP_NTP_R) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_chu.c -DEP_CPP_REFCLOCK_C=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_C=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_chu.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_C) "$(INTDIR)" - -"$(INTDIR)\refclock_chu.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_C) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_conf.c -DEP_CPP_REFCLOCK_CO=\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_CO=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_conf.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_CO) "$(INTDIR)" - -"$(INTDIR)\refclock_conf.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_CO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_trak.c -DEP_CPP_REFCLOCK_T=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_T=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_trak.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_T) "$(INTDIR)" - -"$(INTDIR)\refclock_trak.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_T) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntpd.c -DEP_CPP_NTPD_=\ - "..\include\ntp_io.h"\ - "..\include\ntp_select.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/ioctl.h"\ - "..\include\winnt\sys/resource.h"\ - "..\include\winnt\sys/signal.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - ".\..\libntp\log.h"\ - {$(INCLUDE)}"\sys\STAT.H"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTPD_=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntpd.obj" : $(SOURCE) $(DEP_CPP_NTPD_) "$(INTDIR)" - -"$(INTDIR)\ntpd.sbr" : $(SOURCE) $(DEP_CPP_NTPD_) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_wwvb.c -DEP_CPP_REFCLOCK_W=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_W=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_wwvb.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_W) "$(INTDIR)" - -"$(INTDIR)\refclock_wwvb.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_W) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_config.c -DEP_CPP_NTP_CO=\ - "..\include\ntp_filegen.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\sys/wait.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_CO=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_config.obj" : $(SOURCE) $(DEP_CPP_NTP_CO) "$(INTDIR)" - -"$(INTDIR)\ntp_config.sbr" : $(SOURCE) $(DEP_CPP_NTP_CO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_request.c -DEP_CPP_NTP_RE=\ - "..\include\ntp_control.h"\ - "..\include\ntp_if.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_request.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\net/if.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_RE=\ - ".\..\..\..\sys\sync\queue.h"\ - ".\..\..\..\sys\sync\sema.h"\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_request.obj" : $(SOURCE) $(DEP_CPP_NTP_RE) "$(INTDIR)" - -"$(INTDIR)\ntp_request.sbr" : $(SOURCE) $(DEP_CPP_NTP_RE) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_tpro.c -DEP_CPP_REFCLOCK_TP=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_TP=\ - ".\..\include\gizmo_syslog.h"\ - ".\sys\tpro.h"\ - - -"$(INTDIR)\refclock_tpro.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_TP) "$(INTDIR)" - -"$(INTDIR)\refclock_tpro.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_TP) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_heath.c -DEP_CPP_REFCLOCK_H=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/ioctl.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_H=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_heath.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_H) "$(INTDIR)" - -"$(INTDIR)\refclock_heath.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_H) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_datum.c -DEP_CPP_REFCLOCK_D=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_D=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_datum.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_D) "$(INTDIR)" - -"$(INTDIR)\refclock_datum.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_D) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_as2201.c -DEP_CPP_REFCLOCK_A=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_A=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_as2201.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_A) "$(INTDIR)" - -"$(INTDIR)\refclock_as2201.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_A) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_parse.c -DEP_CPP_REFCLOCK_PA=\ - "..\include\ntp_control.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_select.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\parse.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - ".\..\include\parse_conf.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_PA=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_parse.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_PA) "$(INTDIR)" - -"$(INTDIR)\refclock_parse.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_PA) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_loopfilter.c -DEP_CPP_NTP_LO=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_LO=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_loopfilter.obj" : $(SOURCE) $(DEP_CPP_NTP_LO) "$(INTDIR)" - -"$(INTDIR)\ntp_loopfilter.sbr" : $(SOURCE) $(DEP_CPP_NTP_LO) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_refclock.c -DEP_CPP_NTP_REF=\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/ioctl.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_REF=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_refclock.obj" : $(SOURCE) $(DEP_CPP_NTP_REF) "$(INTDIR)" - -"$(INTDIR)\ntp_refclock.sbr" : $(SOURCE) $(DEP_CPP_NTP_REF) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_util.c -DEP_CPP_NTP_UT=\ - "..\include\ntp_filegen.h"\ - "..\include\ntp_if.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\net/if.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/ioctl.h"\ - "..\include\winnt\sys/resource.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_UT=\ - ".\..\..\..\sys\sync\queue.h"\ - ".\..\..\..\sys\sync\sema.h"\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_util.obj" : $(SOURCE) $(DEP_CPP_NTP_UT) "$(INTDIR)" - -"$(INTDIR)\ntp_util.sbr" : $(SOURCE) $(DEP_CPP_NTP_UT) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\refclock_msfees.c -DEP_CPP_REFCLOCK_MS=\ - "..\include\ntp_calendar.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_REFCLOCK_MS=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\refclock_msfees.obj" : $(SOURCE) $(DEP_CPP_REFCLOCK_MS) "$(INTDIR)" - -"$(INTDIR)\refclock_msfees.sbr" : $(SOURCE) $(DEP_CPP_REFCLOCK_MS) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntp_filegen.c -DEP_CPP_NTP_F=\ - "..\include\ntp_calendar.h"\ - "..\include\ntp_filegen.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntpd.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\syslog.h"\ - ".\..\include\l_stdlib.h"\ - ".\..\include\ntp.h"\ - ".\..\include\ntp_fp.h"\ - ".\..\include\ntp_machine.h"\ - ".\..\include\ntp_malloc.h"\ - {$(INCLUDE)}"\sys\STAT.H"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTP_F=\ - ".\..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntp_filegen.obj" : $(SOURCE) $(DEP_CPP_NTP_F) "$(INTDIR)" - -"$(INTDIR)\ntp_filegen.sbr" : $(SOURCE) $(DEP_CPP_NTP_F) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\version.c - -"$(INTDIR)\version.obj" : $(SOURCE) "$(INTDIR)" - -"$(INTDIR)\version.sbr" : $(SOURCE) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=..\libntp\messages.rc -DEP_RSC_MESSA=\ - ".\..\libntp\MSG00001.bin"\ - - -!IF "$(CFG)" == "xntpd - Win32 Release" - - -"$(INTDIR)\messages.res" : $(SOURCE) $(DEP_RSC_MESSA) "$(INTDIR)" - $(RSC) /l 0x409 /fo"$(INTDIR)/messages.res" /i "\xntp3-5.88.1\libntp" /d\ - "NDEBUG" $(SOURCE) - - -!ELSEIF "$(CFG)" == "xntpd - Win32 Debug" - - -"$(INTDIR)\messages.res" : $(SOURCE) $(DEP_RSC_MESSA) "$(INTDIR)" - $(RSC) /l 0x409 /fo"$(INTDIR)/messages.res" /i "\xntp3-5.88.1\libntp" /d\ - "_DEBUG" $(SOURCE) - - -!ENDIF - -# End Source File -# End Target -# End Project -################################################################################ diff --git a/ntpdate/ntpdate.mak- b/ntpdate/ntpdate.mak- deleted file mode 100644 index 465f70ab7..000000000 --- a/ntpdate/ntpdate.mak- +++ /dev/null @@ -1,255 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -!IF "$(CFG)" == "" -CFG=ntpdate - Win32 Debug -!MESSAGE No configuration specified. Defaulting to ntpdate - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "ntpdate - Win32 Release" && "$(CFG)" !=\ - "ntpdate - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE on this makefile -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ntpdate.mak" CFG="ntpdate - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ntpdate - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ntpdate - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF -################################################################################ -# Begin Project -# PROP Target_Last_Scanned "ntpdate - Win32 Release" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ntpdate - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "WinRel" -# PROP BASE Intermediate_Dir "WinRel" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "WinRel" -# PROP Intermediate_Dir "WinRel" -OUTDIR=.\WinRel -INTDIR=.\WinRel - -ALL : "$(OUTDIR)\ntpdate.exe" "$(OUTDIR)\ntpdate.bsc" - -CLEAN : - -@erase "$(INTDIR)\ntpdate.obj" - -@erase "$(INTDIR)\ntpdate.sbr" - -@erase "$(INTDIR)\version.obj" - -@erase "$(INTDIR)\version.sbr" - -@erase "$(OUTDIR)\ntpdate.bsc" - -@erase "$(OUTDIR)\ntpdate.exe" - -@erase "$(OUTDIR)\ntpdate.ilk" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /YX /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR /YX /c -CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D\ - "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR"$(INTDIR)/"\ - /Fp"$(INTDIR)/ntpdate.pch" /YX /Fo"$(INTDIR)/" /c -CPP_OBJS=.\WinRel/ -CPP_SBRS=.\WinRel/ -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -BSC32_FLAGS=/nologo /o"$(OUTDIR)/ntpdate.bsc" -BSC32_SBRS= \ - "$(INTDIR)\ntpdate.sbr" \ - "$(INTDIR)\version.sbr" - -"$(OUTDIR)\ntpdate.bsc" : "$(OUTDIR)" $(BSC32_SBRS) - $(BSC32) @<< - $(BSC32_FLAGS) $(BSC32_SBRS) -<< - -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 wsock32.lib winmm.lib ..\libntp\WinRel\libntp.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes /machine:I386 -# SUBTRACT LINK32 /force -LINK32_FLAGS=wsock32.lib winmm.lib ..\libntp\WinRel\libntp.lib kernel32.lib\ - user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\ - ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)/ntpdate.pdb" /machine:I386 /out:"$(OUTDIR)/ntpdate.exe" -LINK32_OBJS= \ - "$(INTDIR)\ntpdate.obj" \ - "$(INTDIR)\version.obj" - -"$(OUTDIR)\ntpdate.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "ntpdate - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "WinDebug" -# PROP BASE Intermediate_Dir "WinDebug" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "WinDebug" -# PROP Intermediate_Dir "WinDebug" -OUTDIR=.\WinDebug -INTDIR=.\WinDebug - -ALL : "$(OUTDIR)\ntpdate.exe" "$(OUTDIR)\ntpdate.bsc" - -CLEAN : - -@erase "$(INTDIR)\ntpdate.obj" - -@erase "$(INTDIR)\ntpdate.sbr" - -@erase "$(INTDIR)\vc40.idb" - -@erase "$(INTDIR)\vc40.pdb" - -@erase "$(INTDIR)\version.obj" - -@erase "$(INTDIR)\version.sbr" - -@erase "$(OUTDIR)\ntpdate.bsc" - -@erase "$(OUTDIR)\ntpdate.exe" - -@erase "$(OUTDIR)\ntpdate.ilk" - -@erase "$(OUTDIR)\ntpdate.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -# ADD BASE CPP /nologo /ML /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt" /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR /YX /c -CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt"\ - /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR"$(INTDIR)/"\ - /Fp"$(INTDIR)/ntpdate.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c -CPP_OBJS=.\WinDebug/ -CPP_SBRS=.\WinDebug/ -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -BSC32_FLAGS=/nologo /o"$(OUTDIR)/ntpdate.bsc" -BSC32_SBRS= \ - "$(INTDIR)\ntpdate.sbr" \ - "$(INTDIR)\version.sbr" - -"$(OUTDIR)\ntpdate.bsc" : "$(OUTDIR)" $(BSC32_SBRS) - $(BSC32) @<< - $(BSC32_FLAGS) $(BSC32_SBRS) -<< - -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 -# ADD LINK32 winmm.lib wsock32.lib ..\libntp\WinDebug\libntp.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386 -# SUBTRACT LINK32 /incremental:no /nodefaultlib /force -LINK32_FLAGS=winmm.lib wsock32.lib ..\libntp\WinDebug\libntp.lib kernel32.lib\ - user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\ - ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)/ntpdate.pdb" /debug /machine:I386 /out:"$(OUTDIR)/ntpdate.exe" -LINK32_OBJS= \ - "$(INTDIR)\ntpdate.obj" \ - "$(INTDIR)\version.obj" - -"$(OUTDIR)\ntpdate.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.cpp{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.cxx{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.c{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -.cpp{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -.cxx{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -################################################################################ -# Begin Target - -# Name "ntpdate - Win32 Release" -# Name "ntpdate - Win32 Debug" - -!IF "$(CFG)" == "ntpdate - Win32 Release" - -!ELSEIF "$(CFG)" == "ntpdate - Win32 Debug" - -!ENDIF - -################################################################################ -# Begin Source File - -SOURCE=.\ntpdate.c -DEP_CPP_NTPDA=\ - "..\include\ntp.h"\ - "..\include\ntp_fp.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_machine.h"\ - "..\include\ntp_select.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_string.h"\ - "..\include\ntp_syslog.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\winnt\netdb.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/ioctl.h"\ - "..\include\winnt\sys/resource.h"\ - "..\include\winnt\sys/signal.h"\ - "..\include\winnt\sys/socket.h"\ - "..\include\winnt\sys/time.h"\ - "..\include\winnt\syslog.h"\ - ".\ntpdate.h"\ - {$(INCLUDE)}"\sys\timeb.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - -NODEP_CPP_NTPDA=\ - "..\include\gizmo_syslog.h"\ - - -"$(INTDIR)\ntpdate.obj" : $(SOURCE) $(DEP_CPP_NTPDA) "$(INTDIR)" - -"$(INTDIR)\ntpdate.sbr" : $(SOURCE) $(DEP_CPP_NTPDA) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\version.c - -"$(INTDIR)\version.obj" : $(SOURCE) "$(INTDIR)" - -"$(INTDIR)\version.sbr" : $(SOURCE) "$(INTDIR)" - - -# End Source File -# End Target -# End Project -################################################################################ diff --git a/ntpdc/ntpdc.mak- b/ntpdc/ntpdc.mak- deleted file mode 100644 index 44b93d90e..000000000 --- a/ntpdc/ntpdc.mak- +++ /dev/null @@ -1,268 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -!IF "$(CFG)" == "" -CFG=xntpdc - Win32 Debug -!MESSAGE No configuration specified. Defaulting to xntpdc - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "xntpdc - Win32 Release" && "$(CFG)" != "xntpdc - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE on this makefile -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "xntpdc.mak" CFG="xntpdc - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "xntpdc - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "xntpdc - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF -################################################################################ -# Begin Project -# PROP Target_Last_Scanned "xntpdc - Win32 Release" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "xntpdc - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "WinRel" -# PROP BASE Intermediate_Dir "WinRel" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "WinRel" -# PROP Intermediate_Dir "WinRel" -OUTDIR=.\WinRel -INTDIR=.\WinRel - -ALL : "$(OUTDIR)\xntpdc.exe" "$(OUTDIR)\xntpdc.bsc" - -CLEAN : - -@erase "$(INTDIR)\ntpdc.obj" - -@erase "$(INTDIR)\ntpdc.sbr" - -@erase "$(INTDIR)\ntpdc_ops.obj" - -@erase "$(INTDIR)\ntpdc_ops.sbr" - -@erase "$(INTDIR)\version.obj" - -@erase "$(INTDIR)\version.sbr" - -@erase "$(OUTDIR)\xntpdc.bsc" - -@erase "$(OUTDIR)\xntpdc.exe" - -@erase "$(OUTDIR)\xntpdc.ilk" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /YX /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR /YX /c -CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D\ - "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR"$(INTDIR)/"\ - /Fp"$(INTDIR)/xntpdc.pch" /YX /Fo"$(INTDIR)/" /c -CPP_OBJS=.\WinRel/ -CPP_SBRS=.\WinRel/ -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -BSC32_FLAGS=/nologo /o"$(OUTDIR)/xntpdc.bsc" -BSC32_SBRS= \ - "$(INTDIR)\ntpdc.sbr" \ - "$(INTDIR)\ntpdc_ops.sbr" \ - "$(INTDIR)\version.sbr" - -"$(OUTDIR)\xntpdc.bsc" : "$(OUTDIR)" $(BSC32_SBRS) - $(BSC32) @<< - $(BSC32_FLAGS) $(BSC32_SBRS) -<< - -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 wsock32.lib winmm.lib ..\libntp\WinRel\libntp.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes /machine:I386 -LINK32_FLAGS=wsock32.lib winmm.lib ..\libntp\WinRel\libntp.lib kernel32.lib\ - user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\ - ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)/xntpdc.pdb" /machine:I386 /out:"$(OUTDIR)/xntpdc.exe" -LINK32_OBJS= \ - "$(INTDIR)\ntpdc.obj" \ - "$(INTDIR)\ntpdc_ops.obj" \ - "$(INTDIR)\version.obj" - -"$(OUTDIR)\xntpdc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "xntpdc - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "WinDebug" -# PROP BASE Intermediate_Dir "WinDebug" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "WinDebug" -# PROP Intermediate_Dir "WinDebug" -OUTDIR=.\WinDebug -INTDIR=.\WinDebug - -ALL : "$(OUTDIR)\xntpdc.exe" "$(OUTDIR)\xntpdc.bsc" - -CLEAN : - -@erase "$(INTDIR)\ntpdc.obj" - -@erase "$(INTDIR)\ntpdc.sbr" - -@erase "$(INTDIR)\ntpdc_ops.obj" - -@erase "$(INTDIR)\ntpdc_ops.sbr" - -@erase "$(INTDIR)\vc40.idb" - -@erase "$(INTDIR)\vc40.pdb" - -@erase "$(INTDIR)\version.obj" - -@erase "$(INTDIR)\version.sbr" - -@erase "$(OUTDIR)\xntpdc.bsc" - -@erase "$(OUTDIR)\xntpdc.exe" - -@erase "$(OUTDIR)\xntpdc.ilk" - -@erase "$(OUTDIR)\xntpdc.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -# ADD BASE CPP /nologo /ML /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt" /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR /YX /c -CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt"\ - /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR"$(INTDIR)/"\ - /Fp"$(INTDIR)/xntpdc.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c -CPP_OBJS=.\WinDebug/ -CPP_SBRS=.\WinDebug/ -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -BSC32_FLAGS=/nologo /o"$(OUTDIR)/xntpdc.bsc" -BSC32_SBRS= \ - "$(INTDIR)\ntpdc.sbr" \ - "$(INTDIR)\ntpdc_ops.sbr" \ - "$(INTDIR)\version.sbr" - -"$(OUTDIR)\xntpdc.bsc" : "$(OUTDIR)" $(BSC32_SBRS) - $(BSC32) @<< - $(BSC32_FLAGS) $(BSC32_SBRS) -<< - -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 -# ADD LINK32 wsock32.lib winmm.lib ..\libntp\WinDebug\libntp.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386 -LINK32_FLAGS=wsock32.lib winmm.lib ..\libntp\WinDebug\libntp.lib kernel32.lib\ - user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\ - ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)/xntpdc.pdb" /debug /machine:I386 /out:"$(OUTDIR)/xntpdc.exe" -LINK32_OBJS= \ - "$(INTDIR)\ntpdc.obj" \ - "$(INTDIR)\ntpdc_ops.obj" \ - "$(INTDIR)\version.obj" - -"$(OUTDIR)\xntpdc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.cpp{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.cxx{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.c{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -.cpp{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -.cxx{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -################################################################################ -# Begin Target - -# Name "xntpdc - Win32 Release" -# Name "xntpdc - Win32 Debug" - -!IF "$(CFG)" == "xntpdc - Win32 Release" - -!ELSEIF "$(CFG)" == "xntpdc - Win32 Debug" - -!ENDIF - -################################################################################ -# Begin Source File - -SOURCE=.\ntpdc_ops.c -DEP_CPP_NTPDC=\ - "..\include\ntp_control.h"\ - "..\include\ntp_refclock.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\winnt\arpa/inet.h"\ - "..\include\winnt\netdb.h"\ - "..\include\winnt\netinet/in.h"\ - "..\include\winnt\sys/time.h"\ - ".\ntpdc.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - - -"$(INTDIR)\ntpdc_ops.obj" : $(SOURCE) $(DEP_CPP_NTPDC) "$(INTDIR)" - -"$(INTDIR)\ntpdc_ops.sbr" : $(SOURCE) $(DEP_CPP_NTPDC) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntpdc.c -DEP_CPP_NTPDC_=\ - "..\include\ntp_io.h"\ - "..\include\ntp_machine.h"\ - "..\include\ntp_select.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netdb.h"\ - "..\include\winnt\sys/time.h"\ - ".\ntpdc.h"\ - {$(INCLUDE)}"\sys\timeb.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - - -"$(INTDIR)\ntpdc.obj" : $(SOURCE) $(DEP_CPP_NTPDC_) "$(INTDIR)" - -"$(INTDIR)\ntpdc.sbr" : $(SOURCE) $(DEP_CPP_NTPDC_) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\version.c - -"$(INTDIR)\version.obj" : $(SOURCE) "$(INTDIR)" - -"$(INTDIR)\version.sbr" : $(SOURCE) "$(INTDIR)" - - -# End Source File -# End Target -# End Project -################################################################################ diff --git a/ntpq/ntpq.mak- b/ntpq/ntpq.mak- deleted file mode 100644 index a7f067f1d..000000000 --- a/ntpq/ntpq.mak- +++ /dev/null @@ -1,269 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -!IF "$(CFG)" == "" -CFG=ntpq - Win32 Debug -!MESSAGE No configuration specified. Defaulting to ntpq - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "ntpq - Win32 Release" && "$(CFG)" != "ntpq - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE on this makefile -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ntpq.mak" CFG="ntpq - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ntpq - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ntpq - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF -################################################################################ -# Begin Project -# PROP Target_Last_Scanned "ntpq - Win32 Debug" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ntpq - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "WinRel" -# PROP BASE Intermediate_Dir "WinRel" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "WinRel" -# PROP Intermediate_Dir "WinRel" -OUTDIR=.\WinRel -INTDIR=.\WinRel - -ALL : "$(OUTDIR)\ntpq.exe" "$(OUTDIR)\ntpq.bsc" - -CLEAN : - -@erase "$(INTDIR)\ntpq.obj" - -@erase "$(INTDIR)\ntpq.sbr" - -@erase "$(INTDIR)\ntpq_ops.obj" - -@erase "$(INTDIR)\ntpq_ops.sbr" - -@erase "$(INTDIR)\version.obj" - -@erase "$(INTDIR)\version.sbr" - -@erase "$(OUTDIR)\ntpq.bsc" - -@erase "$(OUTDIR)\ntpq.exe" - -@erase "$(OUTDIR)\ntpq.ilk" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /YX /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR /YX /c -CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D\ - "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR"$(INTDIR)/"\ - /Fp"$(INTDIR)/ntpq.pch" /YX /Fo"$(INTDIR)/" /c -CPP_OBJS=.\WinRel/ -CPP_SBRS=.\WinRel/ -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -BSC32_FLAGS=/nologo /o"$(OUTDIR)/ntpq.bsc" -BSC32_SBRS= \ - "$(INTDIR)\ntpq.sbr" \ - "$(INTDIR)\ntpq_ops.sbr" \ - "$(INTDIR)\version.sbr" - -"$(OUTDIR)\ntpq.bsc" : "$(OUTDIR)" $(BSC32_SBRS) - $(BSC32) @<< - $(BSC32_FLAGS) $(BSC32_SBRS) -<< - -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 wsock32.lib winmm.lib ..\libntp\WinRel\libntp.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes /machine:I386 -LINK32_FLAGS=wsock32.lib winmm.lib ..\libntp\WinRel\libntp.lib kernel32.lib\ - user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\ - ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)/ntpq.pdb" /machine:I386 /out:"$(OUTDIR)/ntpq.exe" -LINK32_OBJS= \ - "$(INTDIR)\ntpq.obj" \ - "$(INTDIR)\ntpq_ops.obj" \ - "$(INTDIR)\version.obj" - -"$(OUTDIR)\ntpq.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "ntpq - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "WinDebug" -# PROP BASE Intermediate_Dir "WinDebug" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "WinDebug" -# PROP Intermediate_Dir "WinDebug" -OUTDIR=.\WinDebug -INTDIR=.\WinDebug - -ALL : "$(OUTDIR)\ntpq.exe" "$(OUTDIR)\ntpq.bsc" - -CLEAN : - -@erase "$(INTDIR)\ntpq.obj" - -@erase "$(INTDIR)\ntpq.sbr" - -@erase "$(INTDIR)\ntpq_ops.obj" - -@erase "$(INTDIR)\ntpq_ops.sbr" - -@erase "$(INTDIR)\vc40.idb" - -@erase "$(INTDIR)\vc40.pdb" - -@erase "$(INTDIR)\version.obj" - -@erase "$(INTDIR)\version.sbr" - -@erase "$(OUTDIR)\ntpq.bsc" - -@erase "$(OUTDIR)\ntpq.exe" - -@erase "$(OUTDIR)\ntpq.ilk" - -@erase "$(OUTDIR)\ntpq.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -# ADD BASE CPP /nologo /ML /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt" /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR /YX /c -CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt"\ - /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR"$(INTDIR)/"\ - /Fp"$(INTDIR)/ntpq.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c -CPP_OBJS=.\WinDebug/ -CPP_SBRS=.\WinDebug/ -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -BSC32_FLAGS=/nologo /o"$(OUTDIR)/ntpq.bsc" -BSC32_SBRS= \ - "$(INTDIR)\ntpq.sbr" \ - "$(INTDIR)\ntpq_ops.sbr" \ - "$(INTDIR)\version.sbr" - -"$(OUTDIR)\ntpq.bsc" : "$(OUTDIR)" $(BSC32_SBRS) - $(BSC32) @<< - $(BSC32_FLAGS) $(BSC32_SBRS) -<< - -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 -# ADD LINK32 wsock32.lib winmm.lib ..\libntp\WinDebug\libntp.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386 -LINK32_FLAGS=wsock32.lib winmm.lib ..\libntp\WinDebug\libntp.lib kernel32.lib\ - user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\ - ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)/ntpq.pdb" /debug /machine:I386 /out:"$(OUTDIR)/ntpq.exe" -LINK32_OBJS= \ - "$(INTDIR)\ntpq.obj" \ - "$(INTDIR)\ntpq_ops.obj" \ - "$(INTDIR)\version.obj" - -"$(OUTDIR)\ntpq.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.cpp{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.cxx{$(CPP_OBJS)}.obj: - $(CPP) $(CPP_PROJ) $< - -.c{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -.cpp{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -.cxx{$(CPP_SBRS)}.sbr: - $(CPP) $(CPP_PROJ) $< - -################################################################################ -# Begin Target - -# Name "ntpq - Win32 Release" -# Name "ntpq - Win32 Debug" - -!IF "$(CFG)" == "ntpq - Win32 Release" - -!ELSEIF "$(CFG)" == "ntpq - Win32 Debug" - -!ENDIF - -################################################################################ -# Begin Source File - -SOURCE=.\ntpq.c -DEP_CPP_NTPQ_=\ - "..\include\ntp_calendar.h"\ - "..\include\ntp_io.h"\ - "..\include\ntp_machine.h"\ - "..\include\ntp_select.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_types.h"\ - "..\include\ntp_unixtime.h"\ - "..\include\winnt\netdb.h"\ - "..\include\winnt\sys/time.h"\ - ".\ntpq.h"\ - {$(INCLUDE)}"\sys\timeb.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - - -"$(INTDIR)\ntpq.obj" : $(SOURCE) $(DEP_CPP_NTPQ_) "$(INTDIR)" - -"$(INTDIR)\ntpq.sbr" : $(SOURCE) $(DEP_CPP_NTPQ_) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\version.c - -"$(INTDIR)\version.obj" : $(SOURCE) "$(INTDIR)" - -"$(INTDIR)\version.sbr" : $(SOURCE) "$(INTDIR)" - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ntpq_ops.c -DEP_CPP_NTPQ_O=\ - "..\include\ntp_machine.h"\ - "..\include\ntp_stdlib.h"\ - "..\include\ntp_types.h"\ - "..\include\winnt\netdb.h"\ - "..\include\winnt\sys/time.h"\ - ".\ntpq.h"\ - {$(INCLUDE)}"\sys\timeb.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - - -"$(INTDIR)\ntpq_ops.obj" : $(SOURCE) $(DEP_CPP_NTPQ_O) "$(INTDIR)" - -"$(INTDIR)\ntpq_ops.sbr" : $(SOURCE) $(DEP_CPP_NTPQ_O) "$(INTDIR)" - - -# End Source File -# End Target -# End Project -################################################################################