mirror of
https://github.com/JHUAPL/kvspool.git
synced 2026-01-07 22:13:49 -05:00
cleanup / reorg
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ Makefile.in
|
||||
config.status
|
||||
config
|
||||
configure
|
||||
aclocal.m4
|
||||
|
||||
@@ -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
3
README
@@ -1,5 +1,4 @@
|
||||
kvspool data streaming utilities
|
||||
|
||||
License: See LICENSE file
|
||||
See also: the TODO file
|
||||
http://troydhanson.github.com/kvspool
|
||||
|
||||
|
||||
@@ -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
|
||||
);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user