2008-11-07 03:44:41 +00:00
|
|
|
ADD_LIBRARY(stasis crc32.c redblack.c lhtable.c rw.c doubleLinkedList.c
|
2008-11-13 20:08:37 +00:00
|
|
|
common.c flags.c stats.c bufferManager.c
|
|
|
|
linkedlist.c operations.c pageHandle.c
|
2009-05-13 18:04:53 +00:00
|
|
|
bufferManager/legacy/pageFile.c
|
2008-11-13 20:08:37 +00:00
|
|
|
bufferManager/legacy/pageCache.c
|
|
|
|
bufferManager/legacy/legacyBufferManager.c
|
2009-05-13 18:04:53 +00:00
|
|
|
page.c bufferPool.c blobManager.c
|
2008-03-02 23:25:31 +00:00
|
|
|
recovery2.c truncation.c transactional2.c
|
|
|
|
allocationPolicy.c lockManager.c iterator.c
|
|
|
|
consumer.c arrayCollection.c ringbuffer.c fifo.c
|
|
|
|
multiplexer.c graph.c logger/logEntry.c
|
2008-12-29 20:01:37 +00:00
|
|
|
logger/safeWrites.c logger/logWriterUtils.c
|
2009-05-13 18:04:53 +00:00
|
|
|
logger/filePool.c
|
|
|
|
logger/inMemoryLog.c
|
2008-03-02 23:25:31 +00:00
|
|
|
logger/logHandle.c logger/logger2.c
|
2009-03-15 07:21:37 +00:00
|
|
|
logger/logMemory.c page/raw.c page/slotted.c page/lsnFree.c
|
2009-03-16 08:11:49 +00:00
|
|
|
logger/reorderingHandle.c
|
2009-05-13 18:04:53 +00:00
|
|
|
logger/groupForce.c
|
2008-03-02 23:25:31 +00:00
|
|
|
page/fixed.c compensations.c
|
|
|
|
operations/pageOperations.c page/indirect.c
|
|
|
|
operations/decrement.c operations/increment.c
|
|
|
|
operations/prepare.c operations/set.c
|
|
|
|
operations/alloc.c operations/noop.c
|
2008-09-30 15:34:42 +00:00
|
|
|
operations/arrayList.c
|
2009-03-15 07:21:37 +00:00
|
|
|
operations/lsnFreeSet.c
|
2008-09-30 15:34:42 +00:00
|
|
|
hash.c
|
2008-03-02 23:25:31 +00:00
|
|
|
operations/naiveLinearHash.c
|
|
|
|
operations/linearHashNTA.c
|
|
|
|
operations/linkedListNTA.c
|
2008-10-04 01:35:56 +00:00
|
|
|
operations/pageOrientedListNTA.c
|
2008-03-02 23:25:31 +00:00
|
|
|
operations/regions.c operations/lsmTree.c
|
|
|
|
io/rangeTracker.c io/memory.c io/file.c io/pfile.c
|
2009-05-07 08:52:06 +00:00
|
|
|
io/non_blocking.c io/debug.c io/handle.c
|
2008-03-02 23:25:31 +00:00
|
|
|
bufferManager/pageArray.c
|
|
|
|
bufferManager/bufferHash.c replacementPolicy/lru.c
|
|
|
|
replacementPolicy/lruFast.c)
|
2009-04-29 20:22:41 +00:00
|
|
|
|
|
|
|
INSTALL(TARGETS stasis LIBRARY DESTINATION lib)
|