aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/Makefile
AgeCommit message (Expand)AuthorFilesLines
2008-03-11fix up various compiler warnings found with gcc-4.3:kpfleming1-1/+1
2008-02-06ensure that all remaining multi-object modules are built using their proper C...kpfleming1-0/+4
2008-01-10Applied the same fixes for ael.flex as was done in 97849 for ast_expr2.fl; ov...murf1-0/+1
2007-12-17fix some copy-and-paste leftoverskpfleming1-2/+2
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-6/+6
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming1-3/+3
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-5/+10
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-6/+5
2006-07-07various minor fixeskpfleming1-1/+3
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...kpfleming1-6/+6
2006-07-06move rules file to prepare for generic rules filekpfleming1-1/+1
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-0/+1
2006-06-25fix pbx_dundi build (issue #7424, jstrom)russell1-0/+5
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-63/+7
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell1-1/+1
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming1-1/+1
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2
2006-06-05use module names, not file names, in menuselectkpfleming1-1/+3
2006-05-23on a clean, we have to clean out the ael directory toorussell1-0/+1
2006-04-30simplify CFLAGS handling for subdirectorieskpfleming1-2/+2
2006-04-25don't rely on default search paths for finding local include fileskpfleming1-2/+2
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming1-0/+17
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-23/+7
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-11use auto-build for pbx moduleskpfleming1-12/+16
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-01issue #4678kpfleming1-2/+8
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-1/+5
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-6/+4
2005-06-16Add Asterisk Extension Language support (AEL) from Astricon talkmarkster1-1/+2
2005-05-05remove obsolete module (still available in CVS history if needed) (inspired b...kpfleming1-6/+0
2005-03-27Fix cross compiling (bug #3868)markster1-4/+3
2004-11-22Add first pass at realtimemarkster1-1/+1
2004-10-24Add "Loopback" switchmarkster1-1/+1
2004-10-18Add DUNDi.... (http://www.dundi.com)markster1-1/+4
2004-10-09Don't build GTK console by defaultmarkster1-1/+1
2004-10-02Add iax2 parsing for TNS/TON/PRESmarkster1-1/+6
2003-10-26Make it build and run on MacOS Xmarkster1-3/+3
2003-10-25Add DESTDIR support (bug #200)markster1-1/+1
2003-08-19depend stuffmarkster1-0/+2
2003-05-06dep fix, pbx fixmarkster1-2/+9