Files
pvData/pvDataApp/test/Makefile
2010-08-10 12:43:47 -04:00

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