installed

This commit is contained in:
Jeff Hill
1997-01-10 00:05:21 +00:00
parent 355fe461e7
commit 7f3c5e6cbb
4 changed files with 113 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
CAS = ../..
TOP = $(CAS)/../..
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
PROD_LIBS := cas ca gdd Com
SRCS += main.cc
SRCS += exServer.cc
SRCS += exPV.cc
SRCS += exVectorPV.cc
SRCS += exScalarPV.cc
SRCS += exAsyncPV.cc
SRCS += exChannel.cc
SRCS += templInst.cc
PROD := excas
include $(TOP)/config/RULES.Host
clean::
@$(RM) excas
@$(RM) fexcas
@$(RM) pexcas
@$(RM) -rf Templates.DB
@$(RM) core