aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-09more makefile tweaks to keep targets from being run when they don't need to bekpfleming1-6/+10
2006-08-29make menuselect configure process be silent when possiblekpfleming1-1/+1
2006-08-26ensure that cross-compiler info is removed from the enviroment before configu...kpfleming1-1/+1
2006-08-26remove some unneeded variables now that the menuselect build is isolated fromrussell1-1/+1
2006-08-25we really need BSD make here to understand the -V option.rizzo1-1/+2
2006-08-24remove CFLAGS that aren't needed anymorerussell1-1/+1
2006-08-24Okay, there are 3 reasons why I'm doing this.qwell1-1/+1
2006-08-23merge menuselect_build ... most of the changes happened in menuselectrussell1-8/+3
2006-08-22a couple Solaris tweaks, to help build properly.qwell1-1/+1
2006-08-21oops... missed onekpfleming1-1/+1
2006-08-21another variable to clear out before configuring mxmlkpfleming1-1/+1
2006-08-21replace a couple of bare 'make' with $(MAKE)kpfleming1-1/+1
2006-08-21ensure that 'make' after 'svn update' that includes a configure script change...kpfleming1-1/+1
2006-08-21document Makefile target changeskpfleming1-2/+1
2006-08-21main subdirectory is not dependencies for menuselect inputkpfleming1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-324/+66
2006-08-20kpfleming didn't break trunk, it was the aliens. (fix it so that the Makefile...file1-4/+4
2006-08-14don't include files that cause additional targets to get executed if the targetrussell1-4/+12
2006-07-19add menuselect_stub.c to deps listrussell1-1/+1
2006-07-15add comments on what special variables are forkpfleming1-1/+10
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-14/+14
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...kpfleming1-1/+1