2007-06-25 15:47:28 +00:00
|
|
|
nobase_pkginclude_HEADERS=$(wildcard *.h) $(wildcard */*.h)
|
|
|
|
lib_LTLIBRARIES=libstasis.la
|
2008-11-07 03:44:41 +00:00
|
|
|
libstasis_la_SOURCES=crc32.c redblack.c lhtable.c rw.c doubleLinkedList.c common.c flags.c \
|
2008-11-13 20:08:37 +00:00
|
|
|
stats.c linkedlist.c operations.c pageHandle.c \
|
|
|
|
page.c bufferPool.c blobManager.c recovery2.c truncation.c \
|
2006-07-29 00:56:54 +00:00
|
|
|
transactional2.c allocationPolicy.c \
|
2005-03-23 08:07:53 +00:00
|
|
|
lockManager.c iterator.c consumer.c arrayCollection.c ringbuffer.c fifo.c multiplexer.c graph.c\
|
2008-11-13 20:08:37 +00:00
|
|
|
logger/logEntry.c \
|
2008-12-29 20:01:37 +00:00
|
|
|
logger/logWriterUtils.c logger/safeWrites.c \
|
|
|
|
logger/filePool.c \
|
2008-11-13 20:08:37 +00:00
|
|
|
logger/inMemoryLog.c logger/logHandle.c logger/logger2.c \
|
2005-03-16 00:52:21 +00:00
|
|
|
logger/logMemory.c \
|
2009-03-15 07:21:37 +00:00
|
|
|
page/raw.c page/slotted.c page/lsnFree.c page/fixed.c compensations.c \
|
2004-10-02 07:29:34 +00:00
|
|
|
operations/pageOperations.c page/indirect.c operations/decrement.c \
|
|
|
|
operations/increment.c operations/prepare.c operations/set.c \
|
2008-09-30 15:34:42 +00:00
|
|
|
operations/alloc.c operations/noop.c \
|
|
|
|
operations/arrayList.c hash.c \
|
2008-11-13 00:06:35 +00:00
|
|
|
operations/naiveLinearHash.c \
|
2005-01-28 03:32:17 +00:00
|
|
|
operations/linearHashNTA.c operations/linkedListNTA.c \
|
2008-10-04 01:35:56 +00:00
|
|
|
operations/pageOrientedListNTA.c \
|
2007-08-14 01:17:31 +00:00
|
|
|
operations/regions.c operations/lsmTree.c \
|
2009-03-15 07:21:37 +00:00
|
|
|
operations/lsnFreeSet.c \
|
2007-08-20 21:58:20 +00:00
|
|
|
io/rangeTracker.c io/memory.c io/file.c io/pfile.c io/non_blocking.c \
|
|
|
|
io/debug.c \
|
2008-11-13 20:08:37 +00:00
|
|
|
bufferManager.c \
|
|
|
|
bufferManager/pageArray.c \
|
|
|
|
bufferManager/bufferHash.c \
|
|
|
|
bufferManager/legacy/pageFile.c \
|
|
|
|
bufferManager/legacy/pageCache.c \
|
|
|
|
bufferManager/legacy/legacyBufferManager.c \
|
2007-03-11 07:45:17 +00:00
|
|
|
replacementPolicy/lru.c replacementPolicy/lruFast.c
|
2006-06-13 22:48:50 +00:00
|
|
|
AM_CFLAGS=${GLOBAL_CFLAGS}
|