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