aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon/Makefile.nmake
blob: 2f098dfa9355f0d9a7fdcd88db36545c50e7f92f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.8 2002/02/27 09:42:51 guy Exp $

include ..\..\config.nmake

CFLAGS=-D_U_="" $(LOCAL_CFLAGS)

.c.obj::
   $(CC) $(CFLAGS) -Fd.\ -c $<

all : lemon.exe

clean:
	rm -f lemon.obj lemon.exe lemon.ilk $(PDB_FILE) lemon.pdb