aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Resolve parallel build warnings.seanbright1-2/+2
2009-09-24Remove the remaining bashisms in the Makefile/mkpkgconfigseanbright1-1/+3
2009-08-25Use the default runlevels for Debian derivatives, instead of making up our own.tilghman1-1/+1
2009-08-04Eliminate spurious compiler warnings from system headers on *BSD platforms.kpfleming1-1/+1
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming1-29/+35
2009-06-11Backport fix for parallel build warnings from trunk r199781.seanbright1-5/+5
2009-05-29Fix 'make config' target for Slackware.seanbright1-1/+1
2009-05-27Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.seanbright1-1/+1
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-1/+8
2008-11-15when an individual directory dist-clean is run, run clean in that directory f...kpfleming1-3/+5
2008-10-14on Ubuntu (at least), recent versions of ld in binutils delete all debugging ...kpfleming1-1/+1
2008-09-27improve header inclusion process in a few small ways:kpfleming1-2/+0
2008-09-08Remove RPM package targets from Makefile (and all associated parts).qwell1-17/+0
2008-08-26sounds/Makefile installs sounds using the "new" language directory structure,...twilson1-2/+2
2008-08-07remove config.cache during distclean, in case the user is using autoconf cachingkpfleming1-1/+1
2008-08-06Remove the use of --no-print-directory when compiling subdirectories.russell1-2/+2
2008-07-30use the proper method for building version.hkpfleming1-2/+4
2008-07-11forcibly remove the modules that are changing nameskpfleming1-1/+3
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming1-0/+1
2008-07-03a couple of small Solaris-related fixeskpfleming1-1/+1
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