File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / libntp / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 1 month ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

    1: NULL=
    2: #AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies
    3: AUTOMAKE_OPTIONS = 
    4: BUILT_SOURCES =
    5: CLEANFILES =
    6: noinst_LIBRARIES = libntp.a @MAKE_LIBNTPSIM@
    7: EXTRA_LIBRARIES = libntpsim.a
    8: libntp_a_SRCS =						\
    9: 	a_md5encrypt.c					\
   10: 	adjtime.c					\
   11: 	atoint.c					\
   12: 	atolfp.c					\
   13: 	atouint.c					\
   14: 	audio.c						\
   15: 	authkeys.c					\
   16: 	authreadkeys.c					\
   17: 	authusekey.c					\
   18: 	bsd_strerror.c					\
   19: 	buftvtots.c					\
   20: 	caljulian.c					\
   21: 	caltontp.c					\
   22: 	calyearstart.c					\
   23: 	clocktime.c					\
   24: 	clocktypes.c					\
   25: 	decodenetnum.c					\
   26: 	dofptoa.c					\
   27: 	dolfptoa.c					\
   28: 	emalloc.c					\
   29: 	findconfig.c					\
   30: 	fptoa.c						\
   31: 	fptoms.c					\
   32: 	getopt.c					\
   33: 	hextoint.c					\
   34: 	hextolfp.c					\
   35: 	humandate.c					\
   36: 	icom.c						\
   37: 	inttoa.c					\
   38: 	iosignal.c					\
   39: 	lib_strbuf.c					\
   40: 	machines.c					\
   41: 	memmove.c					\
   42: 	mfptoa.c					\
   43: 	ntp_lineedit.c					\
   44: 	mfptoms.c					\
   45: 	mktime.c					\
   46: 	modetoa.c					\
   47: 	mstolfp.c					\
   48: 	msutotsf.c					\
   49: 	msyslog.c					\
   50: 	netof.c						\
   51: 	ntp_libopts.c					\
   52: 	ntp_rfc2553.c					\
   53: 	numtoa.c					\
   54: 	numtohost.c					\
   55: 	octtoint.c					\
   56: 	prettydate.c					\
   57: 	ntp_random.c					\
   58: 	recvbuff.c					\
   59: 	refnumtoa.c					\
   60: 	snprintf.c					\
   61: 	socktoa.c					\
   62: 	socktohost.c					\
   63: 	ssl_init.c					\
   64: 	statestr.c					\
   65: 	strdup.c					\
   66: 	strstr.c					\
   67: 	syssignal.c					\
   68: 	tsftomsu.c					\
   69: 	tstotv.c					\
   70: 	tvtots.c					\
   71: 	uglydate.c					\
   72: 	uinttoa.c					\
   73: 	ymd2yd.c					\
   74: 	$(srcdir)/../lib/isc/assertions.c		\
   75: 	$(srcdir)/../lib/isc/buffer.c			\
   76: 	$(srcdir)/../lib/isc/nothreads/condition.c	\
   77: 	$(srcdir)/../lib/isc/unix/dir.c			\
   78: 	$(srcdir)/../lib/isc/error.c			\
   79: 	$(srcdir)/../lib/isc/unix/errno2result.c	\
   80: 	$(srcdir)/../lib/isc/event.c			\
   81: 	$(srcdir)/../lib/isc/unix/file.c		\
   82: 	$(srcdir)/../lib/isc/inet_ntop.c		\
   83: 	$(srcdir)/../lib/isc/inet_pton.c		\
   84: 	$(srcdir)/../lib/isc/unix/interfaceiter.c	\
   85: 	$(srcdir)/../lib/isc/lib.c			\
   86: 	$(srcdir)/../lib/isc/log.c			\
   87: 	$(srcdir)/../lib/isc/md5.c			\
   88: 	$(srcdir)/../lib/isc/nls/msgcat.c		\
   89: 	$(srcdir)/../lib/isc/unix/net.c			\
   90: 	$(srcdir)/../lib/isc/netaddr.c			\
   91: 	$(srcdir)/../lib/isc/netscope.c			\
   92: 	$(srcdir)/../lib/isc/ondestroy.c		\
   93: 	$(srcdir)/../lib/isc/random.c			\
   94: 	$(srcdir)/../lib/isc/result.c			\
   95: 	$(srcdir)/../lib/isc/unix/stdio.c		\
   96: 	$(srcdir)/../lib/isc/unix/stdtime.c		\
   97: 	$(srcdir)/../lib/isc/unix/strerror.c		\
   98: 	$(srcdir)/../lib/isc/task.c			\
   99: 	$(srcdir)/../lib/isc/nothreads/thread.c		\
  100: 	$(srcdir)/../lib/isc/unix/time.c		\
  101: 	$(srcdir)/../lib/isc/sockaddr.c			\
  102: 	$(NULL)
  103: libntp_a_SOURCES = systime.c $(libntp_a_SRCS)
  104: libntpsim_a_SOURCES = systime_s.c $(libntp_a_SRCS)
  105: EXTRA_libntp_a_SOURCES = adjtimex.c
  106: ETAGS_ARGS = Makefile.am
  107: INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
  108:  -I$(top_srcdir)/lib/isc/nothreads/include \
  109:  -I$(top_srcdir)/lib/isc/unix/include $(LIBOPTS_CFLAGS)
  110: 
  111: EXTRA_DIST = README
  112: 
  113: include $(top_srcdir)/depsver.mf

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