summaryrefslogtreecommitdiff
path: root/funcs/Makefile
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2012-10-14Title updateAndrew Latham
2009-07-21Merged revisions 207647 via svnmerge from Kevin P. Fleming
2008-11-29we can now build with -Wformat=2, which found a couple of real bugsKevin 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
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-15Move curl version test to autoconf scriptTilghman Lesher
2006-07-15more Makefile cleanup and consistency stuffKevin 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-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-23remove various commands that remove old modules since they have been there aRussell 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-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-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-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-03-01Sun's shell: just different enough to cause problemsTilghman Lesher
2006-03-01Bug 6619 - Fix Solaris issue with doubled [[Tilghman Lesher
2006-02-23Move conditional compilation for CURL from apps/ to funcs/Tilghman Lesher
2006-02-14Fix build issues...Mark Spencer
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-11use auto-build for apps, simplify variable settingKevin P. Fleming
2006-02-11use auto-build for res modules tooKevin P. Fleming
2006-02-11prepare to use auto-build rules in other MakefilesKevin P. Fleming
2006-02-11remove last vestiges of pbx_functionsKevin P. Fleming
2006-02-11build function modules independently (no more pbx_functions.so)Kevin P. Fleming
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)Tilghman Lesher
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-24Reverting change in revision 8539 - fixed wrong problem. Sorry.Olle Johansson
2006-01-24Issue #6323, FreeBSD compatibility with compilation of func_odbc.c (reported ...Olle Johansson
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...Russell Bryant
2006-01-10Fix indentationTilghman Lesher
2006-01-10committing 5924 with minor white space changes Matt O'Gorman
2005-12-23Bug 5327 - new function FILTER and optional argument to CALLERIDTilghman Lesher
2005-12-22don't try to build func_odbc when ODBC headers/libraries are not presentKevin P. Fleming
2005-12-21Bug 5055 - Simple SQL commands from the dialplanTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-10-05correct cygwin detection (issue #5328)Kevin P. Fleming
2005-08-30clean up, use make functions instead of subshells, remove unused stuffKevin P. Fleming
2005-07-12add a dialplan function to get and set the music on hold classRussell Bryant
2005-06-20move tools used during build into build_tools subdirectoryKevin P. Fleming
2005-06-09add MATH() dialplan function (bug #4473, with mods)Kevin P. Fleming