summaryrefslogtreecommitdiff
path: root/sntp/check-libntp.mf
blob: b867a3a9a9f72232ee9ce19d4aa7bfea8ae16049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## 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
	@echo stamp > $@

../libntp/libntp.a:
	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a