blob: e880351111d0460f68ddfd7869af50068db2108e [file] [log] [blame]
Thomas Tsou7e4e5362013-10-30 21:18:55 -04001if !ARCH_ARM
Thomas Tsou17bbb9b2013-10-30 21:24:40 -04002AM_CFLAGS = -Wall -std=gnu99 -march=native -I../common
3
4noinst_LTLIBRARIES = libarch.la
5
6libarch_la_SOURCES = \
7 ../common/convolve_base.c \
8 convert.c \
9 convolve.c
Thomas Tsou7e4e5362013-10-30 21:18:55 -040010endif