From 2f073c56690e0dfd0246e5af68828c233d1d82dd Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 9 Dec 2008 16:59:58 +0000 Subject: [PATCH] Comments on building motor examples. --- Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2d273c29..6b240595 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,21 @@ #Makefile at top of application tree # "#!" marks lines that can be uncommented. + TOP = . include $(TOP)/configure/CONFIG DIRS += configure motorApp motorApp_DEPEND_DIRS = configure -#!DIRS += motorExApp iocBoot -#!motorExApp_DEPEND_DIRS = motorApp -#!iocBoot_DEPEND_DIRS = motorExApp +# To build motor examples; +# 1st - uncomment lines below. +# 2nd - uncomment required support module lines at the bottom of +# /configure/RELEASE. +# 3rd - make clean uninstall +# 4th - make + +DIRS += motorExApp iocBoot +motorExApp_DEPEND_DIRS = motorApp +iocBoot_DEPEND_DIRS = motorExApp include $(TOP)/configure/RULES_TOP