Rename pvAccessApp to src, adjust Makefiles
This commit is contained in:
6
Makefile
6
Makefile
@@ -5,10 +5,10 @@ include $(TOP)/configure/CONFIG
|
||||
|
||||
DIRS := configure
|
||||
|
||||
DIRS += pvAccessApp
|
||||
pvAccessApp_DEPEND_DIRS = configure
|
||||
DIRS += src
|
||||
src_DEPEND_DIRS = configure
|
||||
|
||||
DIRS += testApp
|
||||
testApp_DEPEND_DIRS = pvAccessApp
|
||||
testApp_DEPEND_DIRS = src
|
||||
|
||||
include $(TOP)/configure/RULES_TOP
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
TOP = ..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
PVACCESSAPP = $(TOP)/pvAccessApp
|
||||
|
||||
include $(PVACCESSAPP)/pva/Makefile
|
||||
include $(PVACCESSAPP)/utils/Makefile
|
||||
include $(PVACCESSAPP)/client/Makefile
|
||||
include $(PVACCESSAPP)/factory/Makefile
|
||||
include $(PVACCESSAPP)/remote/Makefile
|
||||
include $(PVACCESSAPP)/remoteClient/Makefile
|
||||
include $(PVACCESSAPP)/server/Makefile
|
||||
include $(PVACCESSAPP)/rpcService/Makefile
|
||||
include $(PVACCESSAPP)/rpcClient/Makefile
|
||||
include $(PVACCESSAPP)/ca/Makefile
|
||||
include $(PVACCESSAPP)/mb/Makefile
|
||||
include $(PVACCESSAPP)/v3ioc/Makefile
|
||||
|
||||
LIBRARY = pvAccess
|
||||
|
||||
pvAccess_LIBS += pvData
|
||||
pvAccess_LIBS += ca
|
||||
pvAccess_LIBS += Com
|
||||
|
||||
# needed for Windows
|
||||
pvAccess_SYS_LIBS_WIN32 += ws2_32
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
28
src/Makefile
Normal file
28
src/Makefile
Normal file
@@ -0,0 +1,28 @@
|
||||
TOP = ..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
PVACCESS_SRC = $(TOP)/src
|
||||
|
||||
include $(PVACCESS_SRC)/pva/Makefile
|
||||
include $(PVACCESS_SRC)/utils/Makefile
|
||||
include $(PVACCESS_SRC)/client/Makefile
|
||||
include $(PVACCESS_SRC)/factory/Makefile
|
||||
include $(PVACCESS_SRC)/remote/Makefile
|
||||
include $(PVACCESS_SRC)/remoteClient/Makefile
|
||||
include $(PVACCESS_SRC)/server/Makefile
|
||||
include $(PVACCESS_SRC)/rpcService/Makefile
|
||||
include $(PVACCESS_SRC)/rpcClient/Makefile
|
||||
include $(PVACCESS_SRC)/ca/Makefile
|
||||
include $(PVACCESS_SRC)/mb/Makefile
|
||||
include $(PVACCESS_SRC)/v3ioc/Makefile
|
||||
|
||||
LIBRARY = pvAccess
|
||||
|
||||
pvAccess_LIBS += pvData
|
||||
pvAccess_LIBS += ca
|
||||
pvAccess_LIBS += Com
|
||||
|
||||
# needed for Windows
|
||||
pvAccess_SYS_LIBS_WIN32 += ws2_32
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/ca
|
||||
SRC_DIRS += $(PVACCESS_SRC)/ca
|
||||
|
||||
INC += caProvider.h
|
||||
INC += caChannel.h
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/client
|
||||
SRC_DIRS += $(PVACCESS_SRC)/client
|
||||
|
||||
INC += pvAccess.h
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/factory
|
||||
SRC_DIRS += $(PVACCESS_SRC)/factory
|
||||
|
||||
LIBSRCS += ChannelAccessFactory.cpp
|
||||
LIBSRCS += CreateRequestFactory.cpp
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/mb
|
||||
SRC_DIRS += $(PVACCESS_SRC)/mb
|
||||
|
||||
INC += pvAccessMB.h
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/pva
|
||||
SRC_DIRS += $(PVACCESS_SRC)/pva
|
||||
|
||||
INC += pvaConstants.h
|
||||
INC += pvaVersion.h
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/remote
|
||||
SRC_DIRS += $(PVACCESS_SRC)/remote
|
||||
|
||||
INC += remote.h
|
||||
INC += blockingUDP.h
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/remoteClient
|
||||
SRC_DIRS += $(PVACCESS_SRC)/remoteClient
|
||||
|
||||
INC += clientContextImpl.h
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/rpcClient
|
||||
SRC_DIRS += $(PVACCESS_SRC)/rpcClient
|
||||
|
||||
INC += rpcClient.h
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/rpcService
|
||||
SRC_DIRS += $(PVACCESS_SRC)/rpcService
|
||||
|
||||
INC += rpcService.h
|
||||
INC += rpcServer.h
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/server
|
||||
SRC_DIRS += $(PVACCESS_SRC)/server
|
||||
|
||||
INC += serverContext.h
|
||||
INC += responseHandlers.h
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/utils
|
||||
SRC_DIRS += $(PVACCESS_SRC)/utils
|
||||
|
||||
INC += hexDump.h
|
||||
INC += inetAddressUtil.h
|
||||
@@ -1,6 +1,6 @@
|
||||
# This is a Makefile fragment, see ../Makefile
|
||||
|
||||
SRC_DIRS += $(PVACCESSAPP)/v3ioc
|
||||
SRC_DIRS += $(PVACCESS_SRC)/v3ioc
|
||||
|
||||
INC += syncChannelFind.h
|
||||
|
||||
Reference in New Issue
Block a user