5 include ..\config.nmake
8 # Custom plugin build template.
10 # If you need to develop a custom plugin (a plugin not yet released to the
11 # public) this file is for you.
13 # To generate a custom plugin:
15 # 1. Create the new plugin directory and implement the plugin (at least to be
16 # ready for a first build try). The easiest way to do this is to copy an
17 # existing plugin and modify the contents.
18 # 2. Rename this file to Custom.nmake
19 # 3. Replace every appearance of foo in this file with your plugin dir name
20 # 4. Build Wireshark as usual
23 all: op-uavtalk op-uavobjects
27 $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
32 $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
37 $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
40 $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
45 $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
48 $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
51 maintainer-clean: distclean
53 $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
56 $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
60 !IFDEF ENABLE_LIBWIRESHARK
61 xcopy op-uavtalk\*.dll ..\$(INSTALL_DIR)\plugins\$(VERSION) /d
62 xcopy op-uavobjects\*.dll ..\$(INSTALL_DIR)\plugins\$(VERSION) /d