aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-06-28fix the case where menuselect.makeopts is getting generated in the same run ofrussell1-0/+4
2006-06-27menuselect writes both menuselect.makeopts and menuselect.makedeps at once, m...jcollie1-5/+2
2006-06-26don't let the Makefile blow up in menuselect.makeopts is present butrussell1-0/+3
2006-06-26simplify special rule for channel.okpfleming1-2/+1
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-2/+2
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-7/+8
2006-06-24fix dist-clean and add menuselect to the clean target, toorussell1-1/+2
2006-06-24add dependency on menuselect's version of linkedlists.h, list menuselect asrussell1-2/+2
2006-06-23merge changes to get menuselect using svn:externalsrussell1-6/+6
2006-06-23remove any generated doxygen docs during distcleankpfleming1-0/+1
2006-06-23remove the autom4te.cache dir on a "make distclean" and add distclean to therussell1-1/+2
2006-06-22actually allow all of the sub directories to be built when running "make", oopsrussell1-1/+1
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