epics-modules / xxx

APS BCDA synApps module: xxx
http://epics-modules.github.io/xxx
Other
5 stars 6 forks source link

ENH add support for pvaDriver cam in Makefile #62

Closed prjemian closed 1 year ago

prjemian commented 1 year ago

Environment variables for various area detector cams are in the Makefile. It would be good to add pvaDriver to this.

prjemian commented 1 year ago

What's the symbol needed?

prjemian commented 1 year ago

PVADRIVER

prjemian commented 1 year ago

Need an ifdef block for PVADRIVER.

prjemian commented 1 year ago

Perhaps:

ifdef PVADRIVER
  $(DBD_NAME)_DBD += pvaDriverSupport.dbd
  $(PROD_NAME)_LIBS := pvaDriver $($(PROD_NAME)_LIBS)
endif