1#AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies 2AUTOMAKE_OPTIONS = ../util/ansi2knr 3noinst_LIBRARIES = libntp.a @MAKE_LIBNTPSIM@ 4EXTRA_LIBRARIES = libntpsim.a 5libntp_a_SRCS = a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c \ 6 audio.c authkeys.c authreadkeys.c authusekey.c binio.c buftvtots.c \ 7 caljulian.c calleapwhen.c caltontp.c calyearstart.c clocktime.c \ 8 clocktypes.c decodenetnum.c dofptoa.c dolfptoa.c emalloc.c \ 9 findconfig.c fptoa.c fptoms.c getopt.c gpstolfp.c hextoint.c \ 10 hextolfp.c humandate.c icom.c ieee754io.c inttoa.c iosignal.c \ 11 lib_strbuf.c machines.c md5c.c memmove.c mfp_mul.c mfptoa.c \ 12 mfptoms.c mktime.c modetoa.c mstolfp.c msutotsf.c msyslog.c netof.c \ 13 ntp_rfc2553.c numtoa.c numtohost.c octtoint.c prettydate.c \ 14 ranny.c recvbuff.c refnumtoa.c snprintf.c socktoa.c socktohost.c \ 15 statestr.c strdup.c strerror.c strstr.c \ 16 syssignal.c tsftomsu.c tstotv.c tvtoa.c tvtots.c \ 17 uglydate.c uinttoa.c utvtoa.c ymd2yd.c \ 18 $(srcdir)/../libisc/assertions.c $(srcdir)/../libisc/error.c \ 19 $(srcdir)/../libisc/interfaceiter.c $(srcdir)/../libisc/lib.c \ 20 $(srcdir)/../libisc/mem.c $(srcdir)/../libisc/msgcat.c \ 21 $(srcdir)/../libisc/net.c $(srcdir)/../libisc/isc_strerror.c \ 22 $(srcdir)/../libisc/inet_ntop.c 23libntp_a_SOURCES = systime.c $(libntp_a_SRCS) 24libntpsim_a_SOURCES = systime_s.c $(libntp_a_SRCS) 25EXTRA_libntp_a_SOURCES = adjtimex.c log.c random.c 26INCLUDES = -I$(top_srcdir)/include -I../include 27ETAGS_ARGS = Makefile.am 28 29noinst_HEADERS = lib_strbuf.h log.h 30 31../include/des.h: 32 touch ../include/des.h 33 34EXTRA_DIST = README 35 36