the megaco plugin no longer exists, remove remaining traces ...

svn path=/trunk/; revision=21220
This commit is contained in:
Ulf Lamping 2007-03-27 00:19:15 +00:00
parent 910299acb1
commit 8f0c262af1
1 changed files with 0 additions and 15 deletions

View File

@ -95,11 +95,6 @@ mate::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
megaco::
cd megaco
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
mgcp::
cd mgcp
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
@ -187,9 +182,6 @@ clean:
cd mate
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
cd megaco
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
cd mgcp
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@ -259,9 +251,6 @@ distclean: clean
cd mate
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
cd megaco
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
cd mgcp
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
@ -331,9 +320,6 @@ maintainer-clean: distclean
cd mate
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
cd megaco
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
cd mgcp
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
@ -384,7 +370,6 @@ install-plugins:
xcopy irda\*.dll $(VERSION) /d
xcopy lwres\*.dll $(VERSION) /d
xcopy mate\*.dll $(VERSION) /d
xcopy megaco\*.dll $(VERSION) /d
xcopy mgcp\*.dll $(VERSION) /d
xcopy opsi\*.dll $(VERSION) /d
xcopy pcli\*.dll $(VERSION) /d