aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-10-02* Don't build the menuselect-tree for the tarball, as it requires running therussell1-1/+1
2007-10-01Add dist-clean support for subdirs.qwell1-2/+6
2007-09-06We added COPTS for ASTCFLAGS additions, but not LDOPTS for ASTLDFLAGS. This ...qwell1-1/+2
2007-08-22Fix a few build issues in Solaris (and likely others).qwell1-0/+2
2007-08-22Change a syntax that the GNU make in Solaris dislikes.qwell1-3/+1
2007-08-22Honor the contents of the COPTS variable as custom target CFLAGS. Apparentlyrussell1-0/+4
2007-08-09This fixes bug 10416; thanks to mvanbaak for the pretty outputmurf1-0/+16
2007-07-26AST_DEVMODE was defined in trunk, but not in 1.4. When Asterisk is compiledrussell1-1/+1
2007-07-26Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never ...mmichelson1-1/+1
2007-07-11This fixes 10172, where the entire man8 dir gets removed during an uninstall ...murf1-1/+4
2007-06-29Backport fix for GCC versions without support for declaration-after-statement.file1-1/+1
2007-06-28Add -Wdeclaration-after-statement to AST_DEVMODE flags to catchrizzo1-1/+1
2007-06-18Tweak paths for BSD systems (issue #10001, stuarth)russell1-1/+2
2007-05-24Clear CFLAGS before running make for menuselect.russell1-2/+2
2007-05-11Merged revisions 63903 via svnmerge from tilghman1-1/+1
2007-05-09I have seen multiple people post questions trying to figure out what therussell1-1/+2
2007-04-03Ensure that menuselect gets executed in dependency check mode every time you ...russell1-1/+1
2007-03-29Export the GTK2 library and include information to sub Makefiles.russell1-0/+2
2007-03-16Making these documentation changes in the 1.4 branch upset various people, sorussell1-21/+0
2007-03-15Add configure script checking for GTK2 and some additional Makefile targetsrussell1-0/+8
2007-03-15Add Asterisk version information to the generated PDFrussell1-2/+5
2007-03-15Merge changes from svn/asterisk/team/russell/LaTeX_docs.russell1-0/+18
2007-02-02Add systemname to asterisk.conf generation per recent discussions about it. (...file1-0/+1
2007-01-18Ensure that the locations given to the Asterisk configure script for ncurses,russell1-0/+4
2007-01-13when building the sample greetings for maibox 1234@default during 'make sampl...kpfleming1-10/+3
2007-01-10Merged revisions 50227 via svnmerge from russell1-1/+1
2007-01-03various Makefile improvements to get chan_vpb (and any other C++ modules) to ...kpfleming1-2/+2
2007-01-01use a simpler (and portable) method to ensure that menuselect is built as a h...kpfleming1-1/+1
2007-01-01revert this change until a better solution can be found... 'env -i' was not b...kpfleming1-1/+1
2006-12-22Minor fixes for Solaris.qwell1-0/+1
2006-12-19Use env -i to start a fresh environment when going to build menuselect. This ...file1-1/+1
2006-12-16simplify dependency tracking system, using the compiler's built-in method for...kpfleming1-22/+3
2006-12-16since we really, really have to have autoconfig.h included before all other h...kpfleming1-0/+2
2006-12-01FreeBSD 6.1 does not include wget by default. However, it has fetch which willrussell1-2/+3
2006-11-28Export several more variables in top level Makefile. Inspired by issue 8438.qwell1-0/+5
2006-11-11Add the target "menuconfig" as an alias for the "menuselect" target. This isrussell1-0/+2
2006-11-01Fixes for cross-compilation on mips russell1-0/+1
2006-10-24Restore the ability to remove the firmware directory without causing therussell1-1/+3
2006-10-20Pass DESTDIR and ASTSBINDIR so that the utilities get installed in the proper...file1-1/+1
2006-10-12Pass off AUDIO_LIBS so muted can link on OSX (issue #8135 reported by ssokol)file1-1/+1
2006-10-04put linker flags in ASTLDFLAGS where they belongrizzo1-1/+2
2006-10-04ensure that local include files are always usedkpfleming1-2/+2
2006-10-01Fix a problem that cuased AST_DATA_DIR in defaults.h to be empty. The cause isrussell1-1/+3
2006-09-30fix two recent build problems:rizzo1-1/+2
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming1-10/+37
2006-09-29a couple more environment settings that can't leak into the menuselect buildkpfleming1-1/+1
2006-09-22don't output the 'build complete' message when the target being run is alread...kpfleming1-5/+7
2006-09-19move this header to include where it belongskpfleming1-1/+1
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf1-1/+1
2006-09-18We have autoconf...let's actually use it.qwell1-7/+0