Files
pvData/pvDataApp/pv/Makefile
T
Marty Kraimer dd6ecf9bec all pvData interfaces and implementration stubs now defined
Most methods are not implemented and throw an exception
2010-09-24 09:52:08 -04:00

13 lines
203 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
INC += pvIntrospect.h
INC += pvData.h
INC += convert.h
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE