[build] Main Automake file and modified version of Sparkey's Automake file

This commit is contained in:
Al
2015-08-06 02:14:33 -04:00
parent fe078cff66
commit 4b9f11eca5
2 changed files with 10 additions and 0 deletions

1
Makefile.am Normal file
View File

@@ -0,0 +1 @@
SUBDIRS = src

9
src/sparkey/Makefile.am Normal file
View File

@@ -0,0 +1,9 @@
CFLAGS = -O2 -Wall -Wextra -Wfloat-equal -Wshadow -Wpointer-arith -Werror -pedantic
noinst_LTLIBRARIES = libsparkey.la
libsparkey_la_SOURCES = endiantools.h hashheader.h logheader.h \
MurmurHash3.h buf.c hashalgorithms.c hashiter.c hashwriter.c \
logreader.c returncodes.c util.c buf.h hashalgorithms.h hashiter.h \
sparkey.h util.h endiantools.c \
hashheader.c hashreader.c logheader.c logwriter.c MurmurHash3.c \
sparkey-internal.h