aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Make all sed calls Posix sed compatible.mvanbaak1-1/+1
2008-07-01make the AIS checking a little more generic, and have a more useful configure...kpfleming1-0/+2
2008-06-10Merge another big set of changes from team/russell/eventsrussell1-2/+3
2008-03-11Merged revisions 107352 via svnmerge from kpfleming1-1/+1
2008-01-10Merged revisions 97889 via svnmerge from murf1-0/+1
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...kpfleming1-3/+0
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asrussell1-0/+3
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-12-04fix build on cygwinrizzo1-2/+5
2007-11-20Fix building of modules under cygwin.rizzo1-0/+7
2007-10-01The trunk version of this patch also includes a couple more small clean fixesrussell1-1/+1
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...murf1-0/+17
2006-09-29Merged revisions 44055 via svnmerge from kpfleming1-1/+1
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-3/+8
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-6/+4
2006-07-06move rules file to prepare for generic rules filekpfleming1-1/+1
2006-07-01fix up res_snmp so it builds and loads correctlyrussell1-0/+2
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-0/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-78/+4
2006-06-23very minor improvementkpfleming1-1/+1
2006-06-23delete snmp/agent.o on make cleanrussell1-0/+1
2006-06-23add basic autoconf support for res_snmprussell1-18/+1
2006-06-23remove various commands that remove old modules since they have been there arussell1-3/+0
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell1-1/+1
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2
2006-06-05use module names, not file names, in menuselectkpfleming1-5/+7
2006-05-22asterisk-xmpp merge inmogorman1-0/+6
2006-04-30remove macro defined that is no longer neededkpfleming1-6/+0
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-95/+24
2006-04-05Unbreak res/Makefile (issue #6891 as reported by casper)file1-13/+3
2006-04-05Issue #5637 - Realtime driver for PostgreSQL (mguesdon)oej1-0/+53
2006-03-06Issue #6628 - Disable res_snmp on incompatible platforms untiloej1-0/+11
2006-03-05Some days... Sorry.oej1-1/+1
2006-03-05Oopsoej1-1/+1
2006-02-26Fix the make file *again*markster1-1/+2
2006-02-26Fix snmp buildmarkster1-3/+3
2006-02-26Add SNMP support (bug #6439)markster1-0/+8
2006-02-16remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)russell1-1/+2
2006-02-14Fix build issues...markster1-1/+1
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-11use auto-build for apps, simplify variable settingkpfleming1-3/+3
2006-02-11use auto-build for res modules tookpfleming1-29/+20