blob: d38796857fecc2cb7266f2fb03b8148b2c0fa5e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## check-libntp.mf - automake fragment
##
## tests/libntp/Makefile.am
## sntp/tests/Makefile.am
## The above files have adaptations of this for deeper nesting.
BUILT_SOURCES += check-libntp
CLEANFILES += check-libntp
check-libntp: ../libntp/libntp.a
../libntp/libntp.a:
cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
|