diff --git a/Makefile b/Makefile index 2e41381..66fe0f5 100644 --- a/Makefile +++ b/Makefile @@ -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 - -