summaryrefslogtreecommitdiff
path: root/src/c/jerasure/src/Makefile.am
blob: 070f545c560a3b8d0fba4f9f5b12bfa1782f04f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Jerasure AM file

AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = $(SIMD_FLAGS)

lib_LTLIBRARIES = libJerasure.la
libJerasure_la_SOURCES = galois.c jerasure.c reed_sol.c cauchy.c liberation.c
libJerasure_la_LDFLAGS = -version-info 2:0:0
libJerasure_la_LIBADD = -lgf_complete
include_HEADERS = ../include/jerasure.h

# Install additional Jerasure header files in their own directory.
jerasureincludedir = $(includedir)/jerasure
jerasureinclude_HEADERS = \
  ../include/cauchy.h \
  ../include/galois.h \
  ../include/liberation.h \
  ../include/reed_sol.h

noinst_HEADERS = ../include/timing.h
noinst_LIBRARIES = libtiming.a
libtiming_a_SOURCES = timing.c