From 88ccc442c3fc717ff40d2a68487730429f887635 Mon Sep 17 00:00:00 2001 From: kmpeters Date: Wed, 25 Mar 2015 19:47:47 +0000 Subject: [PATCH] Only build EnsembleTrajectoryScan.st if SNCSEQ is defined --- motorApp/AerotechSrc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/motorApp/AerotechSrc/Makefile b/motorApp/AerotechSrc/Makefile index e9ed0094..c334f410 100644 --- a/motorApp/AerotechSrc/Makefile +++ b/motorApp/AerotechSrc/Makefile @@ -18,11 +18,15 @@ SRCS += drvA3200Asyn.cc # EnsemblePSOFly.db support SRCS += concatString.c +ifdef SNCSEQ # Ensemble trajectory support SRCS += EnsembleTrajectoryScan.st +endif Aerotech_LIBS += motor asyn +ifdef SNCSEQ Aerotech_LIBS += seq pv +endif Aerotech_LIBS += $(EPICS_BASE_IOC_LIBS) include $(TOP)/configure/RULES