summaryrefslogtreecommitdiff
path: root/pbx/Makefile
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2015-04-14Build System: Create Makefile macro MOD_ADD_SOURCE.Corey Farrell
2014-09-16pbx/Makefile: Revert r423237Matthew Jordan
2014-09-16Add some pbx python stuffMatthew Jordan
2012-10-14Title updateAndrew Latham
2010-03-23Change per-file debug and verbose levels to be per-module, the wayKevin P. Fleming
2010-01-24Merged revisions 242520 via svnmerge from Tilghman Lesher
2009-07-21Merged revisions 207647 via svnmerge from Kevin P. Fleming
2008-11-20Merged revisions 157859 via svnmerge from Kevin P. Fleming
2008-06-29various minor fixes created while i worked on getting *every* Asterisk module...Kevin P. Fleming
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-11-20Fix building of modules under cygwin.Luigi Rizzo
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy
2007-06-05Merged revisions 67526 via svnmerge from Steve Murphy
2006-09-29Merged revisions 44055 via svnmerge from Kevin P. Fleming
2006-09-29Merged revisions 43996-43997,44008,44011-44012 via svnmerge from Kevin P. Fleming
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming
2006-07-07various minor fixesKevin P. Fleming
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...Kevin P. Fleming
2006-07-06move rules file to prepare for generic rules fileKevin P. Fleming
2006-06-25use new (separate) dependencies file from menuselectKevin P. Fleming
2006-06-25fix pbx_dundi build (issue #7424, jstrom)Russell Bryant
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
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-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main MakefileRussell Bryant
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)Kevin P. Fleming
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-05-23on a clean, we have to clean out the ael directory tooRussell Bryant
2006-04-30simplify CFLAGS handling for subdirectoriesKevin P. Fleming
2006-04-25don't rely on default search paths for finding local include filesKevin P. Fleming
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-11use auto-build for pbx modulesKevin P. Fleming
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-08-30clean up, use make functions instead of subshells, remove unused stuffKevin P. Fleming
2005-06-20move tools used during build into build_tools subdirectoryKevin P. Fleming
2005-06-16Add Asterisk Extension Language support (AEL) from Astricon talkMark Spencer