From 08d15071a40d3e13f56c24450e588de7d74f17a5 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 12 Mar 2007 05:17:17 +0000 Subject: [PATCH] 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 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4564 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_enum/Makefile | 2 +- src/mod/asr_tts/mod_cepstral/Makefile | 2 +- src/mod/asr_tts/mod_lumenvox/Makefile | 2 +- src/mod/codecs/mod_g711/Makefile | 2 +- src/mod/codecs/mod_g722/Makefile | 2 +- src/mod/codecs/mod_g726/Makefile | 2 +- src/mod/codecs/mod_gsm/Makefile | 2 +- src/mod/codecs/mod_ilbc/Makefile | 2 +- src/mod/codecs/mod_lpc10/Makefile | 2 +- src/mod/codecs/mod_speex/Makefile | 2 +- src/mod/directories/mod_ldap/Makefile | 2 +- src/mod/endpoints/mod_dingaling/Makefile | 2 +- src/mod/endpoints/mod_iax/Makefile | 2 +- src/mod/endpoints/mod_portaudio/Makefile | 2 +- src/mod/endpoints/mod_wanpipe/Makefile | 2 +- src/mod/event_handlers/mod_cdr/Makefile | 2 +- src/mod/event_handlers/mod_xmpp_event/Makefile | 2 +- src/mod/event_handlers/mod_zeroconf/Makefile | 2 +- src/mod/formats/mod_shout/Makefile | 2 +- src/mod/formats/mod_sndfile/Makefile | 2 +- src/mod/languages/mod_perl/Makefile | 2 +- src/mod/languages/mod_python/Makefile | 2 +- src/mod/languages/mod_spidermonkey_etpan/Makefile | 2 +- src/mod/languages/mod_spidermonkey_odbc/Makefile | 2 +- src/mod/xml_int/mod_xml_curl/Makefile | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/mod/applications/mod_enum/Makefile b/src/mod/applications/mod_enum/Makefile index d07bc45501..446919d5c4 100644 --- a/src/mod/applications/mod_enum/Makefile +++ b/src/mod/applications/mod_enum/Makefile @@ -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 diff --git a/src/mod/asr_tts/mod_cepstral/Makefile b/src/mod/asr_tts/mod_cepstral/Makefile index 3dd720658c..83a57865b9 100644 --- a/src/mod/asr_tts/mod_cepstral/Makefile +++ b/src/mod/asr_tts/mod_cepstral/Makefile @@ -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 diff --git a/src/mod/asr_tts/mod_lumenvox/Makefile b/src/mod/asr_tts/mod_lumenvox/Makefile index 2419ae6286..e2b3ca3513 100644 --- a/src/mod/asr_tts/mod_lumenvox/Makefile +++ b/src/mod/asr_tts/mod_lumenvox/Makefile @@ -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 diff --git a/src/mod/codecs/mod_g711/Makefile b/src/mod/codecs/mod_g711/Makefile index e715197727..b41e268b75 100644 --- a/src/mod/codecs/mod_g711/Makefile +++ b/src/mod/codecs/mod_g711/Makefile @@ -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= diff --git a/src/mod/codecs/mod_g722/Makefile b/src/mod/codecs/mod_g722/Makefile index 52f14cf07f..8e33152719 100644 --- a/src/mod/codecs/mod_g722/Makefile +++ b/src/mod/codecs/mod_g722/Makefile @@ -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= diff --git a/src/mod/codecs/mod_g726/Makefile b/src/mod/codecs/mod_g726/Makefile index 689837f775..c9414b7a8b 100644 --- a/src/mod/codecs/mod_g726/Makefile +++ b/src/mod/codecs/mod_g726/Makefile @@ -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 diff --git a/src/mod/codecs/mod_gsm/Makefile b/src/mod/codecs/mod_gsm/Makefile index 19c8beb225..746e7194c1 100644 --- a/src/mod/codecs/mod_gsm/Makefile +++ b/src/mod/codecs/mod_gsm/Makefile @@ -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= diff --git a/src/mod/codecs/mod_ilbc/Makefile b/src/mod/codecs/mod_ilbc/Makefile index c5ad0a95de..e6337eb069 100644 --- a/src/mod/codecs/mod_ilbc/Makefile +++ b/src/mod/codecs/mod_ilbc/Makefile @@ -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= diff --git a/src/mod/codecs/mod_lpc10/Makefile b/src/mod/codecs/mod_lpc10/Makefile index d48d448a93..0cfe0977ae 100644 --- a/src/mod/codecs/mod_lpc10/Makefile +++ b/src/mod/codecs/mod_lpc10/Makefile @@ -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= diff --git a/src/mod/codecs/mod_speex/Makefile b/src/mod/codecs/mod_speex/Makefile index 6526654690..03827a1809 100644 --- a/src/mod/codecs/mod_speex/Makefile +++ b/src/mod/codecs/mod_speex/Makefile @@ -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= diff --git a/src/mod/directories/mod_ldap/Makefile b/src/mod/directories/mod_ldap/Makefile index 09f8437491..8bd32dc000 100644 --- a/src/mod/directories/mod_ldap/Makefile +++ b/src/mod/directories/mod_ldap/Makefile @@ -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= diff --git a/src/mod/endpoints/mod_dingaling/Makefile b/src/mod/endpoints/mod_dingaling/Makefile index c4951bfd79..cb91966a91 100644 --- a/src/mod/endpoints/mod_dingaling/Makefile +++ b/src/mod/endpoints/mod_dingaling/Makefile @@ -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= diff --git a/src/mod/endpoints/mod_iax/Makefile b/src/mod/endpoints/mod_iax/Makefile index c438826d32..3abbf346bf 100644 --- a/src/mod/endpoints/mod_iax/Makefile +++ b/src/mod/endpoints/mod_iax/Makefile @@ -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= diff --git a/src/mod/endpoints/mod_portaudio/Makefile b/src/mod/endpoints/mod_portaudio/Makefile index 91834fa81a..2f9d4c18be 100644 --- a/src/mod/endpoints/mod_portaudio/Makefile +++ b/src/mod/endpoints/mod_portaudio/Makefile @@ -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) diff --git a/src/mod/endpoints/mod_wanpipe/Makefile b/src/mod/endpoints/mod_wanpipe/Makefile index fb71d95f6f..07574f0298 100644 --- a/src/mod/endpoints/mod_wanpipe/Makefile +++ b/src/mod/endpoints/mod_wanpipe/Makefile @@ -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 diff --git a/src/mod/event_handlers/mod_cdr/Makefile b/src/mod/event_handlers/mod_cdr/Makefile index c6567a5c23..bed468b81e 100644 --- a/src/mod/event_handlers/mod_cdr/Makefile +++ b/src/mod/event_handlers/mod_cdr/Makefile @@ -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 diff --git a/src/mod/event_handlers/mod_xmpp_event/Makefile b/src/mod/event_handlers/mod_xmpp_event/Makefile index 2232409e56..acf42eebe5 100644 --- a/src/mod/event_handlers/mod_xmpp_event/Makefile +++ b/src/mod/event_handlers/mod_xmpp_event/Makefile @@ -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= diff --git a/src/mod/event_handlers/mod_zeroconf/Makefile b/src/mod/event_handlers/mod_zeroconf/Makefile index 6b2ba036a2..1e2df5835c 100644 --- a/src/mod/event_handlers/mod_zeroconf/Makefile +++ b/src/mod/event_handlers/mod_zeroconf/Makefile @@ -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= diff --git a/src/mod/formats/mod_shout/Makefile b/src/mod/formats/mod_shout/Makefile index 0ceac0d13a..02749c0119 100644 --- a/src/mod/formats/mod_shout/Makefile +++ b/src/mod/formats/mod_shout/Makefile @@ -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= diff --git a/src/mod/formats/mod_sndfile/Makefile b/src/mod/formats/mod_sndfile/Makefile index 7051a0fa5b..4cd07d354e 100644 --- a/src/mod/formats/mod_sndfile/Makefile +++ b/src/mod/formats/mod_sndfile/Makefile @@ -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= diff --git a/src/mod/languages/mod_perl/Makefile b/src/mod/languages/mod_perl/Makefile index be4b66ffb1..3bf8b2dc6b 100644 --- a/src/mod/languages/mod_perl/Makefile +++ b/src/mod/languages/mod_perl/Makefile @@ -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 diff --git a/src/mod/languages/mod_python/Makefile b/src/mod/languages/mod_python/Makefile index 5990f70f2e..917132589a 100644 --- a/src/mod/languages/mod_python/Makefile +++ b/src/mod/languages/mod_python/Makefile @@ -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 diff --git a/src/mod/languages/mod_spidermonkey_etpan/Makefile b/src/mod/languages/mod_spidermonkey_etpan/Makefile index 53d546d2e7..a466d6458c 100644 --- a/src/mod/languages/mod_spidermonkey_etpan/Makefile +++ b/src/mod/languages/mod_spidermonkey_etpan/Makefile @@ -2,7 +2,7 @@ include ../mod_spidermonkey/sm.mak # 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= diff --git a/src/mod/languages/mod_spidermonkey_odbc/Makefile b/src/mod/languages/mod_spidermonkey_odbc/Makefile index 2b363c5aaf..549a54e985 100644 --- a/src/mod/languages/mod_spidermonkey_odbc/Makefile +++ b/src/mod/languages/mod_spidermonkey_odbc/Makefile @@ -2,7 +2,7 @@ include ../mod_spidermonkey/sm.mak # 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= diff --git a/src/mod/xml_int/mod_xml_curl/Makefile b/src/mod/xml_int/mod_xml_curl/Makefile index 62ea3fac22..7c952bee9d 100644 --- a/src/mod/xml_int/mod_xml_curl/Makefile +++ b/src/mod/xml_int/mod_xml_curl/Makefile @@ -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=