summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2009-12-10Merged revisions 234255 via svnmerge from Jason Parker
2009-11-03Fix some build issues on Solaris.Jason Parker
2009-11-03Merged revisions 227088 via svnmerge from Olle Johansson
2009-10-27Adding compile time flags for Snow Leopard, Leopard and some other animalsOlle Johansson
2009-10-23Optionally build and install the sample AGIs in the agi/ directory.Sean Bright
2009-10-23Merged revisions 225581 via svnmerge from Kevin P. Fleming
2009-10-22Add the programs in utils/ to menuselect.Sean Bright
2009-09-24Merged revisions 220213 via svnmerge from Sean Bright
2009-09-24Merged revisions 220099 via svnmerge from Sean Bright
2009-08-30Force Darwin on ppc platforms to compile with a target level that supports al...Tilghman Lesher
2009-08-28Ensure that CFLAGS and/or LDFLAGS provided to configure script are preserved.Kevin P. Fleming
2009-08-25The DTD should be installed in the same path as the rest of the XML documenta...Tilghman Lesher
2009-08-25Merged revisions 213899 via svnmerge from Tilghman Lesher
2009-08-04Merged revisions 210237 via svnmerge from Kevin P. Fleming
2009-08-01Revert accidental Makefile change.Kevin P. Fleming
2009-08-01Merged revisions 209759 via svnmerge from Kevin P. Fleming
2009-07-27Restore explicit export of ASTCFLAGS/ASTLDFLAGS and underscore-variants to su...Kevin P. Fleming
2009-07-21Merged revisions 207647 via svnmerge from Kevin P. Fleming
2009-06-30Make addons build last - this is for Qwell.Russell Bryant
2009-06-30Move Asterisk-addons modules into the main Asterisk source tree.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-16When compiling in an Emacs-spawned shell, always print directory names.Kevin P. Fleming
2009-06-15Redesigned 'optional API' support.Kevin P. Fleming
2009-06-09Fix all of the parallel build warnings issued when running make -j#.Sean Bright
2009-06-06Switch from "echo -n" to printf. On my mac, the -n was just getting printed ...Russell Bryant
2009-05-29Merged revisions 197998 via svnmerge from Sean Bright
2009-05-27Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.Sean Bright
2009-05-16Allow to include sections of other parts of the xml documentation.Eliel C. Sardanons
2009-05-03Remove unnecessary compiler flagRussell Bryant
2009-04-28Build XML documention from *only* the source files that have docs in themKevin P. Fleming
2009-04-08Start splitting up miscellaneous doxygen documentation into separate files.Russell Bryant
2009-03-05Make sure we terminate the first s| command so we can actually produce correc...Michiel van Baak
2009-03-05Merge phase 1 support for the new bridging architecture.Joshua Colp
2009-02-21set ASTVARRUNDIR=$(localstatedir)/run/asterisk as default pathMichiel van Baak
2009-01-13Add option to hide console connect messagesTerry Wilson
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-29we can now build with -Wformat=2, which found a couple of real bugsKevin P. Fleming
2008-11-19Fix a few build problems on Solaris (and check for an md5 utility inSean Bright
2008-11-18Add some missing $(DESTDIR)s to the bininstallMark Michelson
2008-11-18Remove echo line that is unnecessary (Thanks seanbright).Jason Parker
2008-11-18Add init script for ArchLinuxJason Parker
2008-11-15Merged revisions 157162-157163 via svnmerge from Kevin P. Fleming
2008-11-04We need to pass the DTD to xmlstarlet to validate against it the XML.Eliel C. Sardanons
2008-11-02validate-docs is a PHONY targetRussell Bryant
2008-11-02Add a handy makefile target so that you can validate the documentation agains...Russell Bryant
2008-11-02Modify the Makefile logic for extracting documentation.Russell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-18Make sure we support nested functions and generation of trampolinesMichiel van Baak
2008-10-17Make sure we support nested functions with GCC 4.01 OS/X. This might not be O...Olle Johansson
2008-10-14Merged revisions 148736 via svnmerge from Kevin P. Fleming