diff --git a/Makefile b/Makefile index 342e7cf..98a2424 100644 --- a/Makefile +++ b/Makefile @@ -17,10 +17,18 @@ HEADERS += src/masterMacsAxis.h HEADERS += src/masterMacsController.h # Source files to build +SOURCES += sinqMotor/src/msgPrintControl.cpp +SOURCES += sinqMotor/src/sinqAxis.cpp +SOURCES += sinqMotor/src/sinqController.cpp SOURCES += src/masterMacsAxis.cpp SOURCES += src/masterMacsController.cpp +# Store the record files +TEMPLATES += sinqMotor/db/asynRecord.db +TEMPLATES += sinqMotor/db/sinqMotor.db + # This file registers the motor-specific functions in the IOC shell. +DBDS += sinqMotor/src/sinqMotor.dbd DBDS += src/masterMacs.dbd USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Wextra -Werror