15 lines
212 B
Makefile
15 lines
212 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST = test
|
|
test_SRCS += test.cpp
|
|
test_LIBS += pvFactory
|
|
|
|
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|