1276da39aSCy SchubertNULL = 2276da39aSCy SchubertBUILT_SOURCES = 3276da39aSCy SchubertCLEANFILES = 4*a466cc55SCy SchubertDISTCLEANFILES = 5276da39aSCy Schubert 6f0574f5cSXin LIAM_CFLAGS = $(NTP_HARD_CFLAGS) 7f0574f5cSXin LIAM_CPPFLAGS = $(NTP_HARD_CPPFLAGS) 8f0574f5cSXin LIAM_LDFLAGS = $(NTP_HARD_LDFLAGS) 9f0574f5cSXin LI 10276da39aSCy Schubertnoinst_LIBRARIES = libunity.a 11276da39aSCy Schubert 12276da39aSCy Schubertlibunity_a_CFLAGS = \ 139034852cSGleb Smirnoff -DUNITY_INCLUDE_CONFIG_H \ 14f0574f5cSXin LI $(AM_CFLAGS) \ 15276da39aSCy Schubert $(NULL) 16276da39aSCy Schubert 17276da39aSCy Schubertlibunity_a_SOURCES = \ 18*a466cc55SCy Schubert libpkgver-colcomp.c \ 19276da39aSCy Schubert unity.c \ 20f391d6bcSXin LI ulib_setup.c \ 21f391d6bcSXin LI ulib_teardown.c \ 22276da39aSCy Schubert unity.h \ 239034852cSGleb Smirnoff unity_config.h \ 24276da39aSCy Schubert unity_internals.h \ 25276da39aSCy Schubert unity_fixture.c \ 26276da39aSCy Schubert unity_fixture.h \ 27276da39aSCy Schubert unity_fixture_internals.h \ 28276da39aSCy Schubert unity_fixture_malloc_overrides.h \ 299034852cSGleb Smirnoff unity_config.h \ 30276da39aSCy Schubert $(NULL) 31276da39aSCy Schubert 32276da39aSCy Schubertinclude $(top_srcdir)/depsver.mf 33276da39aSCy Schubertinclude $(top_srcdir)/includes.mf 34