Commit Graph

18 Commits (ebbc70daab087144f4bd61ee9e14739c32012b48)

Author SHA1 Message Date
Russell Bryant a914cb6654 Enable file dependency tracking for _all_ builds, and not just for builds with
18 years ago
Jason Parker cf8f092d98 Add dist-clean support for subdirs.
18 years ago
Russell Bryant 91b5561669 Filter out a few CFLAGS that are not valid CXXFLAGS.
19 years ago
Kevin P. Fleming dd357a71a7 use the ACX_PTHREAD macro from the Autoconf macro archive for setting up compiler pthreads support... should improve portability to platforms with unusual pthreads requirements
19 years ago
Kevin P. Fleming 8332521122 various Makefile improvements to get chan_vpb (and any other C++ modules) to build properly
19 years ago
Kevin P. Fleming 0509ca82b4 simplify dependency tracking system, using the compiler's built-in method for generating them, and only doing dependency tracking if developer mode is enabled via the configure script
19 years ago
Kevin P. Fleming ec2e4f2216 fix a few build system bugs, and convert Makefiles to be compatible with GNU make 3.80
19 years ago
Kevin P. Fleming 704397dc3c don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they are also then used for non-Asterisk components (like menuselect); use our own variables instead
19 years ago
Kevin P. Fleming ea0cccc05f another cross-compile fix
19 years ago
Kevin P. Fleming be29512d1e more makefile tweaks to keep targets from being run when they don't need to be
19 years ago
Kevin P. Fleming f62099a4dd oops... no pattern rules for bison/flex
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Luigi Rizzo de59e8f655 use a couple of variables to remove duplicate definitions
19 years ago
Luigi Rizzo 541fdacb3c typo LDFAGS -> LDFLLAGS
19 years ago
Kevin P. Fleming 396ef6f9e7 use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if needed (although none do today)
19 years ago
Kevin P. Fleming d650e57f0c add missing file
19 years ago
Kevin P. Fleming 748431f7b6 move rules file to prepare for generic rules file
19 years ago
Kevin P. Fleming 9d6c30422b commit missing file
19 years ago