1## check-libunity.mf - automake fragment 2## 3## sntp/check-libunity.mf 4## The above file has a version of this for the sntp tree. 5 6BUILT_SOURCES += check-libunity 7 8check-libunity: $(top_builddir)/sntp/unity/libunity.a 9 @: avoid default SCCS get by some make implementations 10 11$(top_builddir)/sntp/unity/libunity.a: 12 cd $(top_builddir)/sntp/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a 13 14