blob: 7f39a48c50753f46c29259e20c838b4c7ac4848f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# GF-Complete 'test' AM file
AM_CPPFLAGS=-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
|