]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add support for doing make from the module directory of the in tree modules.
authorMichael Jerris <mike@jerris.com>
Tue, 13 Mar 2007 18:23:49 +0000 (18:23 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 13 Mar 2007 18:23:49 +0000 (18:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4586 d0543943-73ff-0310-b7d9-9358b9ac24b2

35 files changed:
src/mod/applications/mod_enum/Makefile
src/mod/asr_tts/mod_cepstral/Makefile
src/mod/asr_tts/mod_lumenvox/Makefile
src/mod/codecs/mod_amr/Makefile
src/mod/codecs/mod_g711/Makefile
src/mod/codecs/mod_g722/Makefile
src/mod/codecs/mod_g723_1/Makefile
src/mod/codecs/mod_g726/Makefile
src/mod/codecs/mod_g729/Makefile
src/mod/codecs/mod_gsm/Makefile
src/mod/codecs/mod_ilbc/Makefile
src/mod/codecs/mod_lpc10/Makefile
src/mod/codecs/mod_speex/Makefile
src/mod/directories/mod_ldap/Makefile
src/mod/endpoints/mod_dingaling/Makefile
src/mod/endpoints/mod_iax/Makefile
src/mod/endpoints/mod_portaudio/Makefile
src/mod/endpoints/mod_sofia/Makefile
src/mod/endpoints/mod_wanpipe/Makefile
src/mod/event_handlers/mod_cdr/Makefile
src/mod/event_handlers/mod_xmpp_event/Makefile
src/mod/event_handlers/mod_zeroconf/Makefile
src/mod/formats/mod_shout/Makefile
src/mod/formats/mod_sndfile/Makefile
src/mod/languages/mod_mono/Makefile
src/mod/languages/mod_perl/Makefile
src/mod/languages/mod_python/Makefile
src/mod/languages/mod_spidermonkey/Makefile
src/mod/languages/mod_spidermonkey_core_db/Makefile
src/mod/languages/mod_spidermonkey_etpan/Makefile
src/mod/languages/mod_spidermonkey_odbc/Makefile
src/mod/languages/mod_spidermonkey_skel/Makefile
src/mod/languages/mod_spidermonkey_teletone/Makefile
src/mod/xml_int/mod_xml_curl/Makefile
src/mod/xml_int/mod_xml_rpc/Makefile

index 446919d5c41137d82cb06fe9592615d93de728a5..f747638cf1c6fbda0810c073810834c2c69c0bed 100644 (file)
@@ -2,10 +2,11 @@
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MODNAME=mod_enum
 LOCAL_CFLAGS=-I$(BASE)/libs/udns
 LOCAL_LDFLAGS=
 LOCAL_OBJS=$(BASE)/libs/udns/libudns.a
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/udns && $(MAKE) staticlib
index 83a57865b992052542491abeceff4434cf3a4589..e5ff260078c23f2c8b5c08ef6cf0f50d79bde842 100644 (file)
@@ -2,6 +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
@@ -10,5 +11,5 @@ LOCAL_LDFLAGS += -L/opt/swift/lib -lswift -lceplex_us -lceplang_en -lm
 LOCAL_CFLAGS += -I/opt/swift/include
 endif
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
index e2b3ca351362d6bd9d1efee213e74af3891d59ab..75bea42da1e0f5f24c5f712c4e75570b5cd1288f 100644 (file)
@@ -2,9 +2,10 @@
 # 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
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
index 5eb05d446c00feacb1805b9e5c2304c3cffa889d..5427797ef5d2402affe79d6d8df8a66e806e667b 100644 (file)
@@ -1,3 +1,4 @@
+MODNAME=mod_amr
 ifeq ($(shell ls -d $(BASE)/libs/amr),$(BASE)/libs/amr)
 
 LOCAL_CFLAGS += -I$(PREFIX)/include/amr
@@ -9,4 +10,4 @@ LOCAL_CFLAGS += -DAMR_PASSTHROUGH
 
 endif
 
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
index b41e268b7592d679bb87a947ac2c7557fae6d47d..3d182e6c9cbff4a80f93a31d73ef879f4b365a90 100644 (file)
@@ -2,9 +2,10 @@
 # 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=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 
index 8e33152719cb155f5186a9eb5f87cae111e1b25d..2889c74669e4238c36abc7a384e4df02cee5faf4 100644 (file)
@@ -2,10 +2,11 @@
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MODNAME=mod_g722
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/g7xx/src/include/
 LOCAL_LDFLAGS=$(BASE)/libs/codec/g7xx/libg7xx.la
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/codec/g7xx && $(MAKE)
index 7c657a4e5cbcb0047628d5137edd1a448709283b..67b0ef553ef23a9885430a95b8e74bcba6c12d04 100644 (file)
@@ -1,7 +1,8 @@
+MODNAME=mod_g723_1
 ifeq ($(shell ls -d $(BASE)/libs/libg723_1),$(BASE)/libs/libg723_1)
 LOCAL_CFLAGS += -I$(PREFIX)/include/g723
 LOCAL_LDFLAGS +=-lg723
 else
 LOCAL_CFLAGS += -DG723_PASSTHROUGH
 endif
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
index c9414b7a8b007a1dda4425f58b10644bad04a97c..39ad5ecf5af906e202ac37389946198cb62e47a9 100644 (file)
@@ -2,10 +2,11 @@
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MODNAME=mod_g726
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/g726/src
 LOCAL_LDFLAGS=
 LOCAL_OBJS=$(BASE)/libs/codec/g726/libg726.la
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/codec/g726 && $(MAKE)
index 5396f961ed7b8c7f1b2ef402ec9bbed168d80941..2edcfa8c7f50cf003e7014754e56428b128bc063 100644 (file)
@@ -1,3 +1,4 @@
+MODNAME=mod_g729
 ifeq ($(shell ls -d $(BASE)/libs/libg729),$(BASE)/libs/libg729)
 LOCAL_CFLAGS += -I$(PREFIX)/include/libg729
 LOCAL_LDFLAGS +=-lg729
@@ -5,4 +6,4 @@ else
 LOCAL_CFLAGS += -DG729_PASSTHROUGH
 endif
 
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
index 746e7194c160f145ddf0095ad647ce465c8e6c9f..b9020f68b552fb0f01eb0ac1313cb6726b410c35 100644 (file)
@@ -2,10 +2,11 @@
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MODNAME=mod_gsm
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/gsm/inc
 LOCAL_LDFLAGS=$(BASE)/libs/codec/gsm/libgsm.la
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/codec/gsm && $(MAKE)
index e6337eb0691f5135fbeee21b63efc65bc6fc6037..4b9ec6d7c2094cc0b01385a84568f4401d52d9de 100644 (file)
@@ -2,10 +2,11 @@
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MODNAME=mod_ilbc
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/ilbc/src
 LOCAL_LDFLAGS=$(BASE)/libs/codec/ilbc/libilbc.la
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/codec/ilbc && $(MAKE)
index 0cfe0977ae59bae944cdeed949f319f04f112044..6698a64d2b2d52eab3e72bee39198f5e0ecc3a63 100644 (file)
@@ -2,10 +2,11 @@
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MODNAME=mod_lpc10
 LOCAL_CFLAGS=-I$(BASE)/libs/codec/lpc10/src
 LOCAL_LDFLAGS=$(BASE)/libs/codec/lpc10/liblpc10.la
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/codec/lpc10 && $(MAKE)
index 03827a180964e7e4cada317ca491ff5a0dfbb8ad..5fe1b0fd046ff3e0143040b8f62d29083f1b44ed 100644 (file)
@@ -2,10 +2,11 @@
 # 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
 LOCAL_CFLAGS=-I$(BASE)/libs/speex/include
 LOCAL_LDFLAGS=$(BASE)/libs/speex/libspeex/libspeex.la
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/speex && $(MAKE)
index 8bd32dc000c00c26243d5c7a98c85afd9084bdbb..8cdb2e13b76372ddf7e844e2589ffabace41260d 100644 (file)
@@ -2,10 +2,11 @@
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MODNAME=mod_ldap
 LOCAL_CFLAGS=-DWITH_OPENLDAP -DLDAP_DEPRECATED
 LOCAL_LDFLAGS=-lldap_r -llber
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install openldap-2.3.19.tgz --prefix=$(PREFIX) --disable-bdb --disable-hdb
index cb91966a91875dec846da180c062e1465771a60b..d1a60acb4388b13d3877f6f58c14618f9b914cd4 100644 (file)
@@ -2,10 +2,11 @@
 # 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
 LOCAL_CFLAGS=-I$(BASE)/libs/libdingaling/src
 LOCAL_LDFLAGS=$(BASE)/libs/libdingaling/libdingaling.la
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/iksemel && $(MAKE)
index 3abbf346bfc191b5a14c7ccf318dfe989d25f91b..17acba8899dfdb7fa47f538e41bbf0f41241b353 100644 (file)
@@ -2,10 +2,11 @@
 # 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
 LOCAL_CFLAGS=-I$(BASE)/libs/iax/src
 LOCAL_LDFLAGS=$(BASE)/libs/iax/src/libiax.la
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/iax && $(MAKE)
index 2f9d4c18be22f9563e2cf3dd657a6e0d7cf5e7be..72da1c9f141b9e53cd96f20979c92d955f03507d 100644 (file)
@@ -2,6 +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_portaudio
 LOCAL_CFLAGS=-I. -I$(BASE)/libs/portaudio/include
 LOCAL_LDFLAGS=$(BASE)/libs/portaudio/lib/libportaudio.la
 ifeq ($(OSARCH),Darwin)
@@ -9,7 +10,7 @@ LOCAL_LDFLAGS += -framework CoreAudio -framework AudioToolbox -framework AudioUn
 endif
 LOCAL_OBJS=pablio.o pa_ringbuffer.o
 
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/portaudio && $(MAKE)
index b7a9546e46ac95ce912fdcf76afa39cd767dd73c..fd005d3c41182f0559796e20282c312876c05c20 100644 (file)
@@ -1,3 +1,4 @@
+MODNAME=mod_sofia
 OS_ARCH         := $(subst /,_,$(shell uname -s | sed /\ /s//_/))
 
 LOCAL_CFLAGS  = -I. -I$(BASE)/libs/sofia-sip/libsofia-sip-ua/bnf  -I$(BASE)/libs/sofia-sip/libsofia-sip-ua/features
@@ -16,7 +17,7 @@ ifeq ($(OS_ARCH),Darwin)
        LOCAL_LDFLAGS +=-framework CoreFoundation -framework SystemConfiguration
 endif
 
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/sofia-sip && $(MAKE)
index f8484275e4baf3ad9a74cf06fff17247ae1201b5..1ad0ea879cf6b89cb007c567dff3a4057bf6ad13 100644 (file)
@@ -2,11 +2,12 @@
 # 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
 LOCAL_OBJS=ss7boost_client.o
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install libsangoma --prefix=$(PREFIX) --with-libpri=/usr/src/libpri
index bed468b81e726ba30236444392f008d6d81fd985..944a4650f4bb3c1651bf4e47307b939aa9563546 100644 (file)
@@ -2,6 +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
@@ -15,4 +16,4 @@ ifneq ($(shell which mysql_config),)
   LOCAL_OBJS    += mysqlcdr.o
 endif
 
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
index acf42eebe5faef076b12075b011a1b212ce272af..038b301fa48e572e95126ba56e01472f8d9db7db 100644 (file)
@@ -2,10 +2,11 @@
 # 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
 LOCAL_CFLAGS=-I$(BASE)/libs/iksemel/include
 LOCAL_LDFLAGS=$(BASE)/libs/iksemel/src/libiksemel.la
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/iksemel && $(MAKE)
index 1e2df5835c63b48d28528d90a4b8368c2824f297..80cc9850f776c659cc3a2befe4c12cddb3c24245 100644 (file)
@@ -2,10 +2,11 @@
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MODNAME=mod_zeroconf
 LOCAL_CFLAGS=-I$(PREFIX)/include/howl
 LOCAL_LDFLAGS=-lhowl
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        $(BASE)/build/buildlib.sh $(BASE) install howl-1.0.0.tar.gz --prefix=$(PREFIX)
index 0aacda471a18854af577a9a872a9a9adf1e84d3b..532d2d5596e19208b61ba894503f6f688de144ba 100644 (file)
@@ -2,6 +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_shout
 LAME=lame-3.97
 SHOUT=libshout-2.2.2
 LAMELA=$(BASE)/libs/$(LAME)/libmp3lame/libmp3lame.la
@@ -13,7 +14,7 @@ MP3OBJS=common.o dct64_i386.o decode_ntom.o layer3.o tabinit.o interface.o
 LOCAL_OBJS=$(MP3OBJS)
 DEFAULT_ARGS=--prefix=$(PREFIX) --disable-shared --with-pic
 
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 $(LAMELA):
        MAKE="$(MAKE)" $(BASE)/build/buildlib.sh $(BASE) $(LAME).tar.gz $(DEFAULT_ARGS) --disable-decoder
index 4cd07d354eb2325df573f28be550480948f44c94..761963f3dc000d9d432d52c2e6819c70b8213777 100644 (file)
@@ -2,10 +2,11 @@
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MONAME=mod_sndfile
 LOCAL_CFLAGS=-I$(BASE)/libs/libsndfile/src
 LOCAL_LDFLAGS=$(BASE)/libs/libsndfile/src/libsndfile.la
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/libsndfile && $(MAKE)
index 84bd0c4d0a19b2e0ba39e68c3a7ded843c948c4b..a333e0f259e61da54439b41f0e270118ced1d04d 100644 (file)
@@ -1,3 +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
@@ -6,7 +7,7 @@ PKGCONFIG_TARBALL = pkg-config-0.21.tar.gz
 
 LOCAL_CFLAGS=`$(PREFIX)/bin/pkg-config --cflags mono`
 LOCAL_LDFLAGS=`$(PREFIX)/bin/pkg-config --libs mono`
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) configure install $(GETTEXT_TARBALL) --prefix=$(PREFIX) --with-pic
index 3bf8b2dc6b855ee4c543a412fc73ea82571193b5..2b08ca29102a8dea0d9cef32338c62511a112506 100644 (file)
@@ -2,10 +2,11 @@
 # 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
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 PERL        = $(shell which perl)
 PERL_LIBDIR =-L$(shell perl -MConfig -e 'print $$Config{archlib}')/CORE
index 917132589ab480824b0eee9bdda455726d0a524f..3ef92765e028c3c9be32c7c7af4f03dc0f8ec966 100644 (file)
@@ -2,10 +2,11 @@
 # 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
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 PYMOD=freeswitch
 
index f0892c56c950e4be80c8eaa4802995677c7bde6f..a4975536e0422c6247d376b14bba5fbb10460580 100644 (file)
@@ -1,9 +1,9 @@
-
+MODNAME=mod_spidermonkey
 include sm.mak
 LOCAL_CFLAGS  += -I$(BASE)/libs/curl/include
 LOCAL_LDFLAGS += $(BASE)/libs/curl/lib/libcurl.la
 
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/curl && $(MAKE)
index dac7423c0e694c186268346a076ada36d26cfb3d..e05a62716cfdbfb8013136b5218f63ea02e4238d 100644 (file)
@@ -1,2 +1,3 @@
 include ../mod_spidermonkey/sm.mak
-include $(BASE)/build/modmake.rules
+MODNAME=mod_spidermonkey_core_db
+include ../../../../build/modmake.rules
index a466d6458cf45313b3640b9dba9c41e3a08a4870..ba3ea0e311a53dc00d31c58b93064d7740a1668d 100644 (file)
@@ -3,10 +3,11 @@ include ../mod_spidermonkey/sm.mak
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MODNAME=mod_spidermonkey_etpan
 #LOCAL_CFLAGS=
 LOCAL_LDFLAGS+=-letpan
 #LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install libetpan --prefix=$(PREFIX)
index 549a54e985bb408cbaf18010ca21510e6b757f51..3921b0a591e43a4b28e4bc4465840772679b6319 100644 (file)
@@ -3,10 +3,11 @@ include ../mod_spidermonkey/sm.mak
 # local_all local_depend local_clean depend_install local_install local_distclean local_extraclean:
 
 # and define these variables to impact your build
+MODNAME=mod_spidermonkey_odbc
 #LOCAL_CFLAGS=
 LOCAL_LDFLAGS+=-lodbc
 #LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install unixODBC-2.2.12.tar.gz --prefix=$(PREFIX) --disable-gui --without-x --with-pic
index 3bc6fcf2c79e761d3de7e391823ec42208d0e324..5411b8f53eaa55ca0c3c77728d0a756e6a2a6a9f 100644 (file)
@@ -1,3 +1,4 @@
 include ../mod_spidermonkey/sm.mak
-include $(BASE)/build/modmake.rules
+MODNAME=mod_spidermonkey_skel
+include ../../../../build/modmake.rules
 
index 7c8180b693b562c5ebbd1b4926d8f827e52c1f59..d6e744b2a6a7176c4caa061938a408bb39e677e7 100644 (file)
@@ -1,5 +1,5 @@
-
+MODNAME=mod_spidermonkey_teletone
 include ../mod_spidermonkey/sm.mak
 LOCAL_CFLAGS+=-I$(BASE)/libs/libteletone/src
 LOCAL_LDFLAGS+=$(BASE)/libs/libteletone/libteletone.la
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
index 7c952bee9d872e809364486f58b41ec7bd56734b..69edb38e9a6c345a6827d5fb616105a81aecaaf7 100644 (file)
@@ -2,10 +2,11 @@
 # 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
 LOCAL_CFLAGS=-I$(BASE)/libs/curl/include
 LOCAL_LDFLAGS=$(BASE)/libs/curl/lib/libcurl.la
 LOCAL_OBJS=
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/curl && $(MAKE)
index bee68c81a8a1ee0a2791e26f776b17acb8a5ec64..a32bc53b819f6f2804ef45e86f358c57df910a53 100644 (file)
@@ -1,11 +1,11 @@
-
+MODNAME=mod_xml_rpc
 LOCAL_LDFLAGS  = $(BASE)/libs/xmlrpc-c/src/libxmlrpc.la $(BASE)/libs/xmlrpc-c/src/libxmlrpc_server.la 
 LOCAL_LDFLAGS += $(BASE)/libs/xmlrpc-c/src/libxmlrpc_server_abyss.la $(BASE)/libs/xmlrpc-c/lib/abyss/src/libxmlrpc_abyss.la
 LOCAL_LDFLAGS += $(BASE)/libs/xmlrpc-c/lib/expat/xmlparse/libxmlrpc_xmlparse.la
 
 LOCAL_CFLAGS=-I$(BASE)/libs/xmlrpc-c/include
 
-include $(BASE)/build/modmake.rules
+include ../../../../build/modmake.rules
 
 local_depend:
        cd $(BASE)/libs/xmlrpc-c && $(MAKE)