summaryrefslogtreecommitdiff
path: root/res/Makefile
AgeCommit message (Expand)Author
2008-07-13Make all sed calls Posix sed compatible.Michiel van Baak
2008-07-01make the AIS checking a little more generic, and have a more useful configure...Kevin P. Fleming
2008-06-10Merge another big set of changes from team/russell/eventsRussell Bryant
2008-03-11Merged revisions 107352 via svnmerge from Kevin P. Fleming
2008-01-10Merged revisions 97889 via svnmerge from Steve Murphy
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...Kevin P. Fleming
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asRussell Bryant
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-12-04fix build on cygwinLuigi Rizzo
2007-11-20Fix building of modules under cygwin.Luigi Rizzo
2007-10-01The trunk version of this patch also includes a couple more small clean fixesRussell Bryant
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy
2006-09-29Merged revisions 44055 via svnmerge from Kevin P. Fleming
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming
2006-07-06move rules file to prepare for generic rules fileKevin P. Fleming
2006-07-01fix up res_snmp so it builds and loads correctlyRussell Bryant
2006-06-25use new (separate) dependencies file from menuselectKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-23very minor improvementKevin P. Fleming
2006-06-23delete snmp/agent.o on make cleanRussell Bryant
2006-06-23add basic autoconf support for res_snmpRussell Bryant
2006-06-23remove various commands that remove old modules since they have been there aRussell Bryant
2006-06-22- convert the 'uninstall' target to use separate targets to process eachRussell Bryant
2006-06-22- specify that 'depend' is a .PHONY targetRussell Bryant
2006-06-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main MakefileRussell Bryant
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-05-22asterisk-xmpp merge inMatt O'Gorman
2006-04-30remove macro defined that is no longer neededKevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-05Unbreak res/Makefile (issue #6891 as reported by casper)Joshua Colp
2006-04-05Issue #5637 - Realtime driver for PostgreSQL (mguesdon)Olle Johansson
2006-03-06Issue #6628 - Disable res_snmp on incompatible platforms untilOlle Johansson
2006-03-05Some days... Sorry.Olle Johansson
2006-03-05OopsOlle Johansson
2006-02-26Fix the make file *again*Mark Spencer
2006-02-26Fix snmp buildMark Spencer
2006-02-26Add SNMP support (bug #6439)Mark Spencer
2006-02-16remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)Russell Bryant
2006-02-14Fix build issues...Mark Spencer
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-11use auto-build for apps, simplify variable settingKevin P. Fleming
2006-02-11use auto-build for res modules tooKevin P. Fleming