1## check-libntp.mf - automake fragment 2## 3## sntp/check-libntp.mf 4## The above file has a version of this for the sntp tree. 5 6.PHONY: check-libntp 7 8if LIBNTP_SUBMAKES 9BUILT_SOURCES += check-libntp 10 11check-libntp: 12 cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a 13 14endif 15