aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Reverse order, such that user configs override default selectionstilghman1-3/+3
2008-04-18ensure directories are created before we try to install stuff into themrussell1-2/+4
2008-04-18SUBDIRS_INSTALL is already listed as a subtarget for bininstallrussell1-1/+1
2008-04-17Fix the bininstall target to install from subdirs, as well.russell1-1/+1
2008-03-25Add an option (transmit_silence) which transmits silence during both Record()...file1-0/+1
2008-03-19People report bugs about Asterisk crashing with DO_CRASH enabled was getting ...qwell1-1/+4
2008-02-26Add badshell to .PHONY target (thanks Kevin)qwell1-1/+1
2008-02-26Since all shells aren't as awesome as bash, we have to fail if somebody tries...qwell1-1/+8
2008-01-29Use GNU make magic instead of shell magic to escape spaces in the working dir...russell1-1/+3
2008-01-29Fix building Asterisk when the working path has spaces in it.russell1-1/+1
2007-12-26List include/asterisk/version.h as a .PHONY target because we want the commandsrussell1-1/+1
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-6/+22
2007-11-15Start Asterisk in Debian at a more reasonable time (since zaptel is at level 20)tilghman1-2/+2
2007-10-31Create samples for ALL of the available options in asterisk.conftilghman1-0/+14
2007-10-29don't put '-pipe' into ASTCFLAGS if '-save-temps' is already there (used when...kpfleming1-1/+5
2007-10-18Correct documentation. I removed the wrong line..qwell1-1/+1
2007-10-18Add documentation for options in asterisk.confqwell1-0/+9
2007-10-15Properly use DESTDIR in 'config' target.qwell1-10/+10
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