aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-08-26remove extra dependencieskpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6421 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26switch to 'new' expression parser, remove support for old parserkpfleming1-64/+8
provide parser files in source tree, so flex/bison are not need to build update Makefile to use simpler techniques to build parser update README to remove references to old vs. new parsers remove version comparison tool used for flex/bison programs git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6420 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23make MALLOC_DEBUG build work properly (issue #4970 with additional changes)kpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6379 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23don't require 'make samples' to require code to be built (issue #4997)kpfleming1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6375 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-14Build safe_asterisk script substituting the proper path in (bug #4952, patch ↵markster1-1/+1
not used) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6327 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-11Build dependencies firstmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6320 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-07Default paths properly when building for solaris (bug #4902)markster1-7/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6301 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-02Remove from maekfile, toomarkster1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6257 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25remove the need to have the BUSYDETECT routine defined in the CFLAGS unlessrussell1-1/+1
you want to use one other than the default git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6206 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-20add slinfactory object, and change app_chanspy to use it (bug #4724)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6177 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-19split acl and netsock code into separate files, in preparation for new ↵kpfleming1-1/+2
netsock implementation various minor cleanups git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6165 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-18actually install the demo sounds ...russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6155 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-18also include /etc/asterisk.makeopts, but have file in home directory overriderussell1-0/+6
it if present git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6154 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-18Update muted for operation on OSX. :)twisted1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6148 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15clean up scheduler debugging and expose defines in the Makefile (bug #4703)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6145 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15first phase of proper fix for portable string function problems (bug #4669)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6133 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-14add ability to have a file, ~/.asterisk.makeopts, that will be included inrussell1-74/+83
the makefile so that every time you checkout Asterisk, you don't have to edit the makefile to set all of your common options git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6127 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12add privacy/screening functionality to app_dial (bug #752)kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6102 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12make 'webvmail' installation directories more configurable (bug #4649)kpfleming1-10/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6095 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10You must have version.h before building dependencies!markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6071 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-09Bug #4652 - Take twomalcolmd1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6065 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08Bug #4652 - Require libstrfunc for FreeBSD. Thanks Corydonmalcolmd1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6064 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-1/+1
optimize device state related functions add ast_get_channel_by_name_prefix to allow searching for matching channels in O(1) operation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6062 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05add man pages for autosupport and safe_asterisk scripts (bug #4642)kpfleming1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05actually _install_ the astgenkey man pagekpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6025 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23don't repeat a command during 'make install' (bug #4582)kpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5984 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22allow PROC to be supplied on the make command line (bug #4570)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5966 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21use Solaris-compatible shell syntax (bug #4567)kpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5961 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-10/+10
clean up Makefile headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5942 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06fix 'make rpm'kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06don't force build.h to be built at 'install' time, if it's already there ↵kpfleming1-3/+9
leave it alone git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5861 f38db490-d61c-443f-a65b-d21fe96a405b
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