summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: f2e7f90378eed62878c28b2991cca36b5edd2afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# GF-Complete AM file
# Only creates library and distributes header files

INCLUDES=-I./ -I../include
AM_CFLAGS = -O3 $(SIMD_FLAGS) -fPIC $(INCLUDES)

bin_PROGRAMS = gf_unit 

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