1#-*-makefile-*-   ; force emacs to enter makefile-mode
2
3# %CopyrightBegin%
4#
5# Copyright Ericsson AB 2004-2016. All Rights Reserved.
6#
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11#     http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18#
19# %CopyrightEnd%
20
21$(EBIN)/snmp_conf.$(EMULATOR): \
22	snmp_conf.erl \
23	snmp_verbosity.hrl \
24	../../include/snmp_types.hrl
25
26$(EBIN)/snmp_config.$(EMULATOR): \
27	snmp_config.erl \
28	../../include/snmp_types.hrl
29
30$(EBIN)/snmp_log.$(EMULATOR): \
31	snmp_log.erl \
32	snmp_verbosity.hrl \
33	../../include/snmp_types.hrl
34
35$(EBIN)/snmp_misc.$(EMULATOR): \
36	snmp_misc.erl \
37	snmp_verbosity.hrl \
38	../compile/snmpc_misc.hrl \
39	../../include/snmp_types.hrl
40
41$(EBIN)/snmp_note_store.$(EMULATOR): \
42	snmp_note_store.erl \
43	../misc/snmp_debug.hrl \
44	../misc/snmp_verbosity.hrl
45
46$(EBIN)/snmp_pdu.$(EMULATOR): \
47	snmp_pdu.erl \
48	snmp_verbosity.hrl \
49	../../include/snmp_types.hrl
50
51$(EBIN)/snmp_usm.$(EMULATOR): \
52	snmp_usm.erl \
53	snmp_verbosity.hrl \
54	../../include/snmp_types.hrl
55
56$(EBIN)/snmp_verbosity.$(EMULATOR): \
57	snmp_verbosity.erl
58
59
60