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