From a384be856e21ff39c28fa102d4d993965918f64b Mon Sep 17 00:00:00 2001 From: soederqvist_a Date: Thu, 16 Oct 2025 15:38:32 +0200 Subject: [PATCH] Add epics env make file --- GNUmakefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 GNUmakefile diff --git a/GNUmakefile b/GNUmakefile new file mode 100644 index 0000000..8398511 --- /dev/null +++ b/GNUmakefile @@ -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)