aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-06-22add a couple more targets to .PHONYrussell1-1/+1
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-8/+9
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-6/+13
2006-06-22use separate targets instead of for loops to process sub directories for therussell1-14/+20
2006-06-22get rid of another annoying stray space in the gcc commandsrussell1-0/+2
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22clean up a little mess I created by using the 'or' function instead of gross russell1-8/+1
2006-06-22use a slightly different, but equivalent way of setting the russell1-1/+1
2006-06-22instead of using a for loop to call 'make install' on each subdirectory, userussell1-3/+4
2006-06-22instead of using a for loop to call make on each subdirectory, use a target forrussell1-5/+6
2006-06-22nothing to see here ...russell1-1/+0
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-1/+2
2006-06-22use $(FIND) and $(LN) from configurerussell1-11/+11
2006-06-22use $(BASENAME) set by configurerussell1-5/+5
2006-06-20$(INSTALL) is determined by configure and set in the makeopts filerussell1-2/+0
2006-06-20- use $(CC) instead of gcc when building testexpr2russell1-4/+4
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