]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ntp/sntp/check-libntp.mf
Copy googletest 1.8.1 from ^/vendor/google/googletest/1.8.1 to .../contrib/googletest
[FreeBSD/FreeBSD.git] / contrib / ntp / sntp / check-libntp.mf
1 ## check-libntp.mf - automake fragment
2 ##
3 ## tests/libntp/Makefile.am
4 ## sntp/tests/Makefile.am
5 ## The above files have adaptations of this for deeper nesting.
6
7 BUILT_SOURCES   += check-libntp
8 CLEANFILES      += check-libntp
9
10 check-libntp: ../libntp/libntp.a
11
12 ../libntp/libntp.a:
13         cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
14