blob: 7a0b75f8f811bd406de994674ecf156452017cbd [file] [log] [blame]
Thomas Tsou7e4e5362013-10-30 21:18:55 -04001if !ARCH_ARM
Philipp Maier78b56272017-03-14 15:29:38 +01002AM_CFLAGS = -Wall -std=gnu99 $(SIMD_FLAGS) -I${srcdir}/../common
Thomas Tsou17bbb9b2013-10-30 21:24:40 -04003
4noinst_LTLIBRARIES = libarch.la
5
6libarch_la_SOURCES = \
7 ../common/convolve_base.c \
Philipp Maierfe976982017-03-16 14:50:25 +01008 ../common/convert_base.c \
Thomas Tsou17bbb9b2013-10-30 21:24:40 -04009 convert.c \
10 convolve.c
Thomas Tsou7e4e5362013-10-30 21:18:55 -040011endif