aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/Makefile.in
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 17:45:25 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 17:45:25 +0000
commit6378c7d1c79aeeb8c6032bc62dc32cbab3ebdfab (patch)
treea07869d8520e4a6857bcb85a648fc49b7d8112b6 /channels/h323/Makefile.in
parent62752745f50399224e0d7c9eec77a3879d584683 (diff)
Change file naming to be conform OpenH323 rules
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43345 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/Makefile.in')
-rw-r--r--channels/h323/Makefile.in12
1 files changed, 1 insertions, 11 deletions
diff --git a/channels/h323/Makefile.in b/channels/h323/Makefile.in
index 357313d0b..7558a7ce3 100644
--- a/channels/h323/Makefile.in
+++ b/channels/h323/Makefile.in
@@ -29,15 +29,6 @@ include $(OPENH323DIR)/openh323u.mak
notrace::
$(MAKE) NOTRACE=1 opt
-define module_cxx_template
-$(1):: $(2)
- ln -f $(2) $(1)
-endef
-
-$(foreach mod,$(SOURCES),$(eval $(call module_cxx_template,$(mod),$(mod:.cxx=.cpp))))
-#$(SOURCES):: $(SOURCES:.cxx=.cpp)
-# ln -f $(patsubst %.cxx, %.cpp, $@) $@
-
$(SOURCES):: Makefile ../../Makefile
touch $@
@@ -46,7 +37,6 @@ libchanh323.a: $(OBJS)
cisco-h225.cpp:: cisco-h225.asn
asnparser -m CISCO_H225 -c $<
- mv -f cisco-h225.cxx cisco-h225.cpp
Makefile.ast:
@echo H323CFLAGS = $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) >$@.tmp
@@ -55,4 +45,4 @@ Makefile.ast:
@if [ -r $@ ] && cmp -s $@ $@.tmp; then rm -f $@.tmp; else mv -f $@.tmp $@; fi
clean::
- rm -f $(SOURCES) $(TARGET) $(OBJS) Makefile.ast *.dep
+ rm -f $(TARGET) $(OBJS) Makefile.ast *.dep