1#AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects 2NULL = 3BUILT_SOURCES = 4CLEANFILES = 5 6noinst_LIBRARIES = libunity.a 7 8libunity_a_CFLAGS = \ 9 -DUNITY_INCLUDE_CONFIG_H \ 10 $(NULL) 11 12libunity_a_SOURCES = \ 13 ../libpkgver/colcomp.c \ 14 unity.c \ 15 unity.h \ 16 unity_config.h \ 17 unity_internals.h \ 18 unity_fixture.c \ 19 unity_fixture.h \ 20 unity_fixture_internals.h \ 21 unity_fixture_malloc_overrides.h \ 22 unity_config.h \ 23 $(NULL) 24 25include $(top_srcdir)/depsver.mf 26include $(top_srcdir)/includes.mf 27