[Freeswitch-svn] [commit] r4564 - in freeswitch/trunk/src/mod: applications/mod_enum asr_tts/mod_cepstral asr_tts/mod_lumenvox codecs/mod_g711 codecs/mod_g722 codecs/mod_g726 codecs/mod_gsm codecs/mod_ilbc codecs/mod_lpc10 codecs/mod_speex directories/mod_ldap endpoints/mod_dingaling endpoints/mod_iax endpoints/mod_portaudio endpoints/mod_wanpipe event_handlers/mod_cdr event_handlers/mod_xmpp_event event_handlers/mod_zeroconf formats/mod_shout formats/mod_sndfile languages/mod_perl languages/mod_python languages/mod_spidermonkey_etpan languages/mod_spidermonkey_odbc xml_int/mod_xml_curl

Freeswitch SVN brian at freeswitch.org
Mon Mar 12 01:17:18 EDT 2007


Author: brian
Date: Mon Mar 12 01:17:17 2007
New Revision: 4564

Modified:
   freeswitch/trunk/src/mod/applications/mod_enum/Makefile
   freeswitch/trunk/src/mod/asr_tts/mod_cepstral/Makefile
   freeswitch/trunk/src/mod/asr_tts/mod_lumenvox/Makefile
   freeswitch/trunk/src/mod/codecs/mod_g711/Makefile
   freeswitch/trunk/src/mod/codecs/mod_g722/Makefile
   freeswitch/trunk/src/mod/codecs/mod_g726/Makefile
   freeswitch/trunk/src/mod/codecs/mod_gsm/Makefile
   freeswitch/trunk/src/mod/codecs/mod_ilbc/Makefile
   freeswitch/trunk/src/mod/codecs/mod_lpc10/Makefile
   freeswitch/trunk/src/mod/codecs/mod_speex/Makefile
   freeswitch/trunk/src/mod/directories/mod_ldap/Makefile
   freeswitch/trunk/src/mod/endpoints/mod_dingaling/Makefile
   freeswitch/trunk/src/mod/endpoints/mod_iax/Makefile
   freeswitch/trunk/src/mod/endpoints/mod_portaudio/Makefile
   freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile
   freeswitch/trunk/src/mod/event_handlers/mod_cdr/Makefile
   freeswitch/trunk/src/mod/event_handlers/mod_xmpp_event/Makefile
   freeswitch/trunk/src/mod/event_handlers/mod_zeroconf/Makefile
   freeswitch/trunk/src/mod/formats/mod_shout/Makefile
   freeswitch/trunk/src/mod/formats/mod_sndfile/Makefile
   freeswitch/trunk/src/mod/languages/mod_perl/Makefile
   freeswitch/trunk/src/mod/languages/mod_python/Makefile
   freeswitch/trunk/src/mod/languages/mod_spidermonkey_etpan/Makefile
   freeswitch/trunk/src/mod/languages/mod_spidermonkey_odbc/Makefile
   freeswitch/trunk/src/mod/xml_int/mod_xml_curl/Makefile

Log:
fix spelling, Everyone do not forget to thank Mike for all his hard work.. he need sleep now. ;) ./applications/mod_enum/Makefile
./asr_tts/mod_cepstral/Makefile
./asr_tts/mod_lumenvox/Makefile
./codecs/mod_amr/Makefile
./codecs/mod_g711/Makefile
./codecs/mod_g722/Makefile
./codecs/mod_g723_1/Makefile
./codecs/mod_g726/Makefile
./codecs/mod_g729/Makefile
./codecs/mod_gsm/Makefile
./codecs/mod_ilbc/Makefile
./codecs/mod_lpc10/Makefile
./codecs/mod_speex/Makefile
./directories/mod_ldap/Makefile
./endpoints/mod_dingaling/Makefile
./endpoints/mod_iax/Makefile
./endpoints/mod_portaudio/Makefile
./endpoints/mod_sofia/Makefile
./endpoints/mod_wanpipe/Makefile
./event_handlers/mod_cdr/Makefile
./event_handlers/mod_xmpp_event/Makefile
./event_handlers/mod_zeroconf/Makefile
./formats/mod_shout/Makefile
./formats/mod_sndfile/Makefile
./languages/mod_mono/Makefile
./languages/mod_perl/Makefile
./languages/mod_python/Makefile
./languages/mod_spidermonkey/Makefile
./languages/mod_spidermonkey_core_db/Makefile
./languages/mod_spidermonkey_etpan/Makefile
./languages/mod_spidermonkey_odbc/Makefile
./languages/mod_spidermonkey_skel/Makefile
./languages/mod_spidermonkey_teletone/Makefile
./xml_int/mod_xml_curl/Makefile
./xml_int/mod_xml_rpc/Makefile

