]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/sntp/unity/Makefile.am
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[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_DOUBLE          \
10         $(NULL)
11
12 libunity_a_SOURCES =                            \
13         ../libpkgver/colcomp.c                  \
14         unity.c                                 \
15         unity.h                                 \
16         unity_internals.h                       \
17         unity_fixture.c                         \
18         unity_fixture.h                         \
19         unity_fixture_internals.h               \
20         unity_fixture_malloc_overrides.h        \
21         $(NULL)
22
23 include $(top_srcdir)/depsver.mf
24 include $(top_srcdir)/includes.mf