Makefile_old 571 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
include .defs.mk

TYPE := kernel

ARCHIVE_TARGET := dbtup
SOURCES = \
        DbtupExecQuery.cpp \
        DbtupBuffer.cpp \
        DbtupRoutines.cpp \
        DbtupCommit.cpp \
        DbtupFixAlloc.cpp \
        DbtupTrigger.cpp \
        DbtupAbort.cpp \
        DbtupLCP.cpp \
        DbtupUndoLog.cpp \
        DbtupPageMap.cpp \
        DbtupPagMan.cpp  \
        DbtupStoredProcDef.cpp \
        DbtupMeta.cpp \
        DbtupTabDesMan.cpp \
	DbtupGen.cpp \
        DbtupSystemRestart.cpp \
	DbtupIndex.cpp \
        DbtupDebug.cpp

include $(NDB_TOP)/Epilogue.mk