276da39af9
Approved by: roberto, delphij Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0 Security: http://bugs.ntp.org/show_bug.cgi?id=2853 Security: https://www.kb.cert.org/vuls/id/668167 Security: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2015_NTP_Security_Vulnerabi
25 lines
486 B
Makefile
25 lines
486 B
Makefile
#AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects
|
|
NULL =
|
|
BUILT_SOURCES =
|
|
CLEANFILES =
|
|
|
|
noinst_LIBRARIES = libunity.a
|
|
|
|
libunity_a_CFLAGS = \
|
|
-DUNITY_INCLUDE_DOUBLE \
|
|
$(NULL)
|
|
|
|
libunity_a_SOURCES = \
|
|
../libpkgver/colcomp.c \
|
|
unity.c \
|
|
unity.h \
|
|
unity_internals.h \
|
|
unity_fixture.c \
|
|
unity_fixture.h \
|
|
unity_fixture_internals.h \
|
|
unity_fixture_malloc_overrides.h \
|
|
$(NULL)
|
|
|
|
include $(top_srcdir)/depsver.mf
|
|
include $(top_srcdir)/includes.mf
|