aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tpg/Makefile.nmake
blob: d7fdbbd5f53ab5155054007ada7645c64aad1434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Makefile for building wireshark.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