Current status of the detector tower.
This commit is contained in:
8
Makefile
8
Makefile
@ -13,18 +13,18 @@ REQUIRED+=motorBase
|
||||
motorBase_VERSION=7.2.2
|
||||
|
||||
# Specify the version of sinqMotor we want to build against
|
||||
sinqMotor_VERSION=0.8.0
|
||||
sinqMotor_VERSION=mathis_s
|
||||
|
||||
# Specify the version of turboPmac we want to build against
|
||||
turboPmac_VERSION=0.7.0
|
||||
turboPmac_VERSION=mathis_s
|
||||
|
||||
# These headers allow to depend on this library for derived drivers.
|
||||
HEADERS += src/offsetAxis.h
|
||||
HEADERS += src/auxiliaryAxis.h
|
||||
HEADERS += src/detectorTowerAxis.h
|
||||
HEADERS += src/detectorTowerController.h
|
||||
|
||||
# Source files to build
|
||||
SOURCES += src/offsetAxis.cpp
|
||||
SOURCES += src/auxiliaryAxis.cpp
|
||||
SOURCES += src/detectorTowerAxis.cpp
|
||||
SOURCES += src/detectorTowerController.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user