now it starts to work...
[obnox/wireshark/wip.git] / tools / tpg / Makefile.nmake
1 ## Makefile for building ethereal.exe with Microsoft C and nmake
2 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
3 #
4 # $Id$
5
6 include ..\..\config.nmake
7
8 CFLAGS=-D_U_="" $(LOCAL_CFLAGS)
9
10 all : TPG.pm
11
12 clean:
13         rm -f TPG.pm tpg.output
14
15 distclean: clean
16
17 maintainer-clean: distclean