[asterisk-commits] pcadach: trunk r43345 - /trunk/channels/h323/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Sep 20 10:45:25 MST 2006


Author: pcadach
Date: Wed Sep 20 12:45:25 2006
New Revision: 43345

URL: http://svn.digium.com/view/asterisk?rev=43345&view=rev
Log:
Change file naming to be conform OpenH323 rules

Added:
    trunk/channels/h323/ast_h323.cxx
      - copied unchanged from r43343, trunk/channels/h323/ast_h323.cpp
    trunk/channels/h323/cisco-h225.cxx
      - copied unchanged from r43343, trunk/channels/h323/cisco-h225.cpp
    trunk/channels/h323/compat_h323.cxx
      - copied unchanged from r43343, trunk/channels/h323/compat_h323.cpp
Removed:
    trunk/channels/h323/ast_h323.cpp
    trunk/channels/h323/cisco-h225.cpp
    trunk/channels/h323/compat_h323.cpp
Modified:
    trunk/channels/h323/Makefile.in

Modified: trunk/channels/h323/Makefile.in
URL: http://svn.digium.com/view/asterisk/trunk/channels/h323/Makefile.in?rev=43345&r1=43344&r2=43345&view=diff
==============================================================================
--- trunk/channels/h323/Makefile.in (original)
+++ trunk/channels/h323/Makefile.in Wed Sep 20 12:45:25 2006
@@ -29,15 +29,6 @@
 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 @@
 
 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 @@
 	@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



More information about the asterisk-commits mailing list