Stefan Knoblich
|
5e9c36e859
Do not expand BASE variable while creating Makefiles for modules (so you can actually move the freeswitch source around after a build)
|
16 lat temu |
Michal Bielicki
|
abbf7fec69
let configure do the libdir insert and not the environment
|
17 lat temu |
Michal Bielicki
|
b552cb3a6c
Make libdir and bindir being accepted by libs and modules
|
17 lat temu |
Michael Jerris
|
71ffefae4e
change around build order a little
|
17 lat temu |
Michael Jerris
|
c7753b06d4
some cleanup in the Makefiles
|
17 lat temu |
Anthony Minessale
|
7a2098ef78
fix
|
17 lat temu |
Michael Jerris
|
9070ba0e14
remove gmakeisms from the mod_cdr makefile
|
17 lat temu |
Michael Jerris
|
1b1655db3b
add custom build output on modules install
|
17 lat temu |
Michael Jerris
|
d1436a4b33
use -s for make without chekc on if it's supported. If we run into ones that do not support -s, we can adress it at that point.
|
17 lat temu |
Michael Jerris
|
d0410103ff
be quieter in our checks
|
17 lat temu |
Michael Jerris
|
61d3e4ddfb
make build even quieter (at least on gmake)... export VERBOSE=yes if you think it's TOO quiet.
|
17 lat temu |
Michael Jerris
|
d1d93a04db
make the build a bit quieter. To make it loud again, export VERBOSE. It will still show you all the warnings and all that on errors.
|
17 lat temu |
Michael Jerris
|
d59122379c
remove gmakeisms from sofia, portaudio and cepstral makefiles. simplify the module template makefiles
|
17 lat temu |
Michael Jerris
|
940bf73b72
Do a better job at tracking dependencies into the libs, so libs are re-built when they need to.
|
17 lat temu |
Michael Jerris
|
70a70aa922
Remove the requirement to define MODNAME in the module makefiles.
|
17 lat temu |
Michael Jerris
|
e91db628bc
make the main mod sourcfile recompile on core header file changes
|
17 lat temu |
Anthony Minessale
|
0e03316567
make modules re-link after core change
|
17 lat temu |
Michael Jerris
|
d35dda719e
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.
|
17 lat temu |
Michael Jerris
|
f85be6ffa1
add detection of system libcurl, and if it is available use that instead of in tree curl build. Implemented just in mod_shout so far
|
17 lat temu |
Michael Jerris
|
c99d8c9b08
add uninstall_mod target to the main makefile
|
17 lat temu |
Michael Jerris
|
8fc04deed6
get the include directory right in generated makefiles for both in tree and out of tree modules
|
17 lat temu |
Michael Jerris
|
d66d95fb29
allow you to export var MODULES that will override what is in modules.conf for that build. work a little harder to try to make it so you can do make in a module directory. More on that later
|
17 lat temu |
Michael Jerris
|
b813ee240d
fix module builds to not have to rebuild every time you run make
|
17 lat temu |
Michael Jerris
|
1481d37fef
move module make to it's own makefile
|
17 lat temu |
Michael Jerris
|
4720bef8e0
cleanup a bit
|
17 lat temu |
Michael Jerris
|
514bde18c7
an attempt to simplify the module make files. More changes to come on the modules building soon
|
17 lat temu |
Michael Jerris
|
ba73b7bc8c
first revision of a configure generated makefile for use with all the modules.
|
17 lat temu |