From 4d4ef7773b4c5d96aba124a2c6290d82c676b0d8 Mon Sep 17 00:00:00 2001 From: mathis_s Date: Tue, 12 Nov 2024 15:10:28 +0100 Subject: [PATCH] Upload New File --- Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0d88123 --- /dev/null +++ b/Makefile @@ -0,0 +1,25 @@ +# This build the sinqMotor base class +include /ioc/tools/driver.makefile + +MODULE=sinqMotor +BUILDCLASSES=Linux +EPICS_VERSIONS=7.0.7 +ARCH_FILTER=RHEL% + +# additional module dependencies +REQUIRED+=asynMotor + +# Release version +LIBVERSION=sinqMotor + +# Source files to build +SOURCES += src/sinqAxis.cpp +SOURCES += src/sinqController.cpp + +# Headers which allow using this library in concrete driver implementations +HEADERS += src/sinqAxis.h +HEADERS += src/sinqController.h + +USR_CFLAGS += -Wall -Wextra # -Werror + +# MISCS would be the place to keep the stream device template files