Files
pvData/Makefile
2014-03-28 10:20:24 -05:00

15 lines
228 B
Makefile

# Makefile for the EPICS V4 pvData module
TOP = .
include $(TOP)/configure/CONFIG
DIRS += configure
DIRS += src
pvDataApp_DEPEND_DIRS = configure
DIRS += testApp
testApp_DEPEND_DIRS = src
include $(TOP)/configure/RULES_TOP