aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Use a less silly method for modifying a flex-generated file.qwell1-2/+6
2010-01-25Err, and use the new menuselect define, too.tilghman1-2/+2
2010-01-25Restore FreeBSD to able-to-compile-ish-modetilghman1-2/+2
2010-01-25Buildbot pointed out an error (thanks, buildbot!)tilghman1-4/+4
2010-01-25Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands.tilghman1-3/+3
2010-01-24Only rebuild bison and flex source files on demand, if bison and flex are det...tilghman1-4/+12
2010-01-22Rebuild from flex, bison sources when necessary.tilghman1-2/+4
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming1-6/+6
2008-11-19the gcc optimizer frequently finds broken code (use of uninitalized variables...kpfleming1-1/+1
2008-06-29ignore warnings for prototypes in GTK headerskpfleming1-0/+2
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