Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
c0e50f3e
Commit
c0e50f3e
authored
14 years ago
by
Arno Schoenmakers
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1582: Rename iBeamServer/ibeamctl to Beamserver/beamctl
parent
e138fa90
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MAC/APL/APLCommon/src/swlevel.conf
+0
-1
0 additions, 1 deletion
MAC/APL/APLCommon/src/swlevel.conf
MAC/APL/PAC/ITRFBeamServer/src/CMakeLists.txt
+6
-6
6 additions, 6 deletions
MAC/APL/PAC/ITRFBeamServer/src/CMakeLists.txt
with
6 additions
and
7 deletions
MAC/APL/APLCommon/src/swlevel.conf
+
0
−
1
View file @
c0e50f3e
...
...
@@ -18,7 +18,6 @@
#
3
:
u
:
d
:::
AMCServer
3
:
u
:
d
:::
CalServer
3
:
u
:
d
:::
iBeamServer
3
:
u
:
d
:::
BeamServer
#
4
:
u
:
d
:::
SoftwareMonitor
...
...
This diff is collapsed.
Click to expand it.
MAC/APL/PAC/ITRFBeamServer/src/CMakeLists.txt
+
6
−
6
View file @
c0e50f3e
...
...
@@ -11,17 +11,17 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink
#include_directories(${CMAKE_BINARY_DIR}/include/MAC)
#lofar_add_bin_program(versionitrfbeamserver versionitrfbeamserver.cc)
lofar_add_bin_program
(
i
BeamServer BeamServerMain.cc BeamServer.cc Beam.cc DigitalBeam.cc AnalogueBeam.cc AnaBeamMgr.cc J2000Converter.cc CasaConverter.cc
)
lofar_add_bin_program
(
i
beamctl beamctl.cc
)
lofar_add_bin_program
(
BeamServer BeamServerMain.cc BeamServer.cc Beam.cc DigitalBeam.cc AnalogueBeam.cc AnaBeamMgr.cc J2000Converter.cc CasaConverter.cc
)
lofar_add_bin_program
(
beamctl beamctl.cc
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/iBeamServer.conf.in
${
CMAKE_CURRENT_BINARY_DIR
}
/
i
BeamServer.conf
)
${
CMAKE_CURRENT_BINARY_DIR
}
/BeamServer.conf
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/ibeamctl.conf.in
${
CMAKE_CURRENT_BINARY_DIR
}
/
i
beamctl.conf
)
${
CMAKE_CURRENT_BINARY_DIR
}
/beamctl.conf
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
i
BeamServer.conf
${
CMAKE_CURRENT_BINARY_DIR
}
/
i
beamctl.conf
${
CMAKE_CURRENT_BINARY_DIR
}
/BeamServer.conf
${
CMAKE_CURRENT_BINARY_DIR
}
/beamctl.conf
DESTINATION etc
)
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