gf-complete/test/Makefile.am

13 lines
279 B
Makefile

# 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