1#-*-makefile-*-   ; force emacs to enter makefile-mode
2
3# %CopyrightBegin%
4#
5# Copyright Ericsson AB 2003-2019. 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)/megaco_config_misc.$(EMULATOR): megaco_config_misc.erl
22
23$(EBIN)/megaco_config.$(EMULATOR): megaco_config.erl \
24	../../include/megaco.hrl \
25	../app/megaco_internal.hrl
26
27$(EBIN)/megaco_digit_map.$(EMULATOR): megaco_digit_map.erl \
28	megaco_message_internal.hrl \
29	../text/megaco_text_tokens.hrl
30
31$(EBIN)/megaco_encoder.$(EMULATOR): megaco_encoder.erl
32
33$(EBIN)/megaco_edist_compress.$(EMULATOR): megaco_edist_compress.erl
34
35$(EBIN)/megaco_erl_dist_encoder.$(EMULATOR): megaco_erl_dist_encoder.erl \
36	megaco_message_internal.hrl
37
38$(EBIN)/megaco_erl_dist_encoder_mc.$(EMULATOR): megaco_erl_dist_encoder_mc.erl \
39	megaco_message_internal.hrl \
40	../app/megaco_internal.hrl
41
42$(EBIN)/megaco_filter.$(EMULATOR): megaco_filter.erl \
43	../../include/megaco.hrl \
44	../../include/megaco_message_v1.hrl \
45	../app/megaco_internal.hrl
46
47$(EBIN)/megaco_messenger.$(EMULATOR): megaco_messenger.erl \
48	../../include/megaco.hrl \
49	../app/megaco_internal.hrl \
50	megaco_message_internal.hrl
51
52$(EBIN)/megaco_messenger_misc.$(EMULATOR): megaco_messenger_misc.erl \
53	../../include/megaco.hrl \
54	../app/megaco_internal.hrl \
55	megaco_message_internal.hrl
56
57$(EBIN)/megaco_misc_sup.$(EMULATOR): megaco_misc_sup.erl
58
59$(EBIN)/megaco_monitor.$(EMULATOR): megaco_monitor.erl
60
61$(EBIN)/megaco_sdp.$(EMULATOR): \
62	megaco_sdp.erl \
63	../../include/megaco_sdp.hrl
64
65$(EBIN)/megaco_stats.$(EMULATOR): megaco_stats.erl
66
67$(EBIN)/megaco_sup.$(EMULATOR): megaco_sup.erl
68
69$(EBIN)/megaco_timer.$(EMULATOR): \
70	megaco_timer.erl \
71	../../include/megaco.hrl
72
73$(EBIN)/megaco_trans_sender.$(EMULATOR): megaco_trans_sender.erl
74
75$(EBIN)/megaco_trans_sup.$(EMULATOR): megaco_trans_sup.erl
76
77$(EBIN)/megaco_transport.$(EMULATOR): megaco_transport.erl
78
79$(EBIN)/megaco_user.$(EMULATOR): megaco_user.erl
80
81$(EBIN)/megaco_user.$(EMULATOR): megaco_user.erl \
82	../../include/megaco.hrl \
83	../../include/megaco_message_v1.hrl
84
85$(EBIN)/megaco_user_default.$(EMULATOR): megaco_user_default.erl \
86	../../include/megaco.hrl \
87	../../include/megaco_message_v1.hrl
88
89