aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/x86/Makefile.am
blob: 7a0b75f8f811bd406de994674ecf156452017cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
if !ARCH_ARM
AM_CFLAGS = -Wall -std=gnu99 $(SIMD_FLAGS) -I${srcdir}/../common

noinst_LTLIBRARIES = libarch.la

libarch_la_SOURCES = \
	../common/convolve_base.c \
	../common/convert_base.c \
	convert.c \
	convolve.c
endif