Specified new version for sinqMotor
This commit is contained in:
13
Makefile
13
Makefile
@ -12,9 +12,6 @@ REQUIRED+=motorBase
|
|||||||
# Specify the version of motorBase we want to build against
|
# Specify the version of motorBase we want to build against
|
||||||
motorBase_VERSION=7.2.2
|
motorBase_VERSION=7.2.2
|
||||||
|
|
||||||
# Specify the commit / tag of sinqMotor we want to statically link into this driver
|
|
||||||
SINQMOTOR = 0.1
|
|
||||||
|
|
||||||
# These headers allow to depend on this library for derived drivers.
|
# These headers allow to depend on this library for derived drivers.
|
||||||
HEADERS += src/pmacAsynIPPort.h
|
HEADERS += src/pmacAsynIPPort.h
|
||||||
HEADERS += src/turboPmacAxis.h
|
HEADERS += src/turboPmacAxis.h
|
||||||
@ -37,12 +34,4 @@ TEMPLATES += db/turboPmac.db
|
|||||||
DBDS += sinqMotor/src/sinqMotor.dbd
|
DBDS += sinqMotor/src/sinqMotor.dbd
|
||||||
DBDS += src/turboPmac.dbd
|
DBDS += src/turboPmac.dbd
|
||||||
|
|
||||||
USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Werror # -Wpedantic // Does not work because EPICS macros trigger warnings
|
USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Werror # -Wpedantic // Does not work because EPICS macros trigger warnings
|
||||||
|
|
||||||
# Check out the correct version of sinqMotor and call this Makefile again with
|
|
||||||
# the originall install command
|
|
||||||
sinqinstall::
|
|
||||||
git submodule update --init --recursive
|
|
||||||
cd sinqMotor && git fetch --tags && git checkout $(SINQMOTOR)
|
|
||||||
cd ..
|
|
||||||
@$(MAKE) install
|
|
Submodule sinqMotor updated: 5502c39219...5689402375
Reference in New Issue
Block a user