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