91f80a59e0
Have not taken care of destroy or sharing
14 lines
225 B
Makefile
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
|
|
|