wireshark/tools/tpg/Makefile.nmake
Luis Ontanon 72cbc6410b TPG TVB Parser Generator
Given a bnf-like grammar generate a set of helpers for a dissector

It's not working yet, however I need this checkin as a cheeckpoint

(I'll write the doc when it starts to be ready)


svn path=/trunk/; revision=16021
2005-09-27 20:48:48 +00:00

18 lines
277 B
Makefile

## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id$
include ..\..\config.nmake
CFLAGS=-D_U_="" $(LOCAL_CFLAGS)
all : TPG.pm
clean:
rm -f TPG.pm tpg.output
distclean: clean
maintainer-clean: distclean