Files
pvAccess/Makefile
Andrew Johnson 6402e2ca1b Moved pvget/pvput/pvinfo/eget programs into pvtoolsSrc
These programs are intended for users, they are not tests.
2014-04-22 10:38:17 -05: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