aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...kpfleming1-7/+6
2006-07-07pointer signedness warningsrussell1-3/+3
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...kpfleming1-34/+21
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-2/+2
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-13minor fixkpfleming1-2/+2
2006-06-10don't use ast_copy_string when building for an external toolrussell1-1/+1
2006-06-10don't redefine PATH_MAXrussell1-2/+0
2006-06-10convert a few more uses of AST_CONFIG_MAX_PATH to use PATH_MAXrussell1-3/+3
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming3-3/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming3-0/+7
2006-06-05use module names, not file names, in menuselectkpfleming1-1/+1
2006-05-30Be gone foul Makefile usage! er I mean use the correct variable... UTILS inst...file1-2/+2
2006-05-24don't force the compiler namekpfleming1-3/+3
2006-05-20fix the build of func_realtime and aelparse with MTX_PROFILE enabledrussell1-3/+8
2006-05-19we have to build local copies of aelflex.o, aelbison.o, and pbx_ael.o as wellrussell1-5/+11
2006-05-19Merged revisions 28790 via svnmerge from russell1-2/+2
2006-05-08Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise t...tilghman1-0/+4
2006-05-08remove incorrect Makefile rule that was causing aelparse to be rebuilt unnece...kpfleming1-2/+0
2006-05-08don't let make use implicit rules for bison/flex output fileskpfleming1-1/+7
2006-05-02instead of just building local object files for ast_expr2.o and ast_expr2f.o,russell1-1/+1
2006-05-02The build of aelparse was still broken in some cases, so instead of having to russell1-48/+0
2006-05-01add missing functions - see the comment in the file explainingrizzo1-0/+39
2006-05-01make sure non-inlined versions of ast_copy_string and _ast_calloc are availablerussell1-12/+10
2006-04-30simplify CFLAGS handling for subdirectorieskpfleming1-6/+6
2006-04-29and now with the correct filenameskpfleming1-1/+1
2006-04-29add the other two files that should have been on this target... oopskpfleming1-1/+1
2006-04-29fix up dependencies for aelparse so that bison/flex will not be run to rebuil...kpfleming1-3/+5
2006-04-27uncomment some functions in the flex code that were actuallyrizzo2-9/+7
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming3-0/+372
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-15/+19
2006-04-12add 'show threads' and 'show profile' commands.rizzo1-0/+19
2006-03-29Update to code documentation and developer guidelines.oej1-2/+11
2006-02-14remove file for testingkpfleming1-1/+0
2006-02-14test pre-commit scriptkpfleming1-0/+1
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+3
2006-01-25don't leak almost 200 bytes for each new channel and store the activerussell1-22/+15
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2005-12-11Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from russell1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming9-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming1-6/+0
2005-11-01issue #4678kpfleming1-1/+1
2005-10-30Fix build of CVS head on Solaris (bug #5527)markster1-1/+2
2005-10-28fix compiler warningskpfleming2-2/+2
2005-10-18fix build on older versions of mac osx, thanks twisted!russell1-1/+1
2005-10-16make ouput a little bit more informativerussell1-0/+3
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-2/+19