Remove the requirement to define MODNAME in the module makefiles.

Remove gmakeisms from the modmake.rules module makefile include
Remove the MODNAME def from all the in tree Makefiles



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4628 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-03-17 05:49:57 +00:00
parent d6547b8081
commit 70a70aa922
36 changed files with 97 additions and 59 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_enum
BASE=../../../..
UDNSA=$(BASE)/libs/udns/libudns.a
LOCAL_CFLAGS=-I$(BASE)/libs/udns
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
OSARCH=$(shell uname -s)
# and define these variables to impact your build
MODNAME=mod_cepstral
ifeq ($(OSARCH),Darwin)
LOCAL_LDFLAGS += -framework swift
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_lumenvox
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
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_amr
BASE=../../../..
topdir=$(shell cd $(BASE) && pwd)
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_g711
LOCAL_CFLAGS=-I$(BASE)/libs/codec/g7xx/src/include
LOCAL_LDFLAGS=
LOCAL_OBJS=
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_g722
BASE=../../../..
G7XXLA=$(BASE)/libs/codec/g7xx/libg7xx.la
LOCAL_CFLAGS=-I$(BASE)/libs/codec/g7xx/src/include/
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_g723_1
BASE=../../../..
topdir=$(shell cd $(BASE) && pwd)
ifeq ($(shell test -d $(topdir)/libs/libg723_1 && cd $(topdir)/libs/libg723_1 && pwd),$(topdir)/libs/libg723_1)
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_g726
BASE=../../../..
G726LA=$(BASE)/libs/codec/g726/libg726.la
LOCAL_CFLAGS=-I$(BASE)/libs/codec/g726/src
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_g729
BASE=../../../..
topdir=$(shell cd $(BASE) && pwd)
ifeq ($(shell test -d $(topdir)/libs/libg729 && cd $(topdir)/libs/libg729 && pwd),$(topdir)/libs/libg729)
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_gsm
BASE=../../../..
GSMLA=$(BASE)/libs/codec/gsm/libgsm.la
LOCAL_CFLAGS=-I$(BASE)/libs/codec/gsm/inc
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_ilbc
BASE=../../../..
ILBCLA=$(BASE)/libs/codec/ilbc/libilbc.la
LOCAL_CFLAGS=-I$(BASE)/libs/codec/ilbc/src
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_lpc10
BASE=../../../..
LPC10LA=$(BASE)/libs/codec/lpc10/liblpc10.la
LOCAL_CFLAGS=-I$(BASE)/libs/codec/lpc10/src
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_speex
BASE=../../../..
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_ldap
switch_srcdir=../../../..
LDAP=openldap-2.3.19
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_dingaling
BASE=../../../..
IKSEMELLA=$(BASE)/libs/iksemel/src/libiksemel.la
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_iax
BASE=../../../..
IAXLA=$(BASE)/libs/iax/src/libiax.la
LOCAL_CFLAGS=-I$(BASE)/libs/iax/src
+1 -1
View File
@@ -1,6 +1,6 @@
BASE=../../../..
OSARCH=$(shell uname -s)
MODNAME=mod_portaudio
BASE=../../../..
PALA=$(BASE)/libs/portaudio/lib/libportaudio.la
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_sofia
BASE=../../../..
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_wanpipe
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 -I$(switch_srcdir)/libs/libteletone/src
LOCAL_LDFLAGS=-lsangoma $(BASE)/libs/libteletone/libteletone.la
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_cdr
LOCAL_CFLAGS=
LOCAL_LDFLAGS=
LOCAL_OBJS=cdrcontainer.o basecdr.o baseregistry.o pddcdr.o csvcdr.o xmlcdr.o sqlitecdr.o
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_xmpp_event
BASE=../../../..
IKSEMELLA=$(BASE)/libs/iksemel/src/libiksemel.la
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_zeroconf
switch_srcdir=../../../..
HOWL=howl-1.0.0
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_shout
LAME=lame-3.97
SHOUT=libshout-2.2.2
switch_srcdir=../../../..
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_sndfile
BASE=../../../..
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_mono
VERSION = mono-1.1.13.8
TARBALL = mono-1.1.13.8.tar.gz
GLIB_TARBALL = glib-2.12.3.tar.gz
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_perl
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
+1 -1
View File
@@ -2,7 +2,7 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_python
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
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_spidermonkey
WANT_CURL=yes
LOCAL_CFLAGS=
@@ -1,4 +1,4 @@
MODNAME=mod_spidermonkey_core_db
switch_srcdir=../../../..
LOCAL_CFLAGS=
LOCAL_LDFLAGS=
@@ -1,4 +1,4 @@
MODNAME=mod_spidermonkey_etpan
switch_srcdir=../../../..
@@ -1,4 +1,4 @@
MODNAME=mod_spidermonkey_odbc
switch_srcdir=../../../..
ODBC=unixODBC-2.2.12
@@ -1,4 +1,4 @@
MODNAME=mod_spidermonkey_skel
switch_srcdir=../../../..
LOCAL_CFLAGS=
LOCAL_LDFLAGS=
@@ -1,4 +1,4 @@
MODNAME=mod_spidermonkey_teletone
switch_srcdir=../../../..
LOCAL_CFLAGS=-I$(switch_srcdir)/libs/libteletone/src
LOCAL_LDFLAGS=
+1 -1
View File
@@ -2,6 +2,6 @@
# local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
# and define these variables to impact your build
MODNAME=mod_xml_curl
WANT_CURL=yes
include ../../../../build/modmake.rules
+1 -1
View File
@@ -1,4 +1,4 @@
MODNAME=mod_xml_rpc
BASE=../../../..
XMLRPCLAS = $(BASE)/libs/xmlrpc-c/src/libxmlrpc.la $(BASE)/libs/xmlrpc-c/src/libxmlrpc_server.la