# 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 # 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 # Store the record files TEMPLATES += db/asynRecord.db TEMPLATES += db/sinqMotor.db USR_CFLAGS += -Wall -Wextra # -Werror # MISCS would be the place to keep the stream device template files