summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2006-06-01- add slav, zoa, and royk to the CREDITS for the generic jitterbufferRussell Bryant
2006-06-01fix the problem where defaults.h is missing after a forced make clean in aRussell Bryant
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-25restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)Russell Bryant
2006-05-20defaults.h must be listed as a dependency after the cleantest because if itRussell Bryant
2006-05-19there is no reason to explicity specify -fomit-frame-pointer when building withRussell Bryant
2006-05-19add support for more refined ability to set install paths using the standardRussell Bryant
2006-05-18fix file dependency generation so that the resulting files in the subdirectoriesRussell Bryant
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now beRussell Bryant
2006-05-13remove some stuff handled by configure and menuselectRussell Bryant
2006-05-13remove unnecessary INCLUDE variable which was currently added to ASTCFLAGSRussell Bryant
2006-05-11fix the build with astmm (issue #7139)Russell Bryant
2006-05-11use config.status instead of include/autoconfig.h as the dependencyRussell Bryant
2006-05-11various minor cleanupsKevin P. Fleming
2006-05-11forcing a dist-clean in the cleantest was a bad idea. Just change the scriptRussell Bryant
2006-05-11remove a trailing tab ... now this Makefile is perfectRussell Bryant
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header fileRussell Bryant
2006-05-10suppress the output from generating defaults.h and versions.h, as well asRussell Bryant
2006-05-10add missing ruleLuigi Rizzo
2006-05-09remove rule for running bootstrap, it's only safe to run it manually nowKevin P. Fleming
2006-05-09don't build strcompat for menuselect except on SolarisKevin P. Fleming
2006-05-08make sure that the MOD_SUBDIR_CFLAGS and OTHER_SUBDIR_FLAGS come beforeRussell Bryant
2006-05-08make Makefile slightly less noisyKevin P. Fleming
2006-05-08add smarter checking for termcap support, which fixes a build problem whenRussell Bryant
2006-05-08use a file that configure will _always_ regenerate as the trigger for running...Kevin P. Fleming
2006-05-08add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -IincludeRussell Bryant
2006-05-08don't let make use implicit rules for bison/flex output filesKevin P. Fleming
2006-05-05add support for installing other init scripts, other than just the redhatRussell Bryant
2006-05-02allow for a non-optimized build that does not get installedRussell Bryant
2006-04-30Merged revisions 23673 via svnmerge from Kevin P. Fleming
2006-04-30Merged revisions 23638 via svnmerge from Kevin P. Fleming
2006-04-30Merged revisions 23636 via svnmerge from Kevin P. Fleming
2006-04-30simplify CFLAGS handling for subdirectoriesKevin P. Fleming
2006-04-30when compiling ast_expr2 from utils/ the current directoryLuigi Rizzo
2006-04-30use the INSTALL variable instead of "install" directlyRussell Bryant
2006-04-29Merged revisions 23305 via svnmerge from Kevin P. Fleming
2006-04-28support "make distclean" as well as "make dist-clean" for the picky peopleRussell Bryant
2006-04-25another little Solaris fix, unset LIBS before building libmxmlRussell Bryant
2006-04-25menuselect needs strcompat.o for strsep on SolarisRussell Bryant
2006-04-24add a note indicating that you can press 'h' for helpRussell Bryant
2006-04-24fix kevin's silly typosRussell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...Joshua Colp
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-15New functions for locking a channel - these simplify debuggingOlle Johansson
2006-04-11Merged revisions 19353 via svnmerge from Kevin P. Fleming
2006-04-07Issue #6580 - Unify directory definitions to one section of Makefile (casper)Olle Johansson
2006-04-06various cleanups to the MakefileRussell Bryant
2006-04-05Issue #6610 - build on Intel MacOlle Johansson
2006-04-01Flesh out the remainder of the manager + http changes and create a sample app...Mark Spencer