aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-12-18Add a canary process, for high priority mode (asterisk -p) to ensure that iftilghman1-1/+1
2007-12-10remove relative paths and use ASTTOPDIR instead.rizzo1-25/+26
2007-12-09add hashtab.c to the list of files deletedrizzo1-1/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-11-29let's try this again... *all* compilation and linking in Asterisk should be d...kpfleming1-3/+2
2007-11-21enable support for stack backtrace for stuff built in utils/rizzo1-0/+2
2007-11-17more cygwin/mingw32 compatibility fixesrizzo1-0/+8
2007-11-12(closes issue #11221)kpfleming1-2/+2
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...murf1-3/+11
2007-11-05Move AUDIO_LIBS outside the top level Makefile. This too is used onlyrizzo1-0/+4
2007-11-01Remove another copied source file on "make clean".russell1-1/+1
2007-10-29UGH... while trying to fix #10995, I found all kinds of cruft in this Makefil...kpfleming1-20/+14
2007-10-29clean up assembler and preprocessor files if they are here tookpfleming1-0/+1
2007-09-25Add some files to the utils directory svn:ignore and Makefile clean targetrussell1-0/+1
2007-09-22Fix build of check_expr and hashtest2 when DEBUG_THREADLOCAL is definedtilghman1-3/+3
2007-09-11This solves an unreported solaris compile problem (missing -lnsl -lsocket).murf1-1/+1
2007-09-11fixing up the pthread stuff for hashtest2murf1-2/+2
2007-09-11Include string compatibility file in hashtest2.file1-2/+2
2007-09-10Committing my test for astobj2, hashtest2.c, along with makefile changes in u...murf1-1/+21
2007-08-20(closes issue #10496)file1-1/+1
2007-08-19Add strcompat dependency for check_expr (needed for platforms that don't have...tilghman1-1/+1
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...murf1-10/+21
2007-06-05Merged revisions 67526 via svnmerge from murf1-1/+1
2007-03-22Merged revisions 59145 via svnmerge from murf1-0/+2
2007-01-24Merged revisions 52052 via svnmerge from murf1-2/+3
2006-12-16Merged revisions 48525 via svnmerge from kpfleming1-12/+5
2006-10-28Merged revisions 46377 via svnmerge from file1-0/+4
2006-10-05Merged revisions 44436 via svnmerge from kpfleming1-2/+1
2006-10-04correct libraries for astman, at least so i think...rizzo1-1/+2
2006-09-29Merged revisions 44055 via svnmerge from kpfleming1-18/+33
2006-09-29Merged revisions 43996-43997,44008,44011-44012 via svnmerge from kpfleming1-5/+5
2006-09-19be a little more consistent with our variable usageqwell1-1/+1
2006-09-18Change the includes to work on FreeBSDqwell1-0/+1
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell1-3/+5
2006-09-09more makefile tweaks to keep targets from being run when they don't need to bekpfleming1-1/+3
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-3/+1
2006-08-25Changes to fix all problems reported in 7804 are included here.murf1-4/+4
2006-08-21build muted by default, since there is no Makefile target for it anymorekpfleming1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+19
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...kpfleming1-7/+6
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-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