20 lines
447 B
Makefile
20 lines
447 B
Makefile
# This is a Makefile fragment, see ../Makefile
|
|
|
|
SRC_DIRS += $(PVACCESSAPP)/utils
|
|
|
|
INC += hexDump.h
|
|
INC += inetAddressUtil.h
|
|
INC += logger.h
|
|
INC += introspectionRegistry.h
|
|
INC += namedLockPattern.h
|
|
INC += referenceCountingLock.h
|
|
INC += configuration.h
|
|
INC += likely.h
|
|
|
|
LIBSRCS += hexDump.cpp
|
|
LIBSRCS += inetAddressUtil.cpp
|
|
LIBSRCS += logger.cpp
|
|
LIBSRCS += introspectionRegistry.cpp
|
|
LIBSRCS += configuration.cpp
|
|
LIBSRCS += referenceCountingLock.cpp
|