]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/sntp/unity/Makefile.am
Fix multiple vulnerabilities of ntp.
[FreeBSD/releng/10.2.git] / contrib / ntp / sntp / unity / Makefile.am
1 #AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects
2 NULL =
3 BUILT_SOURCES =
4 CLEANFILES =
5
6 noinst_LIBRARIES = libunity.a
7
8 libunity_a_CFLAGS =                     \
9         -DUNITY_INCLUDE_CONFIG_H        \
10         $(NULL)
11
12 libunity_a_SOURCES =                            \
13         ../libpkgver/colcomp.c                  \
14         unity.c                                 \
15         ulib_setup.c                            \
16         ulib_teardown.c                         \
17         unity.h                                 \
18         unity_config.h                          \
19         unity_internals.h                       \
20         unity_fixture.c                         \
21         unity_fixture.h                         \
22         unity_fixture_internals.h               \
23         unity_fixture_malloc_overrides.h        \
24         unity_config.h                          \
25         $(NULL)
26
27 include $(top_srcdir)/depsver.mf
28 include $(top_srcdir)/includes.mf