## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake # # $Id$ include ../../config.nmake DISSECTOR_FILES=packet-x509if.c packet-x509if.h all: generate_dissector generate_dissector: $(DISSECTOR_FILES) $(DISSECTOR_FILES): ../../tools/asn2eth.py InformationFramework.asn packet-x509if-template.c packet-x509if-template.h x509if.cnf ../x509sat/x509sat-exp.cnf !IFDEF PYTHON $(PYTHON) ../../tools/asn2eth.py -X -b -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn !ENDIF clean: rm -f parsetab.py $(DISSECTOR_FILES) copy_files: generate_dissector xcopy packet-x509if.c ..\..\epan\dissectors /d /y xcopy packet-x509if.h ..\..\epan\dissectors /d /y