diff options
Diffstat (limited to 'contrib/ntp/sntp/unity/Makefile.am')
-rw-r--r-- | contrib/ntp/sntp/unity/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/contrib/ntp/sntp/unity/Makefile.am b/contrib/ntp/sntp/unity/Makefile.am new file mode 100644 index 0000000000000..a09e36eb87952 --- /dev/null +++ b/contrib/ntp/sntp/unity/Makefile.am @@ -0,0 +1,24 @@ +#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 |