aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-06-06major Makefile and build process improvements, including removal of all ↵kpfleming1-32/+26
hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Whoopsie :)malcolmd1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5778 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26Fix agent deadlock and remove braindead tags dependencymarkster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5777 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin ↵twisted1-1/+1
being open sourced, and able to run on x86, OSX isn't really suitable) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5769 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20fix Solaris compatibility issues (bug #4339)kpfleming1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5747 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19more Makefile tweakskpfleming1-20/+21
ensure mkdep can handle creating rules for files that are using double-colon rules git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5738 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19make version-testing and echo constructs more shell-portablekpfleming1-12/+15
add proper attribution to vercomp.c git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5736 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19use new C-coded version comparison program for bison and flex (bug #2058, ↵kpfleming1-36/+45
with different Makefile changes) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5731 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16temporarily suppress usage of vercomp.sh script until it can be fixedkpfleming1-20/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5699 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16add upgraded expression parser (bug #2058)kpfleming1-2/+45
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5691 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05major re-work of dialplan functions, including:kpfleming1-1/+1
- locking of functions list during registration/unregistration/searching - rename of function description structure to be consistent with the rest of the API - addition of 'desc' element to description structure, for detailed description (like applications) - addition of 'show function' CLI command to show function details - conversion of existing functions to use uppercase names to match policy - creation of new 'pbx_functions.so' module to contain standard 'builtin' functions - removal of all builtin functions from pbx.c and apps and placement into new 'funcs' directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5583 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04add app_dictate (bug #3893)kpfleming1-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-01ensure that old modules warning does not occur when 'make install' is run ↵kpfleming1-3/+6
directly after 'make clean' git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5537 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29support various other formats for Asterisk manual page (bug #4113)kpfleming1-0/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5530 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27'make install' will now warn the user if their modules directory contains ↵kpfleming1-2/+21
modules not installed by the newly-installed Asterisk git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5520 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27during 'make install', remove any headers from the destination ↵kpfleming1-0/+6
include/asterisk directory that are no longer present in the source directory (bug #4035) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5517 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06*** empty log message ***kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5431 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01add ctags and etags support to Makefilekpfleming1-6/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5348 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-30Fix CC (bug #3895)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5302 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" ↵markster1-0/+1
DTMF mode git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5293 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-27Oops, make good on my word :)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5279 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-27Fix cross compiling (bug #3868)markster1-17/+50
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5278 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5192 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-12Create experimental new options API, various cleanupsmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5171 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-11Apply queuelog patch and perform final test of "test patches" systemmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5168 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-11Update queue_log examplemarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5167 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-11Add sample experimental patch to show "make apply", "make unapply", "make ↵markster1-0/+67
patchlist", and "make update" targets git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5166 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-05Flush out app stuff, make profiling easier to turn on/offmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5150 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-27Merge mog's ReadFile application (bug #3670)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5099 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-11Flagify hold (bug #3456)markster1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5010 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-08Minor deadlock detect fix (bug #3531)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4986 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-04Create "spec" target (bug #3413)markster1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4961 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-25Merge config updates (bug #3406)markster1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4889 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21Install "autosupport" by default...markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-20Fix mpg123 build on non-linux (bug #3385)markster1-5/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4853 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-17Allow me to force a "make clean ; make install" on a cvs update (bug #3358)markster1-1/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4822 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-10Fix voicemail symlinks (bug #3024)markster1-9/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4743 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-29Show conflits on make update (bug #3191)markster1-1/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4599 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-19Merge twisted's OSX compat fix (bug #3090)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4483 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-8/+26
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4446 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-11Merge sms stuff and move to "utils" subdir (bug #2973)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4429 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-20Don't overwrite unchanged filesmarkster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4300 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-19Create "OVERWRITE" option to Makefile to prevent sample from overwriting optionsmarkster1-9/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4297 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-11Fix for DESTDIRmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4212 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-11Add pkgconfig support (bug #2734)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4201 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-24Do not build with DEBUG_THREADS on by default!markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4082 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-24Fix Makefile issue (bug #2691, again)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4080 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-24Add "Loopback" switchmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4070 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-20Disable mac lookup, fix compile on NetBSD (bug #2680)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4040 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-03Fix netbsd paths (bug #2560)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3891 f38db490-d61c-443f-a65b-d21fe96a405b