# HMS: we may not need some of these:
LDADD = \
$(top_builddir)/sntp/unity/libunity.a \
$(top_builddir)/libntp/libntp.a \
$(top_builddir)/ntpd/libntpd.a \
$(LDADD_LIBNTP) \
$(PTHREAD_LIBS) \
$(LDADD_NTP) \
$(LIBM) \
$(NULL)
# HMS: we may not need some of these:
AM_CPPFLAGS = $(NTP_INCS)
AM_CPPFLAGS += -I$(top_srcdir)/sntp/unity
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += $(CPPFLAGS_NTP)
AM_CPPFLAGS += -DUNITY_INCLUDE_CONFIG_H
AM_CPPFLAGS += -I$(top_srcdir)/sntp/unity
AM_CPPFLAGS += $(NTP_HARD_CPPFLAGS)
# HMS: we may not need some of these:
#noinst_HEADERS = ntpdtest.h \
# $(NULL)
TESTS =
if !NTP_CROSSCOMPILE
TESTS += $(check_PROGRAMS)
endif
include $(top_srcdir)/check-libntp.mf
include $(top_srcdir)/check-libntpd.mf
include $(top_srcdir)/check-libunity.mf
include $(top_srcdir)/depsver.mf
include $(top_srcdir)/includes.mf