From 064f5beecb71171b7bc7c8be2b69ca6fd04ed9ff Mon Sep 17 00:00:00 2001 From: Fabio Vitello Date: Thu, 9 Dec 2021 10:18:56 +0100 Subject: [PATCH] Update Makefile Replaced NotoActiveSurfaceErrors with ActiveSurfaceErrors --- SystemMake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SystemMake/Makefile b/SystemMake/Makefile index 6a98d6ddb..683311521 100644 --- a/SystemMake/Makefile +++ b/SystemMake/Makefile @@ -66,7 +66,7 @@ MED_CLIENTS:=MedicinaMountTextClient MED_MISC:=MedScripts NT_DOC:=NTDox -NT_ERRORS:=NotoActiveSurfaceErrors +NT_ERRORS:= #ActiveSurfaceErrors NotoActiveSurfaceErrors NT_INTERFACES:=NotoAntennaInterface NotoReceiversInterface NotoWeatherStationInterface NotoActiveSurfaceInterface \ NT_LIBRARIES:= NT_SERVERS:= NotoReceivers NotoMount NotoWeatherStation NotoActiveSurface NotoMinorServo NotoPyLocalOscillator NotoPyIfDistributor @@ -146,7 +146,7 @@ else ifeq ($(STATION),Noto) #Add all modules included in the Noto system in this sequence #Doc, (Errors, Interfacies, Libraries, Servers, Clients, Misc) - MODULES:= ClientErrors ComponentErrors AntennaErrors ParserErrors BackendsErrors ManagementErrors ReceiversErrors MetrologyErrors MinorServoErrors \ + MODULES:= ActiveSurfaceErrors ClientErrors ComponentErrors AntennaErrors ParserErrors BackendsErrors ManagementErrors ReceiversErrors MetrologyErrors MinorServoErrors \ ManagmentInterface AntennaInterface ReceiversInterface BackendsInterface MinorServoInterface WeatherStationInterface ActiveSurfaceInterface \ NotoAntennaInterface \ SlaLibrary IRALibrary TextWindowLibrary ParserLibrary PyTestingLibrary \ @@ -381,4 +381,4 @@ legacy-clean: @rm -rf $(DOC)/* stat: @./slocc.sh -findopt "( -name *.cpp -o -name *.i -o -name *.h -o -name *.idl -o -name *.xml -o -name *.xsd -o -name *.py -o -name Makefile* ) \ - -not -path *object* -not -path *lib*" .. + -not -path *object* -not -path *lib*" .. \ No newline at end of file -- GitLab