summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/sntp/unity/Makefile.am
blob: 71092a0d80568c8eafee5e8ab16a8666c1dfb812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects
NULL =
BUILT_SOURCES =
CLEANFILES =

noinst_LIBRARIES = libunity.a

libunity_a_CFLAGS =                  	\
	-DUNITY_INCLUDE_CONFIG_H	\
	$(NULL)

libunity_a_SOURCES =				\
	../libpkgver/colcomp.c			\
	unity.c					\
	ulib_setup.c				\
	ulib_teardown.c				\
	unity.h					\
	unity_config.h				\
	unity_internals.h			\
	unity_fixture.c				\
	unity_fixture.h				\
	unity_fixture_internals.h		\
	unity_fixture_malloc_overrides.h	\
	unity_config.h				\
	$(NULL)

include $(top_srcdir)/depsver.mf
include $(top_srcdir)/includes.mf
OpenPOWER on IntegriCloud