003 File Manager
Current Path:
/usr/src/contrib/ntp
usr
/
src
/
contrib
/
ntp
/
📁
..
📄
COPYRIGHT
(11.68 KB)
📄
ChangeLog
(255.44 KB)
📄
CommitLog
(5.28 MB)
📄
CommitLog-4.1.0
(190.65 KB)
📄
INSTALL
(7.37 KB)
📄
Makefile.am
(3.75 KB)
📄
Makefile.in
(35.03 KB)
📄
NEWS
(168.96 KB)
📄
NOTES.y2kfixes
(2.63 KB)
📄
README
(5.44 KB)
📄
README.bk
(219 B)
📄
README.hackers
(348 B)
📄
README.leapsmear
(12.84 KB)
📄
README.patches
(1.62 KB)
📄
README.pullrequests
(3.73 KB)
📄
README.refclocks
(2.03 KB)
📄
README.versions
(817 B)
📄
TODO
(2.77 KB)
📄
WHERE-TO-START
(2.26 KB)
📄
aclocal.m4
(49.18 KB)
📁
adjtimed
📄
bincheck.mf
(605 B)
📄
bootstrap
(4.69 KB)
📄
build
(4.15 KB)
📄
check-libopts.mf
(374 B)
📁
clockstuff
📁
conf
📄
config.h.in
(42.64 KB)
📄
configure
(922.38 KB)
📄
configure.ac
(91.87 KB)
📄
deps-ver
(29 B)
📄
depsver.mf
(2.2 KB)
📄
dot.emacs
(521 B)
📄
flock-build
(3.27 KB)
📁
html
📁
include
📄
includes.mf
(238 B)
📁
kernel
📁
lib
📁
libjsmn
📁
libntp
📁
libparse
📁
ntpd
📁
ntpdate
📁
ntpdc
📁
ntpq
📁
ntpsnmpd
📄
packageinfo.sh
(3.04 KB)
📁
parseutil
📄
readme.y2kfixes
(4.76 KB)
📄
results.y2kfixes
(2.86 KB)
📁
scripts
📁
sntp
📁
util
Editing: Makefile.am
ACLOCAL_AMFLAGS = -I sntp/m4 -I sntp/libevent/m4 -I sntp/libopts/m4 NULL = # moved sntp first to get libtool and libevent built. SUBDIRS = \ scripts \ include \ libntp \ sntp \ libparse \ ntpd \ ntpdate \ ntpdc \ ntpq \ ntpsnmpd \ parseutil \ adjtimed \ clockstuff \ kernel \ util \ tests \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = -C --with-sntp --enable-local-libevent $(NTP_DCF) EXTRA_DIST = \ $(srcdir)/COPYRIGHT \ ChangeLog \ CommitLog \ CommitLog-4.1.0 \ NEWS \ NOTES.y2kfixes \ README.bk \ README.hackers \ README.leapsmear \ README.patches \ README.pullrequests \ README.refclocks \ README.versions \ TODO \ WHERE-TO-START \ bootstrap \ build \ config.h.in \ dot.emacs \ flock-build \ packageinfo.sh \ readme.y2kfixes \ results.y2kfixes \ \ conf \ html \ lib/isc \ libjsmn \ ports \ \ deps-ver \ \ $(NULL) CLEANFILES = DISTCLEANFILES = .gcc-warning # HMS: Keep .gcc-warning first, as that way it gets printed first. BUILT_SOURCES = \ .gcc-warning \ libtool \ html/.datecheck \ $(srcdir)/COPYRIGHT \ $(srcdir)/.checkChangeLog \ $(NULL) .gcc-warning: @echo "Compiling with GCC now generates lots of new warnings." @echo " " @echo "Don't be concerned. They're just warnings." @echo " " @echo "Don't send bug reports about the warnings, either." @echo " " @echo "Feel free to send patches that fix these warnings, though." @echo " " @sleep 1 @touch $@ html/.datecheck: FRC.html cd $(srcdir)/html && \ ../scripts/build/checkHtmlFileDates libtool: $(LIBTOOL_DEPS) ./config.status --recheck sntp/built-sources-only: FRC.sntp @cd sntp && $(MAKE) $(AM_MAKEFLAGS) built-sources-only $(srcdir)/COPYRIGHT: $(srcdir)/html/copyright.html { echo "This file is automatically generated from html/copyright.html" ; \ lynx -dump $(srcdir)/html/copyright.html ;} > COPYRIGHT.new \ && mv -f COPYRIGHT.new $(srcdir)/COPYRIGHT COPYRIGHT-please: $(srcdir)/COPYRIGHT @: do-nothing action to prevent default \ This target is needed by sntp/Makefile.am on decrepit \ FreeBSD 6.x make which fails with "make COPYRIGHT" \ configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \ Rather than determine our $(srcdir) from sntp/Makefile.am \ COPYRIGHT-please serves as a fixed target. $(srcdir)/.checkChangeLog: $(srcdir)/ChangeLog $(srcdir)/scripts/build/checkChangeLog cd $(srcdir) && \ ./scripts/build/checkChangeLog dist-hook: @find $(distdir) -type d -name SCCS -print | xargs rm -rf install-data-local: @echo "Installing stand-alone HTML documentation" @( cd $(srcdir) && \ for i in `find html -type d | grep -v SCCS` ; \ do $(INSTALL) -d $(DESTDIR)$(htmldir)/$$i ; done ) @( cd $(srcdir) && \ for i in `find html -type f | grep -v SCCS` ; \ do $(INSTALL_DATA) $$i $(DESTDIR)$(htmldir)/$$i ; done ) uninstall-local: rm -rf $(DESTDIR)$(htmldir)/html CommitLog: FRC.CommitLog cd $(srcdir) \ && $(PATH_TEST) -e CommitLog \ -a SCCS/s.ChangeSet -ot CommitLog \ || scripts/build/genCommitLog # HMS: The following seems to be a work-in-progress... CVO=`$(srcdir)/sntp/libevent/build-aux/config.guess` .buildcvo: echo "$(CVO)" > .buildcvo .checkcvo: .buildcvo FRC.checkcvo @if [ "`cat .buildcvo`" != "$(CVO)" ];then \ echo "This directory was configured for `cat .buildcvo`"; \ echo "but this machine is a $(CVO)"; \ exit 1; \ fi BHOST=`(hostname || uname -n)` .buildhost: echo "$(BHOST)" > .buildhost .checkhost: .buildhost FRC.checkhost @if [ "`cat .buildhost`" != "$(BHOST)" ];then \ echo "Built on `cat .buildhost` but this is $(BHOST)"; \ echo " "; \ fi FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp: @: do-nothing action prevents any default # HMS: what was I trying to do with this? #dot.emacs: FRC.distwarn
Upload File
Create Folder