From 2ae2ec623dc8a48546fcaeb9a2fd073e0000ca72 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 27 Mar 2014 18:06:49 -0500 Subject: [PATCH] Tidy up top-level Makefile --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 10141ff..ba1c937 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,14 @@ -#Makefile at top of application tree +# Makefile for the EPICS V4 pvAccess module + TOP = . include $(TOP)/configure/CONFIG -DIRS += configure + +DIRS := configure + DIRS += pvAccessApp pvAccessApp_DEPEND_DIRS = configure + DIRS += testApp testApp_DEPEND_DIRS = pvAccessApp include $(TOP)/configure/RULES_TOP - -