Commit Graph

115 Commits (000ba592b2475507c0c5a655f3eac2daf93d2fe0)

Author SHA1 Message Date
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
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
Matthew Fredrickson b39cb899d6 Make sure that we build chan_misdn with the object files in the right order
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
Kevin P. Fleming df0ba5ff8b search for Zaptel and libtonezone separately in the configure script
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 9db0520ff9 - specify that 'all' is a .PHONY target
20 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
20 years ago
Russell Bryant 9f2a6516cf don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
20 years ago
Russell Bryant b6147a21b9 remove "depend" from the "all" targets in sub Makefiles. The main Makefile
20 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
20 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
20 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
20 years ago
Russell Bryant a3ed43f0dc Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now be
20 years ago
Kevin P. Fleming 0adfa8c635 use proper method of detecting OSS support on Linux and FreeBSD
20 years ago
Kevin P. Fleming d7aead737d Merged revisions 23673 via svnmerge from
20 years ago
Kevin P. Fleming 26753f77b0 remove unusable MFC/R2 support
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
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
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
Russell Bryant 1f23480472 Makefile updates for renaming of chan_misdn_config
20 years ago
Russell Bryant 20c87064c1 don't try to build a chan_misdn_config.so
20 years ago
Kevin P. Fleming 1f06418500 remove unused header and channel module
20 years ago
Matthew Fredrickson af07dc8883 Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
20 years ago
Christian Richter 7133d1b006 * removed unnecessary struct elements and functions
20 years ago
Matt O'Gorman 7d03c33e0a Allows for user to uninstall asterisk binaries
20 years ago
Russell Bryant 4a7cec937d remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250)
20 years ago
Kevin P. Fleming ce81ea8122 remove deprecated chan_modem drivers
20 years ago
Russell Bryant 1bd64edd17 allow forcing the build to exclude PRI support using WITHOUT_PRI, similar to
20 years ago
Christian Richter 52d3ddabd1 chan_misdn links against shared mISDNuser libraries now
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Josh Roberson 15f5afeaa8 issue #5799
20 years ago
Kevin P. Fleming 522544442b backport chan_modem fixes from v1-2
20 years ago
Kevin P. Fleming c86be56b3b don't build chan_modem by default
20 years ago
Kevin P. Fleming 145daf44d8 issue #5634 and a little ChangeLog cleanup
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming 0ac988acaa add experimental mISDN channel driver (issue #4077)
20 years ago
Kevin P. Fleming 0bffff1930 correct cygwin detection (issue #5328)
20 years ago
Kevin P. Fleming 72437b1dba more BSD portability fixes (issue #5155)
20 years ago
Kevin P. Fleming bef3341975 remove unused define
20 years ago
Kevin P. Fleming 9519f6c5f4 clean up, use make functions instead of subshells, remove unused stuff
20 years ago
Kevin P. Fleming 0e9d920a60 move tools used during build into build_tools subdirectory
21 years ago
Jeremy McNamara 8cd6529426 Rework astersk make process to be compatable with the Open H.323 build process. Bug #3981
21 years ago
Mark Spencer 200b967871 Delete cross targets for gentone and friends
21 years ago
Mark Spencer a0a2592025 Fix cross compiling (bug #3868)
21 years ago
Mark Spencer 9d40b8ee80 Merge slimey's Solaris compatibility (with small mods) (bug #2740)
21 years ago