xref: /freebsd/contrib/ntp/sntp/check-libunity.mf (revision f5f40dd63bc7acbb5312b26ac1ea1103c12352a6)
1a466cc55SCy Schubert## check-libunity.mf - automake fragment
2a466cc55SCy Schubert##
3a466cc55SCy Schubert## ../check-libunity.mf
4a466cc55SCy Schubert## The above file has a version of this for the non-sntp
5a466cc55SCy Schubert## part of the ntp tree.
6a466cc55SCy Schubert
7a466cc55SCy SchubertBUILT_SOURCES	+= check-libunity
8a466cc55SCy SchubertCLEANFILES	+= check-libunity
9a466cc55SCy Schubert
10a466cc55SCy Schubertcheck-libunity: $(top_builddir)/unity/libunity.a
11*f5f40dd6SCy Schubert	@echo stamp > $@
12a466cc55SCy Schubert
13a466cc55SCy Schubert$(top_builddir)/unity/libunity.a:
14a466cc55SCy Schubert	cd $(top_builddir)/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a
15