34 lines
688 B
Makefile
Raw Normal View History

#AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects
NULL =
BUILT_SOURCES =
CLEANFILES =
2017-03-23 05:19:00 +00:00
AM_CFLAGS = $(NTP_HARD_CFLAGS)
AM_CPPFLAGS = $(NTP_HARD_CPPFLAGS)
AM_LDFLAGS = $(NTP_HARD_LDFLAGS)
noinst_LIBRARIES = libunity.a
libunity_a_CFLAGS = \
2015-10-21 19:16:13 +00:00
-DUNITY_INCLUDE_CONFIG_H \
2017-03-23 05:19:00 +00:00
$(AM_CFLAGS) \
$(NULL)
libunity_a_SOURCES = \
../libpkgver/colcomp.c \
unity.c \
2016-11-22 06:28:26 +00:00
ulib_setup.c \
ulib_teardown.c \
unity.h \
2015-10-21 19:16:13 +00:00
unity_config.h \
unity_internals.h \
unity_fixture.c \
unity_fixture.h \
unity_fixture_internals.h \
unity_fixture_malloc_overrides.h \
2015-10-21 19:16:13 +00:00
unity_config.h \
$(NULL)
include $(top_srcdir)/depsver.mf
include $(top_srcdir)/includes.mf