Modified: freeswitch/trunk/src/mod/applications/mod_enum/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_enum/Makefile	(original)
+++ freeswitch/trunk/src/mod/applications/mod_enum/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/udns
 LOCAL_LDFLAGS=
 LOCAL_OBJS=$(BASE)/libs/udns/libudns.a

Modified: freeswitch/trunk/src/mod/asr_tts/mod_cepstral/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_cepstral/Makefile	(original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_cepstral/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 OSARCH=$(shell uname -s)
-# and define these variables to imapact your build
+# and define these variables to impact your build
 
 ifeq ($(OSARCH),Darwin)
 LOCAL_LDFLAGS += -framework swift

Modified: freeswitch/trunk/src/mod/asr_tts/mod_lumenvox/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_lumenvox/Makefile	(original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_lumenvox/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS= -fpermissive -Wno-deprecated -Wno-conversion -fpermissive -Wno-unused -Wno-comment -Wno-sign-compare \
 	-Wno-conversion -Wno-reorder -I/opt/lumenvox/eng\ine_7.0/include
 LOCAL_LDFLAGS= -L/opt/lumenvox/engine_7.0/lib -llv_lvspeechport

Modified: freeswitch/trunk/src/mod/codecs/mod_g711/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_g711/Makefile	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_g711/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/g7xx/src/include
 LOCAL_LDFLAGS=
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/codecs/mod_g722/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_g722/Makefile	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_g722/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/g7xx/src/include/
 LOCAL_LDFLAGS=$(BASE)/libs/codec/g7xx/libg7xx.la
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/codecs/mod_g726/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_g726/Makefile	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_g726/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/g726/src
 LOCAL_LDFLAGS=
 LOCAL_OBJS=$(BASE)/libs/codec/g726/libg726.la

Modified: freeswitch/trunk/src/mod/codecs/mod_gsm/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_gsm/Makefile	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_gsm/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/gsm/inc
 LOCAL_LDFLAGS=$(BASE)/libs/codec/gsm/libgsm.la
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/codecs/mod_ilbc/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_ilbc/Makefile	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_ilbc/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/ilbc/src
 LOCAL_LDFLAGS=$(BASE)/libs/codec/ilbc/libilbc.la
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/codecs/mod_lpc10/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_lpc10/Makefile	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_lpc10/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/lpc10/src
 LOCAL_LDFLAGS=$(BASE)/libs/codec/lpc10/liblpc10.la
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/codecs/mod_speex/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_speex/Makefile	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_speex/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/speex/include
 LOCAL_LDFLAGS=$(BASE)/libs/speex/libspeex/libspeex.la
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/directories/mod_ldap/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/directories/mod_ldap/Makefile	(original)
+++ freeswitch/trunk/src/mod/directories/mod_ldap/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-DWITH_OPENLDAP -DLDAP_DEPRECATED
 LOCAL_LDFLAGS=-lldap_r -llber
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/endpoints/mod_dingaling/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_dingaling/Makefile	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_dingaling/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/libdingaling/src
 LOCAL_LDFLAGS=$(BASE)/libs/libdingaling/libdingaling.la
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/endpoints/mod_iax/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_iax/Makefile	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_iax/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/iax/src
 LOCAL_LDFLAGS=$(BASE)/libs/iax/src/libiax.la
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/endpoints/mod_portaudio/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_portaudio/Makefile	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_portaudio/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 OSARCH=$(shell uname -s)
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I. -I$(BASE)/libs/portaudio/include
 LOCAL_LDFLAGS=$(BASE)/libs/portaudio/lib/libportaudio.la
 ifeq ($(OSARCH),Darwin)

Modified: freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS  =-I/usr/local/include -I/usr/src/libpri -I/usr/src/linux/include -I. -I/usr/include 
 LOCAL_CFLAGS +=-D__LINUX__ -D_REENTRANT -D_GNU_SOURCE -DAFT_A104 -DWANPIPE_TDM_API
 LOCAL_LDFLAGS=-lsangoma

Modified: freeswitch/trunk/src/mod/event_handlers/mod_cdr/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/event_handlers/mod_cdr/Makefile	(original)
+++ freeswitch/trunk/src/mod/event_handlers/mod_cdr/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=
 LOCAL_LDFLAGS=
 LOCAL_OBJS=cdrcontainer.o basecdr.o baseregistry.o pddcdr.o csvcdr.o xmlcdr.o sqlitecdr.o

Modified: freeswitch/trunk/src/mod/event_handlers/mod_xmpp_event/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/event_handlers/mod_xmpp_event/Makefile	(original)
+++ freeswitch/trunk/src/mod/event_handlers/mod_xmpp_event/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/iksemel/include
 LOCAL_LDFLAGS=$(BASE)/libs/iksemel/src/libiksemel.la
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/event_handlers/mod_zeroconf/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/event_handlers/mod_zeroconf/Makefile	(original)
+++ freeswitch/trunk/src/mod/event_handlers/mod_zeroconf/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(PREFIX)/include/howl
 LOCAL_LDFLAGS=-lhowl
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/formats/mod_shout/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_shout/Makefile	(original)
+++ freeswitch/trunk/src/mod/formats/mod_shout/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=
 LOCAL_LDFLAGS=-lshout -lmp3lame
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/formats/mod_sndfile/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_sndfile/Makefile	(original)
+++ freeswitch/trunk/src/mod/formats/mod_sndfile/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/libsndfile/src
 LOCAL_LDFLAGS=$(BASE)/libs/libsndfile/src/libsndfile.la
 LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/languages/mod_perl/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_perl/Makefile	(original)
+++ freeswitch/trunk/src/mod/languages/mod_perl/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-DMULTIPLICITY $(shell $(PERL) -MExtUtils::Embed -e ccopts) -DEMBED_PERL
 LOCAL_LDFLAGS=$(shell $(PERL) -MExtUtils::Embed -e ldopts) $(shell $(PERL) -MConfig -e 'print $$Config{libs}')
 LOCAL_OBJS=perlxsi.o

Modified: freeswitch/trunk/src/mod/languages/mod_python/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_python/Makefile	(original)
+++ freeswitch/trunk/src/mod/languages/mod_python/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(PREFIX)/include/python2.4/
 LOCAL_LDFLAGS=-lpython2.4 -L$(PREFIX)/lib/python2.4/config/  -lutil -lstdc++
 LOCAL_OBJS=freeswitch_python.o mod_python_wrap.o

Modified: freeswitch/trunk/src/mod/languages/mod_spidermonkey_etpan/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_spidermonkey_etpan/Makefile	(original)
+++ freeswitch/trunk/src/mod/languages/mod_spidermonkey_etpan/Makefile	Mon Mar 12 01:17:17 2007
@@ -2,7 +2,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 #LOCAL_CFLAGS=
 LOCAL_LDFLAGS+=-letpan
 #LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/languages/mod_spidermonkey_odbc/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_spidermonkey_odbc/Makefile	(original)
+++ freeswitch/trunk/src/mod/languages/mod_spidermonkey_odbc/Makefile	Mon Mar 12 01:17:17 2007
@@ -2,7 +2,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 #LOCAL_CFLAGS=
 LOCAL_LDFLAGS+=-lodbc
 #LOCAL_OBJS=

Modified: freeswitch/trunk/src/mod/xml_int/mod_xml_curl/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/xml_int/mod_xml_curl/Makefile	(original)
+++ freeswitch/trunk/src/mod/xml_int/mod_xml_curl/Makefile	Mon Mar 12 01:17:17 2007
@@ -1,7 +1,7 @@
 # define these targets in your makefile if you wish
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
-# and define these variables to imapact your build
+# and define these variables to impact your build
 LOCAL_CFLAGS=-I$(BASE)/libs/curl/include
 LOCAL_LDFLAGS=$(BASE)/libs/curl/lib/libcurl.la
 LOCAL_OBJS=



More information about the Freeswitch-svn mailing list