13 lines
256 B
Makefile
13 lines
256 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += testPVCopy
|
|
testPVCopy_SRCS += testPVCopy.cpp
|
|
testPVCopy_LIBS += pvDatabase pvAccess pvData Com
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|