[asterisk-commits] pcadach: branch pcadach/chan_h323-live r43346 - /team/pcadach/chan_h323-live/...

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


Author: pcadach
Date: Wed Sep 20 12:45:43 2006
New Revision: 43346

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

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

Modified: team/pcadach/chan_h323-live/channels/h323/Makefile.in
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/channels/h323/Makefile.in?rev=43346&r1=43345&r2=43346&view=diff
==============================================================================
--- team/pcadach/chan_h323-live/channels/h323/Makefile.in (original)
+++ team/pcadach/chan_h323-live/channels/h323/Makefile.in Wed Sep 20 12:45:43 2006
@@ -29,24 +29,14 @@
 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 $@
 
 libchanh323.a:	$(OBJS)
 	ar crv $@ $(OBJS)
 
-cisco-h225.cpp::	cisco-h225.asn
+cisco-h225.cxx::	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