Upload New File

This commit is contained in:
2024-11-12 15:10:28 +01:00
parent f0192481fc
commit 4d4ef7773b

25
Makefile Normal file
View File

@ -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