aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 44408405db..d18c5a51e9 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -12,6 +12,7 @@ all: \
artnet \
asn1 \
ciscosm \
+ custom \
docsis \
enttec \
giop \
@@ -59,6 +60,9 @@ ciscosm::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
+custom::
+ if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake
+
docsis::
cd docsis
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
@@ -221,6 +225,7 @@ clean:
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+ if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake clean
distclean: clean
cd acn
@@ -276,6 +281,7 @@ distclean: clean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
+ if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake distclean
maintainer-clean: distclean
cd acn
@@ -329,6 +335,7 @@ maintainer-clean: distclean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
+ if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake maintainer-clean
################################################################################
# copy all plugins to /plugins/$(VERSION), so Wireshark will load them, when
@@ -367,6 +374,7 @@ install-plugins:
xcopy sbus\*.dll $(VERSION) /d
xcopy stats_tree\*.dll $(VERSION) /d
xcopy v5ua\*.dll $(VERSION) /d
+ if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake install-plugins
!ENDIF
clean-deps: