Files
pvAccess/Makefile
Michael Davidsaver e72396a022 auto-start PVA server w/ initHook
split of this code into a new library pvAccessIOC
which depends on all core libraries.
2017-05-31 13:01:52 +02:00

21 lines
316 B
Makefile

# Makefile for the EPICS V4 pvAccess module
TOP = .
include $(TOP)/configure/CONFIG
DIRS := configure
DIRS += src
src_DEPEND_DIRS = configure
DIRS += src/ioc
src/ioc_DEPEND_DIRS = src
DIRS += pvtoolsSrc
pvtoolsSrc_DEPEND_DIRS = src
DIRS += testApp
testApp_DEPEND_DIRS = src
include $(TOP)/configure/RULES_TOP