16 lines
328 B
Makefile
16 lines
328 B
Makefile
include /ioc/tools/driver.makefile
|
|
|
|
BUILDCLASSES = Linux
|
|
|
|
REQUIRED += ADCore andor2
|
|
EPICS_VERSIONS=7.0.7
|
|
|
|
|
|
SOURCES += andorApp/src/andorCCD.cpp
|
|
DBDS += andorApp/src/andorCCDSupport.dbd
|
|
|
|
TEMPLATES += $(wildcard andorApp/Db/*.template)
|
|
TEMPLATES += $(wildcard andorApp/Db/*.req)
|
|
|
|
QT = $(wildcard andorApp/op/ui/autoconvert/*.ui)
|