diff --git a/Makefile b/Makefile index c5d088e..f3382bf 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,6 @@ REQUIRED+=motorBase # Specify the version of motorBase we want to build against 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. HEADERS += src/pmacAsynIPPort.h HEADERS += src/turboPmacAxis.h @@ -37,12 +34,4 @@ TEMPLATES += db/turboPmac.db DBDS += sinqMotor/src/sinqMotor.dbd DBDS += src/turboPmac.dbd -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 \ No newline at end of file +USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Werror # -Wpedantic // Does not work because EPICS macros trigger warnings \ No newline at end of file