[asterisk-addons-commits] qwell: branch qwell/moddirmagic r518 - in /team/qwell/moddirmagic: channels/ ...
SVN commits to the Asterisk addons project
asterisk-addons-commits at lists.digium.com
Thu Feb 7 10:39:55 CST 2008
Author: qwell
Date: Thu Feb 7 10:39:55 2008
New Revision: 518
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=518
Log:
Remove entire asterisk-ooh323c/ directory. We no longer need the autoconf/automake magic (did we ever?).
Added:
team/qwell/moddirmagic/channels/ooh323c/
- copied from r517, team/qwell/moddirmagic/channels/asterisk-ooh323c/ooh323c/
team/qwell/moddirmagic/doc/ChangeLog.chan_ooh323 (props changed)
- copied unchanged from r517, team/qwell/moddirmagic/channels/asterisk-ooh323c/ChangeLog
team/qwell/moddirmagic/doc/chan_ooh323.txt (props changed)
- copied unchanged from r517, team/qwell/moddirmagic/channels/asterisk-ooh323c/README
Removed:
team/qwell/moddirmagic/channels/asterisk-ooh323c/
Modified:
team/qwell/moddirmagic/channels/Makefile
Modified: team/qwell/moddirmagic/channels/Makefile
URL: http://svn.digium.com/view/asterisk-addons/team/qwell/moddirmagic/channels/Makefile?view=diff&rev=518&r1=517&r2=518
==============================================================================
--- team/qwell/moddirmagic/channels/Makefile (original)
+++ team/qwell/moddirmagic/channels/Makefile Thu Feb 7 10:39:55 2008
@@ -25,27 +25,18 @@
h323/H323-MESSAGESEnc.o h323/MULTIMEDIA-SYSTEM-CONTROL.o \
h323/MULTIMEDIA-SYSTEM-CONTROLDec.o h323/MULTIMEDIA-SYSTEM-CONTROLEnc.o
-H323CFLAGS=-Iasterisk-ooh323c/ooh323c/src -Iasterisk-ooh323c/ooh323c/src/h323
+H323CFLAGS=-Iooh323c/src -Iooh323c/src/h323
all: _all
include $(ASTTOPDIR)/Makefile.moddir_rules
clean::
- @if [ -f asterisk-ooh323c/Makefile ] ; then \
- $(MAKE) -C asterisk-ooh323c clean ; \
- fi
+ rm -f $(addprefix ooh323c/src/,$(H323OBJS))
dist-clean::
- @if [ -f asterisk-ooh323c/Makefile ] ; then \
- $(MAKE) -C asterisk-ooh323c distclean ; \
- fi
chan_ooh323.o: ASTCFLAGS+=$(H323CFLAGS)
$(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): ASTCFLAGS+=$(H323CFLAGS)
-$(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): $(addprefix asterisk-ooh323c/ooh323c/src/,$(H323OBJS)) chan_ooh323.o ooh323cDriver.o
-# @if [ ! -f asterisk-ooh323c/Makefile ] ; then \
-# cd asterisk-ooh323c && ./configure ; \
-# fi
-# @$(MAKE) -C asterisk-ooh323c
+$(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): $(addprefix ooh323c/src/,$(H323OBJS)) chan_ooh323.o ooh323cDriver.o
Propchange: team/qwell/moddirmagic/doc/ChangeLog.chan_ooh323
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: team/qwell/moddirmagic/doc/ChangeLog.chan_ooh323
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: team/qwell/moddirmagic/doc/ChangeLog.chan_ooh323
------------------------------------------------------------------------------
svn:mime-type = text/plain
Propchange: team/qwell/moddirmagic/doc/chan_ooh323.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: team/qwell/moddirmagic/doc/chan_ooh323.txt
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: team/qwell/moddirmagic/doc/chan_ooh323.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-addons-commits
mailing list