summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2006-10-12Merged revisions 44942 via svnmerge from Joshua Colp
2006-10-04put linker flags in ASTLDFLAGS where they belongLuigi Rizzo
2006-10-04Merged revisions 44322 via svnmerge from Kevin P. Fleming
2006-10-01Merged revisions 44125 via svnmerge from Russell Bryant
2006-09-30merge compile fixes from 44080:Luigi Rizzo
2006-09-29Merged revisions 43996-43997,44008,44011-44012 via svnmerge from Kevin P. Fleming
2006-09-29Merged revisions 43993 via svnmerge from Kevin P. Fleming
2006-09-22Merged revisions 43524 via svnmerge from Kevin P. Fleming
2006-09-19move this header to include where it belongsKevin P. Fleming
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*Matthew Fredrickson
2006-09-18We have autoconf...let's actually use it.Jason Parker
2006-09-09more makefile tweaks to keep targets from being run when they don't need to beKevin P. Fleming
2006-08-29make menuselect configure process be silent when possibleKevin P. Fleming
2006-08-26ensure that cross-compiler info is removed from the enviroment before configu...Kevin P. Fleming
2006-08-26remove some unneeded variables now that the menuselect build is isolated fromRussell Bryant
2006-08-25we really need BSD make here to understand the -V option.Luigi Rizzo
2006-08-24remove CFLAGS that aren't needed anymoreRussell Bryant
2006-08-24Okay, there are 3 reasons why I'm doing this.Jason Parker
2006-08-23merge menuselect_build ... most of the changes happened in menuselectRussell Bryant
2006-08-22a couple Solaris tweaks, to help build properly.Jason Parker
2006-08-21oops... missed oneKevin P. Fleming
2006-08-21another variable to clear out before configuring mxmlKevin P. Fleming
2006-08-21replace a couple of bare 'make' with $(MAKE)Kevin P. Fleming
2006-08-21ensure that 'make' after 'svn update' that includes a configure script change...Kevin P. Fleming
2006-08-21document Makefile target changesKevin P. Fleming
2006-08-21main subdirectory is not dependencies for menuselect inputKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-20kpfleming didn't break trunk, it was the aliens. (fix it so that the Makefile...Joshua Colp
2006-08-14don't include files that cause additional targets to get executed if the targetRussell Bryant
2006-07-19add menuselect_stub.c to deps listRussell Bryant
2006-07-15add comments on what special variables are forKevin P. Fleming
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...Kevin P. Fleming
2006-07-12revert this change for now since it isn't working correctly and there are moreRussell Bryant
2006-07-12add "update" to the list of targets to ignore various included files for andRussell Bryant
2006-07-12don't let make run configure or menuselect if the target is eitherRussell Bryant
2006-07-07remove the use of -Wno-pointer-sign. Asterisk now builds without any of theseRussell Bryant
2006-07-07small cleanupKevin P. Fleming
2006-07-07various minor fixesKevin P. Fleming
2006-07-06dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.ccRussell Bryant
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...Kevin P. Fleming
2006-07-06move rules file to prepare for generic rules fileKevin P. Fleming
2006-07-01fix removing autoconfig.h on distclean (issue #7439, casper)Russell Bryant
2006-07-01swap distclean and dist-clean, since distclean is more commonly used ...Russell Bryant
2006-07-01remove build_tools/menuselelct-deps on distcleanRussell Bryant
2006-07-01don't specify this include in the menuselect Makefile, because asterisk-addonsRussell Bryant
2006-07-01more pickynessRussell Bryant
2006-07-01change bracket style because i'm pickyRussell Bryant
2006-07-01menuselect doesn't pull strcompat.o from asterisk anymoreRussell Bryant
2006-06-29Merged revisions 36290 via svnmerge from Tilghman Lesher