Files
pvData/pvDataApp/factory/Makefile
T
Marty Kraimer 91f80a59e0 Fuller implementation of introspection.
Have not taken care of destroy or sharing
2010-08-12 05:36:25 -04:00

14 lines
225 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
LIBSRCS += TypeFunc.cpp
LIBSRCS += FieldCreateFactory.cpp
LIBRARY=pvFactory
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE