1*276da39aSCy Schubert#AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects 2*276da39aSCy SchubertNULL = 3*276da39aSCy SchubertBUILT_SOURCES = 4*276da39aSCy SchubertCLEANFILES = 5*276da39aSCy Schubert 6*276da39aSCy Schubertnoinst_LIBRARIES = libunity.a 7*276da39aSCy Schubert 8*276da39aSCy Schubertlibunity_a_CFLAGS = \ 9*276da39aSCy Schubert -DUNITY_INCLUDE_DOUBLE \ 10*276da39aSCy Schubert $(NULL) 11*276da39aSCy Schubert 12*276da39aSCy Schubertlibunity_a_SOURCES = \ 13*276da39aSCy Schubert ../libpkgver/colcomp.c \ 14*276da39aSCy Schubert unity.c \ 15*276da39aSCy Schubert unity.h \ 16*276da39aSCy Schubert unity_internals.h \ 17*276da39aSCy Schubert unity_fixture.c \ 18*276da39aSCy Schubert unity_fixture.h \ 19*276da39aSCy Schubert unity_fixture_internals.h \ 20*276da39aSCy Schubert unity_fixture_malloc_overrides.h \ 21*276da39aSCy Schubert $(NULL) 22*276da39aSCy Schubert 23*276da39aSCy Schubertinclude $(top_srcdir)/depsver.mf 24*276da39aSCy Schubertinclude $(top_srcdir)/includes.mf 25