aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-06-19various cleanups, remove support for CVS checkoutskpfleming1-26/+5
2006-06-18there is no reason to build and link stdtime/libtime.a because we alreadyrussell1-6/+3
2006-06-16Fix adsi target in main Makefile and check a variable properly (issue #7369 r...file1-3/+3
2006-06-07moh files will now be distributed in native format, not mp3, so...kpfleming1-11/+0
2006-06-07don't force the sounds to download... only when neededkpfleming1-3/+6
2006-06-07woo-hoo, now it knows how to download the sound packages... doesn't install t...kpfleming1-64/+7
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming1-0/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-3/+3
2006-06-06add the ability to do the same thing as "make dont-optimize" by enabling therussell1-16/+23
2006-06-05begin adding support for new sound packageskpfleming1-1/+1
2006-06-01- add slav, zoa, and royk to the CREDITS for the generic jitterbufferrussell1-1/+1
2006-06-01fix the problem where defaults.h is missing after a forced make clean in arussell1-1/+2
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-1/+1
2006-05-25restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)russell1-3/+7
2006-05-20defaults.h must be listed as a dependency after the cleantest because if itrussell1-1/+1
2006-05-19there is no reason to explicity specify -fomit-frame-pointer when building withrussell1-3/+0
2006-05-19add support for more refined ability to set install paths using the standardrussell1-34/+20
2006-05-18fix file dependency generation so that the resulting files in the subdirectoriesrussell1-2/+4
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now berussell1-8/+5
2006-05-13remove some stuff handled by configure and menuselectrussell1-29/+0
2006-05-13remove unnecessary INCLUDE variable which was currently added to ASTCFLAGSrussell1-6/+4
2006-05-11fix the build with astmm (issue #7139)russell1-1/+1
2006-05-11use config.status instead of include/autoconfig.h as the dependencyrussell1-1/+1
2006-05-11various minor cleanupskpfleming1-26/+12
2006-05-11forcing a dist-clean in the cleantest was a bad idea. Just change the scriptrussell1-1/+1
2006-05-11remove a trailing tab ... now this Makefile is perfectrussell1-1/+1
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header filerussell1-7/+14
2006-05-10suppress the output from generating defaults.h and versions.h, as well asrussell1-7/+7
2006-05-10add missing rulerizzo1-1/+1
2006-05-09remove rule for running bootstrap, it's only safe to run it manually nowkpfleming1-3/+0
2006-05-09don't build strcompat for menuselect except on Solariskpfleming1-1/+2
2006-05-08make sure that the MOD_SUBDIR_CFLAGS and OTHER_SUBDIR_FLAGS come beforerussell1-4/+4
2006-05-08make Makefile slightly less noisykpfleming1-7/+7
2006-05-08add smarter checking for termcap support, which fixes a build problem whenrussell1-4/+4
2006-05-08use a file that configure will _always_ regenerate as the trigger for running...kpfleming1-2/+2
2006-05-08add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iincluderussell1-1/+1
2006-05-08don't let make use implicit rules for bison/flex output fileskpfleming1-2/+2
2006-05-05add support for installing other init scripts, other than just the redhatrussell1-6/+24
2006-05-02allow for a non-optimized build that does not get installedrussell1-1/+1
2006-04-30Merged revisions 23673 via svnmerge from kpfleming1-2/+2
2006-04-30Merged revisions 23638 via svnmerge from kpfleming1-2/+2
2006-04-30Merged revisions 23636 via svnmerge from kpfleming1-1/+0
2006-04-30simplify CFLAGS handling for subdirectorieskpfleming1-5/+5
2006-04-30when compiling ast_expr2 from utils/ the current directoryrizzo1-1/+1
2006-04-30use the INSTALL variable instead of "install" directlyrussell1-1/+1
2006-04-29Merged revisions 23305 via svnmerge from kpfleming1-24/+26
2006-04-28support "make distclean" as well as "make dist-clean" for the picky peoplerussell1-0/+2
2006-04-25another little Solaris fix, unset LIBS before building libmxmlrussell1-1/+1
2006-04-25menuselect needs strcompat.o for strsep on Solarisrussell1-1/+1
2006-04-24add a note indicating that you can press 'h' for helprussell1-1/+1