cleanup / reorg

This commit is contained in:
Troy D. Hanson
2011-11-16 21:26:10 -05:00
parent 68e5fcc044
commit bc57eb77bf
9 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ Makefile.in
config.status
config
configure
aclocal.m4

View File

@@ -1,4 +1,4 @@
AM_CFLAGS = -fPIC
AM_CFLAGS = -fPIC -I./include
lib_LIBRARIES = libkvspool.a
libkvspool_a_SOURCES = kvspool.c kvspoolw.c kvspoolr.c kvspool_attrition.c tpl.c
include_HEADERS = kvspool.h

3
README
View File

@@ -1,5 +1,4 @@
kvspool data streaming utilities
License: See LICENSE file
See also: the TODO file
http://troydhanson.github.com/kvspool

View File

@@ -12,7 +12,7 @@ WriteMakefile(
AUTHOR => 'A. U. Thor <adamstr1@>') : ()),
LIBS => ['-L.. -lkvspool'], # e.g., '-lm'
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
INC => '-I. -I..', # e.g., '-I. -I/usr/include/other'
INC => '-I. -I../include -I..', # e.g., '-I. -I/usr/include/other'
# Un-comment this if you add C files to link with later:
# OBJECT => '$(O_FILES)', # link all the C files too
);

View File

@@ -1,4 +1,4 @@
AM_CFLAGS = -I..
AM_CFLAGS = -I.. -I../include
LDADD = -L.. -lkvspool
bin_PROGRAMS = kvsp-spr kvsp-spw kvsp-tee kvsp-size kvsp-status \
kvsp-speed kvsp-mod kvsp-reset