1## check-libunity.mf - automake fragment 2## 3## ../check-libunity.mf 4## The above file has a version of this for the non-sntp 5## part of the ntp tree. 6 7BUILT_SOURCES += check-libunity 8CLEANFILES += check-libunity 9 10check-libunity: $(top_builddir)/unity/libunity.a 11 @echo stamp > $@ 12 13$(top_builddir)/unity/libunity.a: 14 cd $(top_builddir)/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a 15