aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/src/engine/depend.mk
blob: 96ee337e3a7014f2f66d2ef1a35b4cd3a4edfcf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#-*-makefile-*-   ; force emacs to enter makefile-mode

# %CopyrightBegin%
# 
# Copyright Ericsson AB 2003-2016. All Rights Reserved.
# 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# 
# %CopyrightEnd%

$(EBIN)/megaco_config_misc.$(EMULATOR): megaco_config_misc.erl

$(EBIN)/megaco_config.$(EMULATOR): megaco_config.erl \
	../../include/megaco.hrl \
	../app/megaco_internal.hrl

$(EBIN)/megaco_digit_map.$(EMULATOR): megaco_digit_map.erl \
	megaco_message_internal.hrl \
	../text/megaco_text_tokens.hrl

$(EBIN)/megaco_encoder.$(EMULATOR): megaco_encoder.erl

$(EBIN)/megaco_edist_compress.$(EMULATOR): megaco_edist_compress.erl

$(EBIN)/megaco_erl_dist_encoder.$(EMULATOR): megaco_erl_dist_encoder.erl \
	megaco_message_internal.hrl 

$(EBIN)/megaco_erl_dist_encoder_mc.$(EMULATOR): megaco_erl_dist_encoder_mc.erl \
	megaco_message_internal.hrl \
	../app/megaco_internal.hrl 

$(EBIN)/megaco_filter.$(EMULATOR): megaco_filter.erl \
	../../include/megaco.hrl \
	../../include/megaco_message_v1.hrl \
	../app/megaco_internal.hrl 

$(EBIN)/megaco_messenger.$(EMULATOR): megaco_messenger.erl \
	../../include/megaco.hrl \
	../app/megaco_internal.hrl \
	megaco_message_internal.hrl 

$(EBIN)/megaco_messenger_misc.$(EMULATOR): megaco_messenger_misc.erl \
	../../include/megaco.hrl \
	../app/megaco_internal.hrl \
	megaco_message_internal.hrl 

$(EBIN)/megaco_misc_sup.$(EMULATOR): megaco_misc_sup.erl 

$(EBIN)/megaco_monitor.$(EMULATOR): megaco_monitor.erl 

$(EBIN)/megaco_sdp.$(EMULATOR): \
	megaco_sdp.erl \
	../../include/megaco_sdp.hrl

$(EBIN)/megaco_stats.$(EMULATOR): megaco_stats.erl 

$(EBIN)/megaco_sup.$(EMULATOR): megaco_sup.erl

$(EBIN)/megaco_timer.$(EMULATOR): \
	megaco_timer.erl \
	../../include/megaco.hrl

$(EBIN)/megaco_trans_sender.$(EMULATOR): megaco_trans_sender.erl 

$(EBIN)/megaco_trans_sup.$(EMULATOR): megaco_trans_sup.erl 

$(EBIN)/megaco_transport.$(EMULATOR): megaco_transport.erl 

$(EBIN)/megaco_user.$(EMULATOR): megaco_user.erl

$(EBIN)/megaco_user_default.$(EMULATOR): megaco_user_default.erl \
	../../include/megaco.hrl \
	../../include/megaco_message_v1.hrl