aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-08-15moved the asn1 and facility portions of code to mISDNuser, so removing the fi...nadi1-1/+1
2006-08-03* removed pp_l2_check (fixed L2 bug in mISDNuser)crichter1-3/+8
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-5/+6
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...kpfleming1-2/+2
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...kpfleming1-23/+15
2006-07-06move rules file to prepare for generic rules filekpfleming1-6/+6
2006-06-30Make sure that we build chan_misdn with the object files in the right ordermattf1-1/+1
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-81/+10
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming1-3/+3
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-3/+5
2006-05-22asterisk-xmpp merge inmogorman1-0/+6
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now berussell1-4/+0
2006-04-30use proper method of detecting OSS support on Linux and FreeBSDkpfleming1-7/+2
2006-04-30Merged revisions 23673 via svnmerge from kpfleming1-1/+1
2006-04-30remove unusable MFC/R2 supportkpfleming1-1/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-111/+24
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming1-1/+1
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-11Makefile updates for renaming of chan_misdn_configrussell1-6/+2
2006-02-11don't try to build a chan_misdn_config.sorussell1-0/+3
2006-02-11remove unused header and channel modulekpfleming1-37/+37
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf1-0/+7
2006-02-02* removed unnecessary struct elements and functionscrichter1-2/+9
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-1/+2
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2006-01-04remove deprecated chan_modem driverskpfleming1-11/+0
2005-12-20allow forcing the build to exclude PRI support using WITHOUT_PRI, similar torussell1-0/+2
2005-12-09chan_misdn links against shared mISDNuser libraries nowcrichter1-4/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-20issue #5799twisted1-1/+2
2005-11-17backport chan_modem fixes from v1-2kpfleming1-1/+3
2005-11-16don't build chan_modem by defaultkpfleming1-1/+2
2005-11-08issue #5634 and a little ChangeLog cleanupkpfleming1-0/+2
2005-11-01issue #4678kpfleming1-9/+23
2005-10-31add experimental mISDN channel driver (issue #4077)kpfleming1-0/+14
2005-10-05correct cygwin detection (issue #5328)kpfleming1-1/+3
2005-09-14more BSD portability fixes (issue #5155)kpfleming1-1/+7
2005-08-31remove unused definekpfleming1-4/+0
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-63/+73
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-4/+5
2005-04-29Rework astersk make process to be compatable with the Open H.323 build proces...jeremy1-0/+9
2005-03-28Delete cross targets for gentone and friendsmarkster1-7/+0