summaryrefslogtreecommitdiff
path: root/utils/Makefile
AgeCommit message (Expand)Author
2007-09-11This solves an unreported solaris compile problem (missing -lnsl -lsocket).Steve Murphy
2007-09-11fixing up the pthread stuff for hashtest2Steve Murphy
2007-09-11Include string compatibility file in hashtest2.Joshua Colp
2007-09-10Committing my test for astobj2, hashtest2.c, along with makefile changes in u...Steve Murphy
2007-08-20(closes issue #10496)Joshua Colp
2007-08-19Add strcompat dependency for check_expr (needed for platforms that don't have...Tilghman Lesher
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy
2007-06-05Merged revisions 67526 via svnmerge from Steve Murphy
2007-03-22Merged revisions 59145 via svnmerge from Steve Murphy
2007-01-24Merged revisions 52052 via svnmerge from Steve Murphy
2006-12-16Merged revisions 48525 via svnmerge from Kevin P. Fleming
2006-10-28Merged revisions 46377 via svnmerge from Joshua Colp
2006-10-05Merged revisions 44436 via svnmerge from Kevin P. Fleming
2006-10-04correct libraries for astman, at least so i think...Luigi Rizzo
2006-09-29Merged revisions 44055 via svnmerge from Kevin P. Fleming
2006-09-29Merged revisions 43996-43997,44008,44011-44012 via svnmerge from Kevin P. Fleming
2006-09-19be a little more consistent with our variable usageJason Parker
2006-09-18Change the includes to work on FreeBSDJason Parker
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cJason Parker
2006-09-09more makefile tweaks to keep targets from being run when they don't need to beKevin P. Fleming
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...Kevin P. Fleming
2006-08-25Changes to fix all problems reported in 7804 are included here.Steve Murphy
2006-08-21build muted by default, since there is no Makefile target for it anymoreKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...Kevin P. Fleming
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...Kevin P. Fleming
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-13minor fixKevin P. Fleming
2006-06-10don't use ast_copy_string when building for an external toolRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-05-30Be gone foul Makefile usage! er I mean use the correct variable... UTILS inst...Joshua Colp
2006-05-24don't force the compiler nameKevin P. Fleming
2006-05-19we have to build local copies of aelflex.o, aelbison.o, and pbx_ael.o as wellRussell Bryant
2006-05-08Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise t...Tilghman Lesher
2006-05-08remove incorrect Makefile rule that was causing aelparse to be rebuilt unnece...Kevin P. Fleming
2006-05-08don't let make use implicit rules for bison/flex output filesKevin P. Fleming
2006-05-02instead of just building local object files for ast_expr2.o and ast_expr2f.o,Russell Bryant
2006-04-30simplify CFLAGS handling for subdirectoriesKevin P. Fleming
2006-04-29and now with the correct filenamesKevin P. Fleming
2006-04-29add the other two files that should have been on this target... oopsKevin P. Fleming
2006-04-29fix up dependencies for aelparse so that bison/flex will not be run to rebuil...Kevin P. Fleming
2006-04-27uncomment some functions in the flex code that were actuallyLuigi Rizzo
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...Russell Bryant