45 lines
912 B
Makefile
45 lines
912 B
Makefile
# This is a Makefile fragment, see ../Makefile
|
|
|
|
SRC_DIRS += $(PVDATAAPP)/misc
|
|
|
|
INC += noDefaultMethods.h
|
|
INC += lock.h
|
|
INC += requester.h
|
|
INC += serialize.h
|
|
INC += bitSet.h
|
|
INC += byteBuffer.h
|
|
INC += epicsException.h
|
|
INC += serializeHelper.h
|
|
INC += event.h
|
|
INC += thread.h
|
|
INC += executor.h
|
|
INC += timeFunction.h
|
|
INC += timer.h
|
|
INC += queue.h
|
|
INC += messageQueue.h
|
|
INC += destroyable.h
|
|
INC += status.h
|
|
INC += sharedPtr.h
|
|
INC += localStaticLock.h
|
|
INC += typeCast.h
|
|
INC += printer.h
|
|
INC += sharedVector.h
|
|
INC += templateMeta.h
|
|
INC += current_function.h
|
|
|
|
LIBSRCS += byteBuffer.cpp
|
|
LIBSRCS += bitSet.cpp
|
|
LIBSRCS += epicsException.cpp
|
|
LIBSRCS += requester.cpp
|
|
LIBSRCS += serializeHelper.cpp
|
|
LIBSRCS += event.cpp
|
|
LIBSRCS += executor.cpp
|
|
LIBSRCS += timeFunction.cpp
|
|
LIBSRCS += timer.cpp
|
|
LIBSRCS += status.cpp
|
|
LIBSRCS += messageQueue.cpp
|
|
LIBSRCS += localStaticLock.cpp
|
|
LIBSRCS += typeCast.cpp
|
|
LIBSRCS += parseToPOD.cpp
|
|
|