Initial commit

This commit is contained in:
2017-09-19 08:27:10 +02:00
commit 3b2e49f7b7
138 changed files with 199299 additions and 0 deletions

15
makefile.am Normal file
View File

@@ -0,0 +1,15 @@
## Makefile.am -- processed by automake to produce Makefile.in
##
##libexecdir = $(exec_prefix)/libexec
include_HEADERS = include/config.h
SUBDIRS = src include
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = @AM_CPPFLAGS@ @CAFE_CPPFLAGS@
AM_LDFLAGS= @AM_LDFLAGS@ @CAFE_LIBS@