Files
pvData/Makefile
Andrew Johnson 95b7a04041 Makefile fixups
2014-03-28 11:53:39 -05:00

15 lines
222 B
Makefile

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