summaryrefslogtreecommitdiff
path: root/src/c/gf-complete/test/Makefile.am
blob: a1fbf9187525585f7b2c1753b2950d7579fe1733 (plain)
1
2
3
4
5
6
7
8
9
10
# GF-Complete 'test' AM file

AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
AM_CFLAGS = -O3 $(SIMD_FLAGS) -fPIC

bin_PROGRAMS = gf_unit

gf_unit_SOURCES = gf_unit.c
#gf_unit_LDFLAGS = -lgf_complete
gf_unit_LDADD = ../src/libgf_complete.la