gf-complete/test/Makefile.am

12 lines
259 B
Makefile
Raw Normal View History

# GF-Complete 'test' AM file
2014-08-07 02:54:21 +04:00
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