aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2010-03-16Backport chan_sip build fix for Mac OSX 10.6 from trunk.russell1-0/+6
2009-09-28When selecting DONT_OPTIMIZE in menuselect, explicitly pass -O0 to the compilerseanbright1-0/+2
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming1-19/+13
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-2/+7
2009-03-18revert commit that included extranous changeskpfleming1-7/+2
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-2/+7
2008-11-26simplify (and slightly bug-fix) the recent developer-oriented COMPILE_DOUBLE ...kpfleming1-10/+7
2008-11-19the gcc optimizer frequently finds broken code (use of uninitalized variables...kpfleming1-24/+75
2008-11-15when an individual directory dist-clean is run, run clean in that directory f...kpfleming1-1/+1
2008-07-22add rules to create preprocessor output... useful for debugging macroskpfleming1-0/+8
2008-04-30pay attention to *all* header files for dependency tracking, not just the loc...kpfleming1-3/+3
2008-03-11get chan_vpb to build properly in dev modekpfleming1-1/+1
2007-10-08Enable file dependency tracking for _all_ builds, and not just for builds withrussell1-12/+0
2007-10-01Add dist-clean support for subdirs.qwell1-0/+4
2007-01-15Filter out a few CFLAGS that are not valid CXXFLAGS.russell1-2/+2
2007-01-15use the ACX_PTHREAD macro from the Autoconf macro archive for setting up comp...kpfleming1-9/+9
2007-01-03various Makefile improvements to get chan_vpb (and any other C++ modules) to ...kpfleming1-1/+9
2006-12-16simplify dependency tracking system, using the compiler's built-in method for...kpfleming1-0/+8
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-56/+21
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming1-6/+6
2006-09-29another cross-compile fixkpfleming1-1/+1
2006-09-09more makefile tweaks to keep targets from being run when they don't need to bekpfleming1-1/+1
2006-08-21oops... no pattern rules for bison/flexkpfleming1-4/+0
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-6/+17
2006-07-16use a couple of variables to remove duplicate definitionsrizzo1-69/+29
2006-07-16typo LDFAGS -> LDFLLAGSrizzo1-2/+2
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...kpfleming1-8/+8
2006-07-06add missing filekpfleming1-0/+133
2006-07-06move rules file to prepare for generic rules filekpfleming1-53/+0
2006-06-24commit missing filekpfleming1-0/+53