From ad66f8af73f981b0e54dc3e7ae9c8190bd1d7512 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 27 Mar 2014 17:36:10 -0500 Subject: [PATCH] Tidy up top-level Makefile --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 - -