]> AND Private Git Repository - Cipher_code.git/blob - IDA_new/gf-complete/test/Makefile.am
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/Cipher_code
[Cipher_code.git] / IDA_new / gf-complete / test / Makefile.am
1 # GF-Complete 'test' AM file
2
3 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
4 AM_CFLAGS = -O3 -fPIC
5
6 bin_PROGRAMS = gf_unit 
7
8 gf_unit_SOURCES = gf_unit.c
9 #gf_unit_LDFLAGS = -lgf_complete
10 gf_unit_LDADD = ../src/libgf_complete.la
11