aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-06-19various cleanups, remove support for CVS checkoutskpfleming1-26/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34844 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-18there is no reason to build and link stdtime/libtime.a because we alreadyrussell1-6/+3
directly include stdtime/localtime.o in the OBJS for asterisk, which is the only object file for libtime git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34629 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-16Fix adsi target in main Makefile and check a variable properly (issue #7369 ↵file1-3/+3
reported by casper) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34496 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07moh files will now be distributed in native format, not mp3, so...kpfleming1-11/+0
update sounds/Makefile to download/unpack the proper files remove all evidence of mpg123 from the main Makefile change the sample musiconhold.conf file to use native mode instead of mp3 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32917 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07don't force the sounds to download... only when neededkpfleming1-3/+6
fix a few buglets i caused in menuselect remove downloaded sounds on 'dist-clean' git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32901 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07woo-hoo, now it knows how to download the sound packages... doesn't install ↵kpfleming1-64/+7
them yet though git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32886 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming1-0/+1
install asterisk.h include the system's default include directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32860 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵kpfleming1-3/+3
again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06add the ability to do the same thing as "make dont-optimize" by enabling therussell1-16/+23
option in menuselect. This is very useful for developers if you want to ensure that all of your builds are done without optimizations. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32434 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-05begin adding support for new sound packageskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32372 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01- add slav, zoa, and royk to the CREDITS for the generic jitterbufferrussell1-1/+1
- change references to the "scx" jitterbuffer to be called "fixed" and change references to the "stevek" jitterbuffer to be called "adaptive", instead git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31356 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01fix the problem where defaults.h is missing after a forced make clean in arussell1-1/+2
different way that actually works git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31225 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-1/+1
a new implementation of a fixed size jitterbuffer, as well as support for the existing adaptive jitterbuffer implementation. (issue #3854, Slav Klenov) Thank you very much to Slav Klenov of Securax and all of the people involved in the testing of this feature for all of your hard work! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)russell1-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30458 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20defaults.h must be listed as a dependency after the cleantest because if itrussell1-1/+1
forces a make clean, it has to be regenerated. This fixes the problem that people have been seeing where the build would fail complaining about defaults.h not being present. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28894 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19there is no reason to explicity specify -fomit-frame-pointer when building withrussell1-3/+0
optimization enabled, because it is enabled automatically (issue #7108, casper) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28789 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19add support for more refined ability to set install paths using the standardrussell1-34/+20
options to configure such as --libdir, --sbindir, etc. All of the default paths are still the same. (issue #7057, jcollie) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28747 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18fix file dependency generation so that the resulting files in the subdirectoriesrussell1-2/+4
are not of zero length (issue #7138, reported/patched by casper, fixed by a different patch) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28055 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now berussell1-8/+5
defined in buildopts.h. Also, remove a few more stray spaces in the gcc commands. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27130 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-13remove some stuff handled by configure and menuselectrussell1-29/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27129 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-13remove unnecessary INCLUDE variable which was currently added to ASTCFLAGSrussell1-6/+4
before it was ever set. This removes another stray space in the gcc commands :) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27128 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11fix the build with astmm (issue #7139)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27023 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11use config.status instead of include/autoconfig.h as the dependencyrussell1-1/+1
for menuselect git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26992 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11various minor cleanupskpfleming1-26/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26877 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11forcing a dist-clean in the cleantest was a bad idea. Just change the scriptrussell1-1/+1
that generates buildopts.h to handle old menuselect.makeopts files git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26850 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11remove a trailing tab ... now this Makefile is perfectrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26840 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header filerussell1-7/+14
instead of being added to the compiler commands. This header file will be installed and modules built outside of the main tree will be able to use the same build options used to build the rest of Asterisk. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26808 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10suppress the output from generating defaults.h and versions.h, as well asrussell1-7/+7
checking the cleancount git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26492 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10add missing rulerizzo1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26347 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09remove rule for running bootstrap, it's only safe to run it manually nowkpfleming1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26094 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09don't build strcompat for menuselect except on Solariskpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25893 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08make sure that the MOD_SUBDIR_CFLAGS and OTHER_SUBDIR_FLAGS come beforerussell1-4/+4
ASTCFLAGS so that -Iinclude comes before any system include path git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25686 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08make Makefile slightly less noisykpfleming1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25653 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08add smarter checking for termcap support, which fixes a build problem whenrussell1-4/+4
ncurses is statically compiled with term info support, which is provided in the statically compiled editline library that we are including. (issue #6948, original patch by casper, modified to use the features of AST_EXT_LIB) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25611 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08use a file that configure will _always_ regenerate as the trigger for ↵kpfleming1-2/+2
running the script git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25610 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iincluderussell1-1/+1
comes before -I/usr/local/include or something similar git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25590 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08don't let make use implicit rules for bison/flex output fileskpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05add support for installing other init scripts, other than just the redhatrussell1-6/+24
version. (issue #7093, initial patch by froguz, extended by north) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25095 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02allow for a non-optimized build that does not get installedrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24212 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30Merged revisions 23673 via svnmerge from kpfleming1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r23673 | kpfleming | 2006-04-30 09:27:56 -0500 (Sun, 30 Apr 2006) | 2 lines allow top-level OPTIMIZE setting to affect builds in these subdirectories too ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23674 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30Merged revisions 23638 via svnmerge from kpfleming1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r23638 | kpfleming | 2006-04-30 08:55:59 -0500 (Sun, 30 Apr 2006) | 2 lines let the compiler determine whether hardware or software floating point should be used (like we do in the editline subdirectory) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23639 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30Merged revisions 23636 via svnmerge from kpfleming1-1/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r23636 | kpfleming | 2006-04-30 08:38:22 -0500 (Sun, 30 Apr 2006) | 4 lines remove extraneous -m64 flag that is not needed (these are coming from Debian patches <G>) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23637 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30simplify CFLAGS handling for subdirectorieskpfleming1-5/+5
don't put paths into the include search path when they are not needed don't auto-rebuild the AEL bison/flex output based on make dependencies (the generated files are already checked in, and the timestamps generated by a checkout will usually cause them to be overwritten) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23582 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30when compiling ast_expr2 from utils/ the current directoryrizzo1-1/+1
is utils/ so the compiler fails to find the header which is in ../ (at least on FreeBSD; this works on linux but it may be due to differences in gmake). For the time being, fix it by adding -I.. to the includes. However i think a proper fix is to make sure that ast_expr2 is built using the rules in the top-level makefile instead of those in the subdirectory. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23535 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30use the INSTALL variable instead of "install" directlyrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23467 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-29Merged revisions 23305 via svnmerge from kpfleming1-24/+26
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r23305 | kpfleming | 2006-04-29 06:40:04 -0500 (Sat, 29 Apr 2006) | 3 lines do installation in subdirs as a separate target (so external modules can use the Makefile more easily) generate final messages -after- running any post-install script that may be present ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-28support "make distclean" as well as "make dist-clean" for the picky peoplerussell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23208 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25another little Solaris fix, unset LIBS before building libmxmlrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25menuselect needs strcompat.o for strsep on Solarisrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22344 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24add a note indicating that you can press 'h' for helprussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22306 f38db490-d61c-443f-a65b-d21fe96a405b