Tidy up top-level Makefile

This commit is contained in:
Andrew Johnson
2014-03-27 17:36:10 -05:00
parent d436e61bdb
commit ad66f8af73

View File

@@ -1,12 +1,14 @@
#Makefile at top of application tree
# Makefile for the EPICS V4 pvData module
TOP = .
include $(TOP)/configure/CONFIG
DIRS += configure
DIRS += pvDataApp
pvDataApp_DEPEND_DIRS = configure
DIRS += testApp
testApp_DEPEND_DIRS = pvDataApp
include $(TOP)/configure/RULES_TOP