pcas: re-add building of ex (caServerApp template) for verification

This commit is contained in:
Ralph Lange
2017-06-29 11:57:29 +02:00
parent 5827639262
commit 139f398798
4 changed files with 12 additions and 14 deletions

View File

@@ -4,14 +4,14 @@
# Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
# EPICS BASE is distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
# in file LICENSE that is included with this distribution.
#*************************************************************************
TOP=../..
include $(TOP)/configure/CONFIG
DIRS = build example
DIRS = build example
example_DEPEND_DIRS = build

View File

@@ -5,14 +5,14 @@
# Operator of Los Alamos National Laboratory.
# EPICS BASE Versions 3.13.7
# and higher are distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
# in file LICENSE that is included with this distribution.
#*************************************************************************
TOP=../../..
include $(TOP)/configure/CONFIG
DIRS = directoryService
DIRS = directoryService ex
include $(TOP)/configure/RULES_DIRS

View File

@@ -1,7 +1,8 @@
This directory contains a server tool example (which uses the
ca server library):
PCAS server library):
directoryService - fully functional pv name resolution server
The simple example that was provided here has been become the
makeBaseApp template "caServerApp"
The simple example that was provided here has become the
makeBaseApp template "caServerApp". It is still being built
in the ex directory as a verification of the template.

View File

@@ -4,23 +4,22 @@
# Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
# EPICS BASE is distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
# in file LICENSE that is included with this distribution.
#*************************************************************************
TOP=../../../../..
TOP=../../../..
include $(TOP)/configure/CONFIG
PROD_LIBS += $(EPICS_BASE_HOST_LIBS)
PROD_LIBS += $(EPICS_BASE_HOST_LIBS) cas gdd
SRC_DIRS += $(TOP)/src/template/base/top/caServerApp
SRC_DIRS += $(TOP)/src/template/top/caServerApp
#
# Added ws2_32 winmm user32 for the non-dll build
#
PROD_SYS_LIBS_WIN32 += ws2_32 advapi32 user32
PROD_HOST = excas
excas_SRCS += main.cc
@@ -32,5 +31,3 @@ excas_SRCS += exAsyncPV.cc
excas_SRCS += exChannel.cc
include $(TOP)/configure/RULES