aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
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-2/+7
2006-07-15Move curl version test to autoconf scripttilghman1-11/+0
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-1/+4
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-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-44/+2
2006-06-23remove various commands that remove old modules since they have been there arussell1-1/+0
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-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-3/+5
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-25/+17
2006-03-01Sun's shell: just different enough to cause problemstilghman1-0/+6
2006-03-01Bug 6619 - Fix Solaris issue with doubled [[tilghman1-1/+1
2006-02-23Move conditional compilation for CURL from apps/ to funcs/tilghman1-0/+11
2006-02-14Fix build issues...markster1-0/+1
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-11use auto-build for apps, simplify variable settingkpfleming1-5/+5
2006-02-11use auto-build for res modules tookpfleming1-4/+2
2006-02-11prepare to use auto-build rules in other Makefileskpfleming1-7/+5
2006-02-11remove last vestiges of pbx_functionskpfleming1-2/+2
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-37/+3
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)tilghman1-1/+2
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
2006-01-24Reverting change in revision 8539 - fixed wrong problem. Sorry.oej1-6/+0
2006-01-24Issue #6323, FreeBSD compatibility with compilation of func_odbc.c (reported ...oej1-0/+6
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2006-01-10Fix indentationtilghman1-1/+1
2006-01-10committing 5924 with minor white space changes mogorman1-1/+2
2005-12-23Bug 5327 - new function FILTER and optional argument to CALLERIDtilghman1-1/+1
2005-12-22don't try to build func_odbc when ODBC headers/libraries are not presentkpfleming1-1/+7
2005-12-21Bug 5055 - Simple SQL commands from the dialplantilghman1-0/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-01issue #4678kpfleming1-2/+7
2005-10-05correct cygwin detection (issue #5328)kpfleming1-4/+6
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-1/+5
2005-07-12add a dialplan function to get and set the music on hold classrussell1-0/+1
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-2/+2
2005-06-09add MATH() dialplan function (bug #4473, with mods)kpfleming1-0/+1
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ...kpfleming1-2/+9
2005-05-08Removed unnecessary strip (bug #4181)markster1-1/+0
2005-05-08Convert app_db to function variables (bug #4201)markster1-1/+2
2005-05-05Build as a single executable, work around Makefile issuemarkster1-5/+7