10 lines
147 B
Makefile
10 lines
147 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
LIBRARY_HOST += testc
|
|
testc_SRCS += testc.cpp
|
|
testc_LIBS += pvData Com
|
|
|
|
include $(TOP)/configure/RULES
|