aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-19we have to build local copies of aelflex.o, aelbison.o, and pbx_ael.o as wellrussell1-5/+11
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-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 actuallyrizzo1-2/+2
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming1-0/+16
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-15/+19
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-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-10-30Fix build of CVS head on Solaris (bug #5527)markster1-1/+2
2005-09-14delete streamplayer with 'make clean'russell1-1/+1
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-6/+11
2005-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming1-2/+9
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-1/+4
2005-06-21enhance check_expr to check for parsing errors in dialplans (bug #4556)kpfleming1-0/+3
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-1/+14
2005-06-09add check_expr to 'make clean' and CVS ignore listkpfleming1-1/+1
2005-05-10Fix 'make clean' bug in for app (Bug 4230)mattf1-1/+1
2005-05-09Fix to makefile (bug #4215)markster1-2/+2
2005-03-27Fix cross compiling (bug #3868)markster1-3/+3
2005-03-17Add support for Solaris/x86 (bug #3064)markster1-1/+4
2005-01-21Add stereoize (bug #3142), faster than soxmixmarkster1-3/+4
2004-12-18Fix silly error in makefile (bug #3081)markster1-1/+1
2004-12-15DISA fix, makefile fix (bug #3049)markster1-4/+4
2004-12-15Fix it so TARGET always has at least one thing in it (bug #3049)markster1-1/+2
2004-12-13Fix minor makefile issues (bug #3036)markster1-1/+1
2004-12-11Merge sms stuff and move to "utils" subdir (bug #2973)markster1-0/+43