2004-06-24 21:10:31 +00:00
|
|
|
#SUBDIRS=operations logger
|
|
|
|
#LDADD=$(top_builddir)/src/pbl/libpbl.a
|
|
|
|
lib_LIBRARIES=liblladd.a
|
|
|
|
#liblladd_a_LIBADD=logger/liblogger.a operations/liboperations.a
|
|
|
|
# removed: recovery.c transactional.c logger.c logger/logparser.c logger/logstreamer.c
|
2004-10-12 02:44:47 +00:00
|
|
|
liblladd_a_SOURCES=crc32.c common.c stats.c io.c bufferManager.c linkedlist.c operations.c \
|
2004-10-02 07:29:34 +00:00
|
|
|
pageFile.c pageCache.c page.c blobManager.c recovery2.c transactional2.c \
|
2005-02-09 02:53:14 +00:00
|
|
|
lockManager.c \
|
|
|
|
logger/logEntry.c logger/logWriter.c logger/logHandle.c logger/logger2.c \
|
2005-03-08 07:53:53 +00:00
|
|
|
logger/logMemory.c \
|
2005-02-14 02:49:59 +00:00
|
|
|
page/slotted.c page/header.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 \
|
|
|
|
operations/alloc.c operations/noop.c operations/instantSet.c \
|
2005-01-28 03:32:17 +00:00
|
|
|
operations/arrayList.c hash.c operations/linearHash.c \
|
|
|
|
operations/naiveLinearHash.c operations/nestedTopActions.c \
|
|
|
|
operations/linearHashNTA.c operations/linkedListNTA.c \
|
|
|
|
operations/pageOrientedListNTA.c
|
2005-01-31 01:34:29 +00:00
|
|
|
#operations/lladdhash.c
|
2004-06-24 21:10:31 +00:00
|
|
|
AM_CFLAGS= -g -Wall -pedantic -std=gnu99
|