diff options
Diffstat (limited to 'lib/snmp/src/agent/modules.mk')
-rw-r--r-- | lib/snmp/src/agent/modules.mk | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/lib/snmp/src/agent/modules.mk b/lib/snmp/src/agent/modules.mk new file mode 100644 index 0000000000..33ab41b434 --- /dev/null +++ b/lib/snmp/src/agent/modules.mk @@ -0,0 +1,78 @@ +#-*-makefile-*- ; force emacs to enter makefile-mode + +# %CopyrightBegin% +# +# Copyright Ericsson AB 2004-2009. All Rights Reserved. +# +# The contents of this file are subject to the Erlang Public License, +# Version 1.1, (the "License"); you may not use this file except in +# compliance with the License. You should have received a copy of the +# Erlang Public License along with this software. If not, it can be +# retrieved online at http://www.erlang.org/. +# +# Software distributed under the License is distributed on an "AS IS" +# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +# the License for the specific language governing rights and limitations +# under the License. +# +# %CopyrightEnd% + +BEHAVIOUR_MODULES = \ + snmpa_authentication_service \ + snmpa_discovery_handler \ + snmpa_error_report \ + snmpa_network_interface \ + snmpa_network_interface_filter \ + snmpa_notification_delivery_info_receiver \ + snmpa_notification_filter \ + snmpa_set_mechanism + +MODULES = \ + $(BEHAVIOUR_MODULES) \ + snmpa \ + snmpa_acm \ + snmpa_agent \ + snmpa_agent_sup \ + snmpa_app \ + snmpa_conf \ + snmpa_discovery_handler_default \ + snmpa_error \ + snmpa_error_io \ + snmpa_error_logger \ + snmpa_general_db \ + snmpa_local_db \ + snmpa_mib \ + snmpa_mib_data \ + snmpa_mib_lib \ + snmpa_misc_sup \ + snmpa_mpd \ + snmpa_net_if \ + snmpa_net_if_filter \ + snmpa_set \ + snmpa_set_lib \ + snmpa_supervisor \ + snmpa_svbl \ + snmpa_symbolic_store \ + snmpa_target_cache \ + snmpa_trap \ + snmpa_usm \ + snmpa_vacm \ + snmp_community_mib \ + snmp_framework_mib \ + snmp_generic \ + snmp_generic_mnesia \ + snmp_index \ + snmp_notification_mib \ + snmp_shadow_table \ + snmp_standard_mib \ + snmp_target_mib \ + snmp_user_based_sm_mib \ + snmp_view_based_acm_mib + + +INTERNAL_HRL_FILES = \ + snmpa_vacm \ + snmpa_atl \ + snmpa_internal + +EXT_HRL_FILES = |