Commit Graph

578 Commits (20e56c9d36b76efb153ce2d694e09e16547f525e)

Author SHA1 Message Date
Kevin P. Fleming e044e852c6 ensure that 'make' after 'svn update' that includes a configure script change won't run without making the user run configure first
19 years ago
Kevin P. Fleming b1288df748 document Makefile target changes
19 years ago
Kevin P. Fleming ca6ee66c60 main subdirectory is not dependencies for menuselect input
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Joshua Colp 60cf653dde kpfleming didn't break trunk, it was the aliens. (fix it so that the Makefile references the new name for the XML tree, menuselect-tree)
19 years ago
Russell Bryant 781f9dbcaf don't include files that cause additional targets to get executed if the target
19 years ago
Russell Bryant 9dac8f0f09 add menuselect_stub.c to deps list
20 years ago
Kevin P. Fleming a077853b17 add comments on what special variables are for
20 years ago
Kevin P. Fleming 000ba592b2 more Makefile cleanup and consistency stuff
20 years ago
Kevin P. Fleming 396ef6f9e7 use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if needed (although none do today)
20 years ago
Russell Bryant d739107ce1 revert this change for now since it isn't working correctly and there are more
20 years ago
Russell Bryant 407c91a043 add "update" to the list of targets to ignore various included files for and
20 years ago
Russell Bryant 90098fa198 don't let make run configure or menuselect if the target is either
20 years ago
Russell Bryant 6ff11745ef remove the use of -Wno-pointer-sign. Asterisk now builds without any of these
20 years ago
Kevin P. Fleming b601ff0a3e small cleanup
20 years ago
Kevin P. Fleming bc9ed9f5c4 various minor fixes
20 years ago
Russell Bryant 0b91c08045 dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.cc
20 years ago
Kevin P. Fleming 4f826452cf make the build output less noisy (optional, can be controlled by the NOISY_BUILD variable in the top-level Makefile)
20 years ago
Kevin P. Fleming 748431f7b6 move rules file to prepare for generic rules file
20 years ago
Russell Bryant f54bef6dff fix removing autoconfig.h on distclean (issue #7439, casper)
20 years ago
Russell Bryant 9bc3976204 swap distclean and dist-clean, since distclean is more commonly used ...
20 years ago
Russell Bryant 5dceb817e6 remove build_tools/menuselelct-deps on distclean
20 years ago
Russell Bryant b2f5334746 don't specify this include in the menuselect Makefile, because asterisk-addons
20 years ago
Russell Bryant eba0e6731f more pickyness
20 years ago
Russell Bryant 63e4f53ee5 change bracket style because i'm picky
20 years ago
Russell Bryant 03f2685c76 menuselect doesn't pull strcompat.o from asterisk anymore
20 years ago
Tilghman Lesher 459b7e25bc Merged revisions 36290 via svnmerge from
20 years ago
Russell Bryant 0f875c3664 ?= just checks to see if a variable is not yet defined. If MENUSELECT_CFLAGS
20 years ago
Russell Bryant ecab03293c slight change to pulling out the MENUSELECT_CFLAGS from the user and global
20 years ago
Russell Bryant d17026e670 remove an extra comma
20 years ago
Russell Bryant c248b690e4 remove the two uses of the $(or ...) function since it is only supported by
20 years ago
Russell Bryant 9d61f19cee allow menuselect to be a symlink to a checkout
20 years ago
Russell Bryant 9aa1432b46 fix the case where menuselect.makeopts is getting generated in the same run of
20 years ago
Jeffrey C. Ollie 5e2ccc9821 menuselect writes both menuselect.makeopts and menuselect.makedeps at once, make sure that the Makefile knows about that.
20 years ago
Russell Bryant 4b64399cc6 don't let the Makefile blow up in menuselect.makeopts is present but
20 years ago
Kevin P. Fleming 67ea3b2d22 simplify special rule for channel.o
20 years ago
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
20 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
20 years ago
Russell Bryant 2e9099934b fix dist-clean and add menuselect to the clean target, too
20 years ago
Russell Bryant b38f45a458 add dependency on menuselect's version of linkedlists.h, list menuselect as
20 years ago
Russell Bryant cdbb0e2bf7 merge changes to get menuselect using svn:externals
20 years ago
Kevin P. Fleming 2f238654de remove any generated doxygen docs during distclean
20 years ago
Russell Bryant 93c833e5d0 remove the autom4te.cache dir on a "make distclean" and add distclean to the
20 years ago
Russell Bryant cad05d819b actually allow all of the sub directories to be built when running "make", oops
20 years ago
Russell Bryant e807ea95ab add a couple more targets to .PHONY
20 years ago
Russell Bryant 48ae9f0d4f - convert the 'uninstall' target to use separate targets to process each
20 years ago
Russell Bryant 55e8a60363 - specify that 'depend' is a .PHONY target
20 years ago
Russell Bryant c95e633c8a use separate targets instead of for loops to process sub directories for the
20 years ago
Russell Bryant 5ed2edeac4 get rid of another annoying stray space in the gcc commands
20 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
20 years ago
Russell Bryant dbfa007d8a clean up a little mess I created by using the 'or' function instead of gross
20 years ago
Russell Bryant e217604a44 use a slightly different, but equivalent way of setting the
20 years ago
Russell Bryant ad721dc2c1 instead of using a for loop to call 'make install' on each subdirectory, use
20 years ago
Russell Bryant be0d611984 instead of using a for loop to call make on each subdirectory, use a target for
20 years ago
Russell Bryant ce76568c52 nothing to see here ...
20 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
20 years ago
Russell Bryant f601dd80fa use $(FIND) and $(LN) from configure
20 years ago
Russell Bryant ac8bd0f0c0 use $(BASENAME) set by configure
20 years ago
Russell Bryant 8686c659a6 $(INSTALL) is determined by configure and set in the makeopts file
20 years ago
Russell Bryant c260301476 - use $(CC) instead of gcc when building testexpr2
20 years ago
Kevin P. Fleming 487adb43e2 various cleanups, remove support for CVS checkouts
20 years ago
Russell Bryant 9843e16df2 there is no reason to build and link stdtime/libtime.a because we already
20 years ago
Joshua Colp eb5af4b1f3 Fix adsi target in main Makefile and check a variable properly (issue #7369 reported by casper)
20 years ago
Kevin P. Fleming bc49d5bfb3 moh files will now be distributed in native format, not mp3, so...
20 years ago
Kevin P. Fleming 34cf2c13b8 don't force the sounds to download... only when needed
20 years ago
Kevin P. Fleming 0dd82bc6f1 woo-hoo, now it knows how to download the sound packages... doesn't install them yet though
20 years ago
Kevin P. Fleming 274ce731e2 move autoconfig.h to the include/asterisk directory so it will get installed
20 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
20 years ago
Russell Bryant 06b381a54d add the ability to do the same thing as "make dont-optimize" by enabling the
20 years ago
Kevin P. Fleming b34e3d09ab begin adding support for new sound packages
20 years ago
Russell Bryant e21181dbd4 - add slav, zoa, and royk to the CREDITS for the generic jitterbuffer
20 years ago
Russell Bryant d1dfe22397 fix the problem where defaults.h is missing after a forced make clean in a
20 years ago
Russell Bryant bb7dd96cfe Add support for using a jitterbuffer for RTP on bridged calls. This includes
20 years ago
Russell Bryant 1e61ba6699 restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)
20 years ago
Russell Bryant ebe974e9e4 defaults.h must be listed as a dependency after the cleantest because if it
20 years ago
Russell Bryant 8029c58409 there is no reason to explicity specify -fomit-frame-pointer when building with
20 years ago
Russell Bryant 9993d14f86 add support for more refined ability to set install paths using the standard
20 years ago
Russell Bryant 808f26a24d fix file dependency generation so that the resulting files in the subdirectories
20 years ago
Russell Bryant a3ed43f0dc Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now be
20 years ago
Russell Bryant cec3a958e4 remove some stuff handled by configure and menuselect
20 years ago
Russell Bryant 2062ab078e remove unnecessary INCLUDE variable which was currently added to ASTCFLAGS
20 years ago
Russell Bryant ad8ff708de fix the build with astmm (issue #7139)
20 years ago
Russell Bryant 8a390e342a use config.status instead of include/autoconfig.h as the dependency
20 years ago
Kevin P. Fleming 76347c8d31 various minor cleanups
20 years ago
Russell Bryant 1a8f3dd2d2 forcing a dist-clean in the cleantest was a bad idea. Just change the script
20 years ago
Russell Bryant 7c6766e67b remove a trailing tab ... now this Makefile is perfect
20 years ago
Russell Bryant 44d4ed1b37 change the CFLAGS controlled by menuselect to be placed in a header file
20 years ago
Russell Bryant a1aefcd03d suppress the output from generating defaults.h and versions.h, as well as
20 years ago
Luigi Rizzo 16ee7c509c add missing rule
20 years ago
Kevin P. Fleming f429105aae remove rule for running bootstrap, it's only safe to run it manually now
20 years ago
Kevin P. Fleming 0569481a5a don't build strcompat for menuselect except on Solaris
20 years ago
Russell Bryant 962d53732a make sure that the MOD_SUBDIR_CFLAGS and OTHER_SUBDIR_FLAGS come before
20 years ago
Kevin P. Fleming 123134de11 make Makefile slightly less noisy
20 years ago
Russell Bryant 684df59844 add smarter checking for termcap support, which fixes a build problem when
20 years ago
Kevin P. Fleming 65fed8480b use a file that configure will _always_ regenerate as the trigger for running the script
20 years ago
Russell Bryant f2e3d8279d add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iinclude
20 years ago
Kevin P. Fleming a4e7ae1537 don't let make use implicit rules for bison/flex output files
20 years ago
Russell Bryant 272de2c394 add support for installing other init scripts, other than just the redhat
20 years ago
Russell Bryant 5c63335486 allow for a non-optimized build that does not get installed
20 years ago
Kevin P. Fleming d7aead737d Merged revisions 23673 via svnmerge from
20 years ago
Kevin P. Fleming 44c5e823e6 Merged revisions 23638 via svnmerge from
20 years ago
Kevin P. Fleming 1a979290a0 Merged revisions 23636 via svnmerge from
20 years ago
Kevin P. Fleming 7343d311f1 simplify CFLAGS handling for subdirectories
20 years ago
Luigi Rizzo 2dd3d523d3 when compiling ast_expr2 from utils/ the current directory
20 years ago
Russell Bryant 9109371f7d use the INSTALL variable instead of "install" directly
20 years ago
Kevin P. Fleming 379e426b25 Merged revisions 23305 via svnmerge from
20 years ago
Russell Bryant e5b5dce811 support "make distclean" as well as "make dist-clean" for the picky people
20 years ago
Russell Bryant 7918a7a1fd another little Solaris fix, unset LIBS before building libmxml
20 years ago
Russell Bryant 5267a6e6a2 menuselect needs strcompat.o for strsep on Solaris
20 years ago
Russell Bryant 72f2bf8135 add a note indicating that you can press 'h' for help
20 years ago
Russell Bryant d255a98243 fix kevin's silly typos
20 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
20 years ago
Joshua Colp 5c05128777 Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir patch by north)
20 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
20 years ago
Olle Johansson 6b3367bf5c New functions for locking a channel - these simplify debugging
20 years ago
Kevin P. Fleming 677347edab Merged revisions 19353 via svnmerge from
20 years ago
Olle Johansson 255e77ae6e Issue #6580 - Unify directory definitions to one section of Makefile (casper)
20 years ago
Russell Bryant 87b1cf5618 various cleanups to the Makefile
20 years ago
Olle Johansson 2efcfc1549 Issue #6610 - build on Intel Mac
20 years ago
Mark Spencer bfba044b5f Flesh out the remainder of the manager + http changes and create a sample application to partially
20 years ago
Olle Johansson 50f0b12880 Issue #5374 - Enable internal timing of generators (cmantunes)
20 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
20 years ago
Luigi Rizzo dde76c531c Replace ast_say_* functionn with function pointers, so that modules
20 years ago
Tilghman Lesher 21a8d15be4 Merged revisions 11715 via svnmerge from
20 years ago
Tilghman Lesher ffe5ffda17 Merged revisions 11634-11635 via svnmerge from
20 years ago
Tilghman Lesher c05fc829d3 Bug 6581 - Move definition of PWD higher than where it is initially used
20 years ago
Mark Spencer c3447c7cce Fix a few compile warnings (turned errors) and disable -Werror on the
20 years ago
Kevin P. Fleming 6204abdae2 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
20 years ago
Tilghman Lesher aa20c556f7 Bug 5984 - Convert file offsets to 64 bit
20 years ago
Russell Bryant 938f7ddc0f remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)
20 years ago
Kevin P. Fleming e7c198453d ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
20 years ago
Matthew Fredrickson af07dc8883 Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
20 years ago
Kevin P. Fleming 8d8aa07407 minor cleanup
20 years ago
Tilghman Lesher 34bcd0e0b6 Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)
20 years ago
Kevin P. Fleming 51ea2f4707 Merged revisions 9086 via svnmerge from
20 years ago
Matt O'Gorman 7d03c33e0a Allows for user to uninstall asterisk binaries
20 years ago
Russell Bryant 95436436c3 add /usr/local/lib to SOLINK (issue #6323)
20 years ago
Olle Johansson 6f3cdf08e4 Spelling fix undetected by kpfleming in rev 8150 ;-)
20 years ago
Kevin P. Fleming e7f8d66855 spelling fix
20 years ago
Matthew Fredrickson 0f5e4e476a Changes to add udptl to asterisk (preliminary merging of the t.38 patch)
20 years ago
Tilghman Lesher cdab512c9f Bug 5183 - Inline stack backtraces
20 years ago
Russell Bryant c6907f1ed8 Merged revisions 7340 via svnmerge from
20 years ago
Kevin P. Fleming 0242a69b3f Merged revisions 7265-7266,7268-7275 via svnmerge from
20 years ago
Russell Bryant 48a4c3a24d remove outdated redhat init script and provide the updated one in 'make rpm' (issue #5786)
20 years ago
Kevin P. Fleming 350287ea08 move mkpkgconfig script where it belongs
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming 45c2f3b9f9 make version-string computation based on SVN branch/revision numbers
20 years ago
Josh Roberson d34be7edf7 Re-add explicit poll support for Darwin, as without it, rasterisk (or asterisk -r) is broken under Darwin.
20 years ago
Russell Bryant ee5bc3ce65 don't hardcode poll.o for Darwin
20 years ago
Russell Bryant b39076b985 issue #5775
20 years ago
Russell Bryant edef0bbf2f create the monitor spool dir
20 years ago
Russell Bryant d09769fba7 fix the output of Makefile generated variables to doxygen
20 years ago
Josh Roberson 892978fb4b Issue # 5757
20 years ago
Kevin P. Fleming 296ca06e35 small debugging information change
20 years ago
Russell Bryant d8dfa4434d finish merging doxygen updates from issue #5605
20 years ago
Kevin P. Fleming 77390dfeaf issue #5572
20 years ago
Kevin P. Fleming 145daf44d8 issue #5634 and a little ChangeLog cleanup
20 years ago
Kevin P. Fleming 3fb2544a41 issue #5633
20 years ago
Kevin P. Fleming 018e8c8395 dont-optimize was broken...
20 years ago
Kevin P. Fleming da0d0f975a stop recompiling cli.c on every 'make'
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Russell Bryant f31f09bf53 there is a variable defined for 'install', might as well use it ...
20 years ago
Mark Spencer 4803298fe8 Make crypto loading optional
20 years ago
Russell Bryant 9ce40204d6 add "hello-world" prompt, courtesy of Jared Smith :)
20 years ago
Russell Bryant c0119acc0e fix a typo, oops!
20 years ago
Kevin P. Fleming 834193c08a support a 'post install' script for local modifications after installation
20 years ago
Kevin P. Fleming 3b7332c5e6 allow some more paths to be overridden on the command line (issue #5292)
20 years ago
Kevin P. Fleming 61a0f7a65e install 'rasterisk' symlink and update process name when used remotely (issue #5318 with minor mod)
20 years ago
Kevin P. Fleming 44aff84c2e use a more generic means to decide whether we need to provide poll/dlfcn functionality (issue #5297)
20 years ago
Kevin P. Fleming 9d63d731aa fix minor build problem on *BSD (issue #5290)
20 years ago
Kevin P. Fleming 5599da9581 support new version of OSP toolkit (issue #5168)
20 years ago
Russell Bryant 6f96370770 don't remove the ast_expr .c files when building testexpr2 since they are
20 years ago
Kevin P. Fleming 509c285380 don't distribute compressed man pages,let the installer do it
20 years ago
Kevin P. Fleming 72437b1dba more BSD portability fixes (issue #5155)
20 years ago
Mark Spencer 064520786e Fix permissions on safe_asterisk (bug #5193)
20 years ago
Mark Spencer f06a4016be Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)
20 years ago
Kevin P. Fleming b9c919ca3e ensure that MALLOC_DEBUG and 'make dont-optimize' don't conflict (issue #4970)
20 years ago
Kevin P. Fleming 81fd292e40 don't remove .version during 'make clean', it's not the temporary file it used to be
20 years ago
Kevin P. Fleming 22dc4f71fe minor cleanup and reorganization (issue #5073)
20 years ago
Kevin P. Fleming 1632d52795 major header file cleanup: license, copyrights, descriptions, markers, etc.
20 years ago
Kevin P. Fleming 76d34be89b correct syntax error
20 years ago
Kevin P. Fleming 60ef1dc9d1 ensure that the parser is generated in 'full/fast' mode
20 years ago
Kevin P. Fleming 9519f6c5f4 clean up, use make functions instead of subshells, remove unused stuff
20 years ago
Kevin P. Fleming 6319baba24 remove extra dependencies
20 years ago
Kevin P. Fleming 66e69e0143 switch to 'new' expression parser, remove support for old parser
20 years ago
Kevin P. Fleming 5473ad640b make MALLOC_DEBUG build work properly (issue #4970 with additional changes)
20 years ago
Kevin P. Fleming 477f581889 don't require 'make samples' to require code to be built (issue #4997)
20 years ago
Mark Spencer 079b24c53c Build safe_asterisk script substituting the proper path in (bug #4952, patch not used)
21 years ago
Mark Spencer 766acde0dc Build dependencies first
21 years ago
Mark Spencer 0e411496e1 Default paths properly when building for solaris (bug #4902)
21 years ago
Mark Spencer 5c9027a293 Remove from maekfile, too
21 years ago
Russell Bryant 829a14ed07 remove the need to have the BUSYDETECT routine defined in the CFLAGS unless
21 years ago
Kevin P. Fleming 075a8ad21c add slinfactory object, and change app_chanspy to use it (bug #4724)
21 years ago
Kevin P. Fleming 4dd4428204 split acl and netsock code into separate files, in preparation for new netsock implementation
21 years ago
Russell Bryant 088da8a0ab actually install the demo sounds ...
21 years ago
Russell Bryant 5f04f09e5a also include /etc/asterisk.makeopts, but have file in home directory override
21 years ago
Josh Roberson 25041974ef Update muted for operation on OSX. :)
21 years ago
Kevin P. Fleming 60cd1fa57d clean up scheduler debugging and expose defines in the Makefile (bug #4703)
21 years ago
Kevin P. Fleming b6486df40e first phase of proper fix for portable string function problems (bug #4669)
21 years ago
Russell Bryant ad1858bebc add ability to have a file, ~/.asterisk.makeopts, that will be included in
21 years ago
Kevin P. Fleming 0313d0b9c5 add privacy/screening functionality to app_dial (bug #752)
21 years ago
Kevin P. Fleming b06daf5859 make 'webvmail' installation directories more configurable (bug #4649)
21 years ago
Mark Spencer 45895f6fa7 You must have version.h before building dependencies!
21 years ago
Malcolm Davenport fe7c0b0cce Bug #4652 - Take two
21 years ago
Malcolm Davenport d36d51f732 Bug #4652 - Require libstrfunc for FreeBSD. Thanks Corydon
21 years ago
Kevin P. Fleming c13d601fb4 queue device state changes and handle them serially in a background thread
21 years ago
Kevin P. Fleming 8f8d190b46 add man pages for autosupport and safe_asterisk scripts (bug #4642)
21 years ago
Kevin P. Fleming 83878abdc7 actually _install_ the astgenkey man page
21 years ago
Kevin P. Fleming 1f784b32d8 don't repeat a command during 'make install' (bug #4582)
21 years ago
Kevin P. Fleming b898cdcefb allow PROC to be supplied on the make command line (bug #4570)
21 years ago
Kevin P. Fleming da4cf4e3e1 use Solaris-compatible shell syntax (bug #4567)
21 years ago
Kevin P. Fleming 0e9d920a60 move tools used during build into build_tools subdirectory
21 years ago
Kevin P. Fleming 370e887fbf fix 'make rpm'
21 years ago
Kevin P. Fleming ab206439d8 don't force build.h to be built at 'install' time, if it's already there leave it alone
21 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
21 years ago
Malcolm Davenport e596f53c9e Whoopsie :)
21 years ago
Mark Spencer 2f1e6379b3 Fix agent deadlock and remove braindead tags dependency
21 years ago
Josh Roberson 43866b0ef2 Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin being open sourced, and able to run on x86, OSX isn't really suitable)
21 years ago
Kevin P. Fleming 77284bfaa6 fix Solaris compatibility issues (bug #4339)
21 years ago
Kevin P. Fleming b051cccb89 more Makefile tweaks
21 years ago
Kevin P. Fleming 6ac98c6724 make version-testing and echo constructs more shell-portable
21 years ago
Kevin P. Fleming 813f0b9653 use new C-coded version comparison program for bison and flex (bug #2058, with different Makefile changes)
21 years ago
Kevin P. Fleming 27a551a0eb temporarily suppress usage of vercomp.sh script until it can be fixed
21 years ago
Kevin P. Fleming 2a7d309deb add upgraded expression parser (bug #2058)
21 years ago
Kevin P. Fleming 4d2537ae11 major re-work of dialplan functions, including:
21 years ago
Kevin P. Fleming 358238b170 add app_dictate (bug #3893)
21 years ago
Kevin P. Fleming 0a93667e9c ensure that old modules warning does not occur when 'make install' is run directly after 'make clean'
21 years ago
Kevin P. Fleming 57e4310265 support various other formats for Asterisk manual page (bug #4113)
21 years ago
Kevin P. Fleming 1230770bb6 'make install' will now warn the user if their modules directory contains modules not installed by the newly-installed Asterisk
21 years ago
Kevin P. Fleming ac639e80c3 during 'make install', remove any headers from the destination include/asterisk directory that are no longer present in the source directory (bug #4035)
21 years ago
Kevin P. Fleming d254db31c8 *** empty log message ***
21 years ago
Kevin P. Fleming 2fb8143f3a add ctags and etags support to Makefile
21 years ago
Mark Spencer 3784f83bed Fix CC (bug #3895)
21 years ago
Mark Spencer dc9faa21e4 Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DTMF mode
21 years ago
Mark Spencer ff62953662 Oops, make good on my word :)
21 years ago
Mark Spencer a0a2592025 Fix cross compiling (bug #3868)
21 years ago
Mark Spencer 7082d0584e Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)
21 years ago
Mark Spencer 2deba424d2 Create experimental new options API, various cleanups
21 years ago
Mark Spencer dbd42a645f Apply queuelog patch and perform final test of "test patches" system
21 years ago
Mark Spencer 2e0cf7a00c Update queue_log example
21 years ago
Mark Spencer f0c7729f81 Add sample experimental patch to show "make apply", "make unapply", "make patchlist", and "make update" targets
21 years ago
Mark Spencer 1bb8d52938 Flush out app stuff, make profiling easier to turn on/off
21 years ago
Mark Spencer 85a0e13c73 Merge mog's ReadFile application (bug #3670)
21 years ago
Mark Spencer d44286366b Flagify hold (bug #3456)
21 years ago
Mark Spencer 89131204fd Minor deadlock detect fix (bug #3531)
21 years ago
Mark Spencer 64f2fb6f2c Create "spec" target (bug #3413)
21 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Mark Spencer f5458639d4 Install "autosupport" by default...
21 years ago
Mark Spencer 677eedfe6a Fix mpg123 build on non-linux (bug #3385)
21 years ago
Mark Spencer 441c545ccc Allow me to force a "make clean ; make install" on a cvs update (bug #3358)
21 years ago