Skip to content

Commit

Permalink
Merge pull request #11 from NSLS-II/master
Browse files Browse the repository at this point in the history
Add conditional link to autosave/iocStats modules if defined in configure/RELEASE for example IOC
  • Loading branch information
kmpeters authored Nov 7, 2024
2 parents 3abf8c2 + 0a085ad commit 19a28fc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions iocs/motorSimIOC/motorSimApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,35 @@ motorSim_DBD += base.dbd
#ifdef ASYN
motorSim_DBD += asyn.dbd
#endif

#ifdef AUTOSAVE
motorSim_DBD += asSupport.dbd
#endif
#ifdef DEVIOCSTATS
motorSim_DBD += devIocStats.dbd
#endif

motorSim_DBD += motorSupport.dbd
motorSim_DBD += motorSimSupport.dbd

# Add all the support libraries needed by this IOC
motorSim_LIBS += motorSimSupport
motorSim_LIBS += motor

#ifdef ASYN
motorSim_LIBS += asyn
#endif
#ifdef SNCSEQ
motorSim_LIBS += seq pv
#endif
#ifdef AUTOSAVE
motorSim_LIBS += autosave
#endif
#ifdef DEVIOCSTATS
motorSim_LIBS += devIocStats
#endif



# motorSim_registerRecordDeviceDriver.cpp derives from motorSim.dbd
motorSim_SRCS += motorSim_registerRecordDeviceDriver.cpp
Expand Down

0 comments on commit 19a28fc

Please sign in to comment.