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

Private GIT Repository
aze
[Cipher_code.git] / IDA_new / gf-complete / examples / Makefile.am
1 # GF-Complete 'examples' AM file
2
3 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
4 AM_CFLAGS = -O3 $(SIMD_FLAGS) -fPIC
5
6 bin_PROGRAMS = gf_example_1 gf_example_2 gf_example_3 gf_example_4 \
7                gf_example_5 gf_example_6 gf_example_7
8
9 gf_example_1_SOURCES = gf_example_1.c
10 #gf_example_1_LDFLAGS = -lgf_complete
11 gf_example_1_LDADD = ../src/libgf_complete.la
12
13 gf_example_2_SOURCES = gf_example_2.c
14 #gf_example_2_LDFLAGS = -lgf_complete
15 gf_example_2_LDADD = ../src/libgf_complete.la
16
17 gf_example_3_SOURCES = gf_example_3.c
18 #gf_example_3_LDFLAGS = -lgf_complete
19 gf_example_3_LDADD = ../src/libgf_complete.la
20
21 gf_example_4_SOURCES = gf_example_4.c
22 #gf_example_4_LDFLAGS = -lgf_complete
23 gf_example_4_LDADD = ../src/libgf_complete.la
24
25 gf_example_5_SOURCES = gf_example_5.c
26 #gf_example_5_LDFLAGS = -lgf_complete
27 gf_example_5_LDADD = ../src/libgf_complete.la
28
29 gf_example_6_SOURCES = gf_example_6.c
30 #gf_example_6_LDFLAGS = -lgf_complete
31 gf_example_6_LDADD = ../src/libgf_complete.la
32
33 gf_example_7_SOURCES = gf_example_7.c
34 #gf_example_7_LDFLAGS = -lgf_complete
35 gf_example_7_LDADD = ../src/libgf_complete.la
36
37