Add epics env make file

This commit is contained in:
2025-10-16 15:38:32 +02:00
parent d87f1047d4
commit a384be856e

15
GNUmakefile Normal file
View File

@@ -0,0 +1,15 @@
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)