Files
sinqMotor/Makefile

23 lines
534 B
Makefile

# 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
USR_CFLAGS += -Wall -Wextra # -Werror
# MISCS would be the place to keep the stream device template files