From 0b04fe922b84512c15269f1dfa11a7ae33242810 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Thu, 6 Sep 2007 10:14:49 +0000 Subject: Build WiMAX ASN Control Plane dissector plugin svn path=/trunk/; revision=22801 --- plugins/Makefile.nmake | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'plugins/Makefile.nmake') diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake index 9682618d56..385f2decd0 100644 --- a/plugins/Makefile.nmake +++ b/plugins/Makefile.nmake @@ -32,7 +32,8 @@ all: \ stats_tree \ unistim \ v5ua \ - wimax + wimax \ + wimaxasncp agentx:: @@ -163,6 +164,11 @@ wimax:: $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake cd .. +wimaxasncp:: + cd wimaxasncp + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake + cd .. + clean: rm -rf $(VERSION) cd agentx @@ -240,6 +246,9 @@ clean: cd wimax $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean cd .. + cd wimaxasncp + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd .. if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake clean distclean: clean @@ -318,6 +327,9 @@ distclean: clean cd wimax $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean cd .. + cd wimaxasncp + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean + cd .. if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake distclean maintainer-clean: distclean @@ -393,6 +405,9 @@ maintainer-clean: distclean cd wimax $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean cd .. + cd wimaxasncp + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean + cd .. if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake maintainer-clean ################################################################################ @@ -429,6 +444,7 @@ install-plugins: xcopy unistim\*.dll $(VERSION) /d xcopy v5ua\*.dll $(VERSION) /d xcopy wimax\*.dll $(VERSION) /d + xcopy wimaxasncp\*.dll $(VERSION) /d if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake install-plugins !ENDIF -- cgit v1.2.3