summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2006-06-28remove the two uses of the $(or ...) function since it is only supported byRussell Bryant
2006-06-28allow menuselect to be a symlink to a checkoutRussell Bryant
2006-06-28fix the case where menuselect.makeopts is getting generated in the same run ofRussell Bryant
2006-06-27menuselect writes both menuselect.makeopts and menuselect.makedeps at once, m...Jeffrey C. Ollie
2006-06-26don't let the Makefile blow up in menuselect.makeopts is present butRussell Bryant
2006-06-26simplify special rule for channel.oKevin P. Fleming
2006-06-25use new (separate) dependencies file from menuselectKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-24fix dist-clean and add menuselect to the clean target, tooRussell Bryant
2006-06-24add dependency on menuselect's version of linkedlists.h, list menuselect asRussell Bryant
2006-06-23merge changes to get menuselect using svn:externalsRussell Bryant
2006-06-23remove any generated doxygen docs during distcleanKevin P. Fleming
2006-06-23remove the autom4te.cache dir on a "make distclean" and add distclean to theRussell Bryant
2006-06-22actually allow all of the sub directories to be built when running "make", oopsRussell Bryant
2006-06-22add a couple more targets to .PHONYRussell Bryant
2006-06-22- convert the 'uninstall' target to use separate targets to process eachRussell Bryant
2006-06-22- specify that 'depend' is a .PHONY targetRussell Bryant
2006-06-22use separate targets instead of for loops to process sub directories for theRussell Bryant
2006-06-22get rid of another annoying stray space in the gcc commandsRussell Bryant
2006-06-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22clean up a little mess I created by using the 'or' function instead of gross Russell Bryant
2006-06-22use a slightly different, but equivalent way of setting the Russell Bryant
2006-06-22instead of using a for loop to call 'make install' on each subdirectory, useRussell Bryant
2006-06-22instead of using a for loop to call make on each subdirectory, use a target forRussell Bryant
2006-06-22nothing to see here ...Russell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
2006-06-22use $(FIND) and $(LN) from configureRussell Bryant
2006-06-22use $(BASENAME) set by configureRussell Bryant
2006-06-20$(INSTALL) is determined by configure and set in the makeopts fileRussell Bryant
2006-06-20- use $(CC) instead of gcc when building testexpr2Russell Bryant
2006-06-19various cleanups, remove support for CVS checkoutsKevin P. Fleming
2006-06-18there is no reason to build and link stdtime/libtime.a because we alreadyRussell Bryant
2006-06-16Fix adsi target in main Makefile and check a variable properly (issue #7369 r...Joshua Colp
2006-06-07moh files will now be distributed in native format, not mp3, so...Kevin P. Fleming
2006-06-07don't force the sounds to download... only when neededKevin P. Fleming
2006-06-07woo-hoo, now it knows how to download the sound packages... doesn't install t...Kevin P. Fleming
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedKevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-06add the ability to do the same thing as "make dont-optimize" by enabling theRussell Bryant
2006-06-05begin adding support for new sound packagesKevin P. Fleming
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