Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ows
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
ows
Commits
0668924c
Commit
0668924c
authored
2 years ago
by
Alessio Igor Bogani
Browse files
Options
Downloads
Patches
Plain Diff
Migrate to submodules
parent
eda04d95
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+6
-0
6 additions, 0 deletions
.gitmodules
Makefile
+3
-6
3 additions, 6 deletions
Makefile
deps/snmp
+1
-0
1 addition, 0 deletions
deps/snmp
deps/snmpclient
+1
-0
1 addition, 0 deletions
deps/snmpclient
with
11 additions
and
6 deletions
.gitmodules
0 → 100644
+
6
−
0
View file @
0668924c
[submodule "deps/snmp"]
path = deps/snmp
url = git@gitlab.elettra.eu:cs/ds/snmp.git
[submodule "deps/snmpclient"]
path = deps/snmpclient
url = git@gitlab.elettra.eu:cs/cls/snmpclient.git
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
6
View file @
0668924c
NAME_SRV
=
ows-srv
SRC_FILES
=
../snmp/src/Snmp.cpp ../snmp/src/SnmpClass.cpp
\
../snmp/src/SnmpStateMachine.cpp
\
../snmp/src/SnmpClient.cpp ../snmp/src/SnmpClientClass.cpp
\
../snmp/src/SnmpClientStateMachine.cpp
CXXFLAGS
=
-I
../snmp/src
SRC_FILES
=
$(
wildcard deps/snmp
*
/src/Snmp
*
.cpp
)
CXXFLAGS
=
-Ideps
/snmp/src
-Ideps
/snmpclient/src
LDFLAGS
=
-lnetsnmp
include
../makefiles/Make-9.3.3.in
test
:
bin/${NAME_SRV}
LD_LIBRARY_PATH
=
$(
LD_LIBRARY_PATH
)
:
$(
SDKTARGETSYSROOT
)
/usr/lib
$(
LOADER
)
bin/
${
NAME_SRV
}
test
-v4
LD_LIBRARY_PATH
=
$(
LD_LIBRARY_PATH
)
:
$(
SDKTARGETSYSROOT
)
/usr/lib
$(
SDKTARGETSYSROOT
)
/usr/lib/ld-linux-x86-64.so.2
bin/
${
NAME_SRV
}
test
-v4
This diff is collapsed.
Click to expand it.
snmp
@
1c5fd20a
Subproject commit 1c5fd20a7128156da2ce442f6e59fc23270960f3
This diff is collapsed.
Click to expand it.
snmpclient
@
11704a5e
Subproject commit 11704a5e73a661a293e77289e6d6f98a784fe65e
This diff is collapsed.
Click to expand it.
Preview
0%
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