Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DISCOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INAF
DISCOS
Commits
b20eb36b
Commit
b20eb36b
authored
10 years ago
by
Andrea Orlat
Browse files
Options
Downloads
Patches
Plain Diff
new makefile for Noto
parent
a6fbef88
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SystemMake/Makefile
+5
-6
5 additions, 6 deletions
SystemMake/Makefile
with
5 additions
and
6 deletions
SystemMake/Makefile
+
5
−
6
View file @
b20eb36b
...
...
@@ -84,15 +84,14 @@ else
ifeq
($(TARGETSYS),NT)
#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
:=
ClientErrors ComponentErrors AntennaErrors ParserErrors BackendsErrors ManagementErrors ReceiversErrors MetrologyErrors MinorServoErrors
\
ManagmentInterface AntennaInterface ReceiversInterface BackendsInterface MinorServoInterface WeatherStationInterface ActiveSurfaceInterface
\
NotoAntennaInterface
\
NotoAntennaInterface
NotoWeatherStationInterface
\
SlaLibrary IRALibrary TextWindowLibrary ParserLibrary
\
AntennaBoss Observatory OTF PointingModel Refraction SkySource Moon FitsWriter Scheduler ReceiversBoss ExternalClients CalibrationTool
\
TotalPower
NotoMount
CustomLogger
\
TotalPower NotoMount CustomLogger
NotoWeatherStation
\
AntennaBossTextClient ObservatoryTextClient GenericBackendTextClient ReceiversBossTextClient SystemTerminal SchedulerTextClient
\
NotoMountTextClient
CustomLoggingClient
Scripts
NotoMountTextClient CustomLoggingClient Scripts
NotoScripts
IDL_DOC
:=
Managment Antenna Backends Metrology
CPP_DOC
:=
Libraries AntennaImplementation ManagementImplementation BackendsImplementation ReceiversImplementation
...
...
@@ -122,7 +121,7 @@ endif
CURRENT_DIR
:=
$(
shell
pwd
)
/..
define
PathFinder
$(
shell
for
MOD
in
$(
1
);
do
find
${
CURRENT_DIR
}
-name
$${
MOD
}
-not
-path
*
CDB
*
-not
-path
*
site-packages
*
-type
d
-print
;
done
)
$(
shell
for
MOD
in
$(
1
);
do
find
${
CURRENT_DIR
}
-name
$${
MOD
}
-not
-path
*
CDB
*
-not
-path
*
site-packages
*
\(
-type
d
-o
-type
l
\)
-print
;
done
)
endef
#if the INTROOT varaible is not defined the make is stopped
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment