diff options
Diffstat (limited to 'lib/megaco/src/engine/depend.mk')
-rw-r--r-- | lib/megaco/src/engine/depend.mk | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/lib/megaco/src/engine/depend.mk b/lib/megaco/src/engine/depend.mk new file mode 100644 index 0000000000..8d8c83e923 --- /dev/null +++ b/lib/megaco/src/engine/depend.mk @@ -0,0 +1,81 @@ +#-*-makefile-*- ; force emacs to enter makefile-mode + +# %CopyrightBegin% +# +# Copyright Ericsson AB 2003-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% + +$(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 + |