17 lines
347 B
Makefile
17 lines
347 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += testIntrospect
|
|
testIntrospect_SRCS += testIntrospect.cpp
|
|
testIntrospect_LIBS += pvFactory Com
|
|
|
|
PROD_HOST += testSimple
|
|
testSimple_SRCS += testSimple.cpp
|
|
testSimple_LIBS += pvFactory Com
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|