Upload New File
This commit is contained in:
25
Makefile
Normal file
25
Makefile
Normal 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
|
Reference in New Issue
Block a user