Commit Graph

21 Commits

Author SHA1 Message Date
Michael Jerris 837ac8eb3f fix dependency on Makefile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15942 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 23:43:11 +00:00
Michael Jerris 9e62c6fb9a upgrade openldap to fix gcc 4.4 build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15941 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 22:31:36 +00:00
Michael Jerris d8b1f9f163 fix mod_xml_ldap dependencies on Makefile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15940 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 22:25:11 +00:00
Michael Jerris d8bcbcb2f8 fix deps in mod_ldap Makefile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15939 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 22:19:10 +00:00
Michael Jerris d2cf7f862a fix --srcdir builds for modules that download libraries mod_flite mod_pocketsphinx mod_celt mod_radius_cdr mod_soundtouch mod_memcache mod_curl mod_xml_ldap mod_shout mod_ldap (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15917 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 21:20:02 +00:00
Michael Jerris 7c255937c3 pass configure args/vars to sub-configure commands run from module makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15718 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-30 14:23:09 +00:00
Brian West 547bc567f0 FSBUILD-189
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14725 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-01 20:49:13 +00:00
Raymond Chandler 940dbe85c0 file suffix for MDXMLINT-44
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10801 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 17:18:18 +00:00
Raymond Chandler 4f0641d53b newer version of openldap for MDXMLINT-44
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10795 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 15:48:25 +00:00
Michael Jerris 366e1f46bc fix for FSBUILD-35, build w/o slapd. thanks skopii
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7466 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-01 18:52:54 +00:00
Michael Jerris 940bf73b72 Do a better job at tracking dependencies into the libs, so libs are re-built when they need to.
Eliminate some more gmakeisms in the modules makefiles




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-17 08:40:10 +00:00
Michael Jerris 70a70aa922 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
2007-03-17 05:49:57 +00:00
Michael Jerris 18b47de4b2 do a better job with dependency tracking so the the mods don't keep trying to build or install when they don't need to. This should start to help with the speed of the build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4602 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-15 04:32:09 +00:00
Michael Jerris be228edc1f move a couple more mods to use getlibs with static non-installed builds
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4594 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-14 21:48:31 +00:00
Michael Jerris b196ff7205 add support for doing make from the module directory of the in tree modules.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4586 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-13 18:23:49 +00:00
Brian West 08d15071a4 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
2007-03-12 05:17:17 +00:00
Michael Jerris 514bde18c7 an attempt to simplify the module make files. More changes to come on the modules building soon
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4562 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-12 04:21:54 +00:00
Michael Jerris a9ff1022d7 fix include paths and makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4559 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-11 16:24:34 +00:00
Anthony Minessale cbdfe1f72f ok this is just being picky but on darwin and mac we really should call it .dylib instead of .so but this also gave me a chance to get better with the build system. /b
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@753 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-03-05 23:44:04 +00:00
Anthony Minessale 59d9fa452c a fresh install on fedora core 3 revealed some necessary tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@640 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-21 16:03:18 +00:00
Anthony Minessale 1bd8aaa8f1 Add mod_ldap as directory example
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@580 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-09 22:37:44 +00:00