Files
pvAccess/Makefile
Ralph Lange be9d267626 REVERT: Merge pull request #4 from mrkraimer/default
merged
(reverted from commit 9869e611ea)
2015-06-12 16:13:26 +02:00

18 lines
273 B
Makefile

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