summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-11-12 22:28:16 +0000
committerSteve Huston <shuston@riverace.com>2004-11-12 22:28:16 +0000
commit45a88bef801c7cf492bcd2086b1fd0ed292f6ceb (patch)
treed41c5f34ee79767b9d4c07bff53953fca21f2a0e /ASNMP
parent765faf9feb5bb80ad8f3574b98b08e45ee6acd29 (diff)
downloadATCD-45a88bef801c7cf492bcd2086b1fd0ed292f6ceb.tar.gz
ChangeLogTag:Fri Nov 12 17:23:41 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/Makefile.am16
-rw-r--r--ASNMP/agent/Makefile.am38
-rw-r--r--ASNMP/asnmp/Makefile.am68
-rw-r--r--ASNMP/examples/Makefile.am17
-rw-r--r--ASNMP/examples/get/Makefile.am48
-rw-r--r--ASNMP/examples/next/Makefile.am34
-rw-r--r--ASNMP/examples/set/Makefile.am34
-rw-r--r--ASNMP/examples/trap/Makefile.am34
-rw-r--r--ASNMP/examples/walk/Makefile.am34
-rw-r--r--ASNMP/tests/Makefile.am155
10 files changed, 478 insertions, 0 deletions
diff --git a/ASNMP/Makefile.am b/ASNMP/Makefile.am
new file mode 100644
index 00000000000..fa06f83a3c9
--- /dev/null
+++ b/ASNMP/Makefile.am
@@ -0,0 +1,16 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
+
+SUBDIRS = \
+ asnmp \
+ agent \
+ examples \
+ tests
+
diff --git a/ASNMP/agent/Makefile.am b/ASNMP/agent/Makefile.am
new file mode 100644
index 00000000000..d85ec14ead5
--- /dev/null
+++ b/ASNMP/agent/Makefile.am
@@ -0,0 +1,38 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
+
+ACE_BUILDDIR = $(top_builddir)
+ACE_ROOT = $(top_srcdir)
+
+## Makefile.asnmp_agent.am
+noinst_PROGRAMS = agent
+
+agent_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+agent_SOURCES = \
+ agent_impl.cpp \
+ main.cpp \
+ snmp_agent.cpp \
+ agent_impl.h \
+ snmp_agent.h
+
+agent_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
+ -rm -f gcctemp.c gcctemp so_locations *.ics
+ -rm -rf cxx_repository ptrepository ti_files
+ -rm -rf templateregistry ir.out
+ -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ASNMP/asnmp/Makefile.am b/ASNMP/asnmp/Makefile.am
new file mode 100644
index 00000000000..9df86d9812e
--- /dev/null
+++ b/ASNMP/asnmp/Makefile.am
@@ -0,0 +1,68 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
+
+ACE_BUILDDIR = $(top_builddir)
+ACE_ROOT = $(top_srcdir)
+
+## Makefile.asnmp_lib.am
+noinst_LTLIBRARIES = libasnmp.la
+
+libasnmp_la_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP \
+ -DASNMP_BUILD_DLL
+
+libasnmp_la_SOURCES = \
+ address.cpp \
+ asn1.cpp \
+ counter.cpp \
+ ctr64.cpp \
+ gauge.cpp \
+ integer.cpp \
+ octet.cpp \
+ oid.cpp \
+ pdu.cpp \
+ sagent.cpp \
+ snmp.cpp \
+ target.cpp \
+ timetick.cpp \
+ transaction.cpp \
+ vb.cpp \
+ wpdu.cpp
+
+libasnmp_la_LIBADD = \
+ $(top_builddir)/ace/libACE.la
+
+noinst_HEADERS = \
+ address.h \
+ asn1.h \
+ counter.h \
+ ctr64.h \
+ gauge.h \
+ integer.h \
+ octet.h \
+ oid.h \
+ pdu.h \
+ sagent.h \
+ snmp.h \
+ target.h \
+ timetick.h \
+ transaction.h \
+ vb.h \
+ wpdu.h
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
+ -rm -f gcctemp.c gcctemp so_locations *.ics
+ -rm -rf cxx_repository ptrepository ti_files
+ -rm -rf templateregistry ir.out
+ -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ASNMP/examples/Makefile.am b/ASNMP/examples/Makefile.am
new file mode 100644
index 00000000000..1855938d914
--- /dev/null
+++ b/ASNMP/examples/Makefile.am
@@ -0,0 +1,17 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
+
+SUBDIRS = \
+ get \
+ next \
+ set \
+ trap \
+ walk
+
diff --git a/ASNMP/examples/get/Makefile.am b/ASNMP/examples/get/Makefile.am
new file mode 100644
index 00000000000..f94fb2a5fb8
--- /dev/null
+++ b/ASNMP/examples/get/Makefile.am
@@ -0,0 +1,48 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
+
+ACE_BUILDDIR = $(top_builddir)
+ACE_ROOT = $(top_srcdir)
+
+## Makefile.asnmp_example_get.am
+noinst_PROGRAMS = get
+
+get_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+get_SOURCES = \
+ get.cpp
+
+get_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Makefile.asnmp_example_get_async.am
+noinst_PROGRAMS += get_async
+
+get_async_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+get_async_SOURCES = \
+ get_async.cpp
+
+get_async_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
+ -rm -f gcctemp.c gcctemp so_locations *.ics
+ -rm -rf cxx_repository ptrepository ti_files
+ -rm -rf templateregistry ir.out
+ -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ASNMP/examples/next/Makefile.am b/ASNMP/examples/next/Makefile.am
new file mode 100644
index 00000000000..b85de463b57
--- /dev/null
+++ b/ASNMP/examples/next/Makefile.am
@@ -0,0 +1,34 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
+
+ACE_BUILDDIR = $(top_builddir)
+ACE_ROOT = $(top_srcdir)
+
+## Makefile.asnmp_example_next.am
+noinst_PROGRAMS = next
+
+next_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+next_SOURCES = \
+ next.cpp
+
+next_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
+ -rm -f gcctemp.c gcctemp so_locations *.ics
+ -rm -rf cxx_repository ptrepository ti_files
+ -rm -rf templateregistry ir.out
+ -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ASNMP/examples/set/Makefile.am b/ASNMP/examples/set/Makefile.am
new file mode 100644
index 00000000000..0c6684e97d7
--- /dev/null
+++ b/ASNMP/examples/set/Makefile.am
@@ -0,0 +1,34 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
+
+ACE_BUILDDIR = $(top_builddir)
+ACE_ROOT = $(top_srcdir)
+
+## Makefile.asnmp_example_set.am
+noinst_PROGRAMS = set
+
+set_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+set_SOURCES = \
+ set.cpp
+
+set_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
+ -rm -f gcctemp.c gcctemp so_locations *.ics
+ -rm -rf cxx_repository ptrepository ti_files
+ -rm -rf templateregistry ir.out
+ -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ASNMP/examples/trap/Makefile.am b/ASNMP/examples/trap/Makefile.am
new file mode 100644
index 00000000000..0fd950db8f9
--- /dev/null
+++ b/ASNMP/examples/trap/Makefile.am
@@ -0,0 +1,34 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
+
+ACE_BUILDDIR = $(top_builddir)
+ACE_ROOT = $(top_srcdir)
+
+## Makefile.asnmp_example_trap.am
+noinst_PROGRAMS = trap
+
+trap_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+trap_SOURCES = \
+ trap.cpp
+
+trap_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
+ -rm -f gcctemp.c gcctemp so_locations *.ics
+ -rm -rf cxx_repository ptrepository ti_files
+ -rm -rf templateregistry ir.out
+ -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ASNMP/examples/walk/Makefile.am b/ASNMP/examples/walk/Makefile.am
new file mode 100644
index 00000000000..4016959081b
--- /dev/null
+++ b/ASNMP/examples/walk/Makefile.am
@@ -0,0 +1,34 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
+
+ACE_BUILDDIR = $(top_builddir)
+ACE_ROOT = $(top_srcdir)
+
+## Makefile.asnmp_example_walk.am
+noinst_PROGRAMS = walk
+
+walk_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+walk_SOURCES = \
+ walk.cpp
+
+walk_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
+ -rm -f gcctemp.c gcctemp so_locations *.ics
+ -rm -rf cxx_repository ptrepository ti_files
+ -rm -rf templateregistry ir.out
+ -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ASNMP/tests/Makefile.am b/ASNMP/tests/Makefile.am
new file mode 100644
index 00000000000..2d1c84a1ea1
--- /dev/null
+++ b/ASNMP/tests/Makefile.am
@@ -0,0 +1,155 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
+
+ACE_BUILDDIR = $(top_builddir)
+ACE_ROOT = $(top_srcdir)
+
+## Makefile.asnmp_tests_Address_Test.am
+noinst_PROGRAMS = Address_Test
+
+Address_Test_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+Address_Test_SOURCES = \
+ Address_Test.cpp \
+ test_config.h
+
+Address_Test_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Makefile.asnmp_tests_Counter64_Test.am
+noinst_PROGRAMS += Counter64_Test
+
+Counter64_Test_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+Counter64_Test_SOURCES = \
+ Counter64_Test.cpp \
+ test_config.h
+
+Counter64_Test_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Makefile.asnmp_tests_Counter_Test.am
+noinst_PROGRAMS += Counter_Test
+
+Counter_Test_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+Counter_Test_SOURCES = \
+ Counter_Test.cpp \
+ test_config.h
+
+Counter_Test_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Makefile.asnmp_tests_Gauge_Test.am
+noinst_PROGRAMS += Gauge_Test
+
+Gauge_Test_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+Gauge_Test_SOURCES = \
+ Gauge_Test.cpp \
+ test_config.h
+
+Gauge_Test_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Makefile.asnmp_tests_Integer_Test.am
+noinst_PROGRAMS += Integer_Test
+
+Integer_Test_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+Integer_Test_SOURCES = \
+ Integer_Test.cpp \
+ test_config.h
+
+Integer_Test_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Makefile.asnmp_tests_Octet_Test.am
+noinst_PROGRAMS += Octet_Test
+
+Octet_Test_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+Octet_Test_SOURCES = \
+ Octet_Test.cpp \
+ test_config.h
+
+Octet_Test_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Makefile.asnmp_tests_Oid_Test.am
+noinst_PROGRAMS += Oid_Test
+
+Oid_Test_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+Oid_Test_SOURCES = \
+ Oid_Test.cpp \
+ test_config.h
+
+Oid_Test_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Makefile.asnmp_tests_Target_Test.am
+noinst_PROGRAMS += Target_Test
+
+Target_Test_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+Target_Test_SOURCES = \
+ Target_Test.cpp \
+ test_config.h
+
+Target_Test_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Makefile.asnmp_tests_Varbind_Test.am
+noinst_PROGRAMS += Varbind_Test
+
+Varbind_Test_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(ACE_ROOT)/ASNMP
+
+Varbind_Test_SOURCES = \
+ Varbind_Test.cpp \
+ test_config.h
+
+Varbind_Test_LDADD = \
+ $(top_builddir)/ASNMP/asnmp/libasnmp.la $(top_builddir)/ace/libACE.la
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
+ -rm -f gcctemp.c gcctemp so_locations *.ics
+ -rm -rf cxx_repository ptrepository ti_files
+ -rm -rf templateregistry ir.out
+ -rm -rf ptrepository SunWS_cache Templates.DB