25 lines
591 B
Makefile
25 lines
591 B
Makefile
# This is a Makefile fragment, see ../Makefile
|
|
|
|
SRC_DIRS += $(PVDATA_SRC)/factory
|
|
|
|
INC += factory.h
|
|
LIBSRCS += TypeFunc.cpp
|
|
LIBSRCS += FieldCreateFactory.cpp
|
|
LIBSRCS += PVAuxInfoImpl.cpp
|
|
LIBSRCS += PVField.cpp
|
|
LIBSRCS += PVScalar.cpp
|
|
LIBSRCS += PVArray.cpp
|
|
LIBSRCS += PVScalarArray.cpp
|
|
LIBSRCS += PVStructure.cpp
|
|
LIBSRCS += PVStructureArray.cpp
|
|
LIBSRCS += PVUnion.cpp
|
|
LIBSRCS += PVUnionArray.cpp
|
|
LIBSRCS += PVDataCreateFactory.cpp
|
|
LIBSRCS += Convert.cpp
|
|
LIBSRCS += pvSubArrayCopy.cpp
|
|
LIBSRCS += Compare.cpp
|
|
LIBSRCS += StandardField.cpp
|
|
LIBSRCS += StandardPVField.cpp
|
|
LIBSRCS += printer.cpp
|
|
|