#
#  Makefile for Waterloo NSlookup. Based on the Berkley version:
#
#  Copyright (c) 1987
#    The Regents of the University of California.  All rights reserved.
#
#  Targets:
#     Metaware HighC 3.1+ (PharLap 386|DosX)
#     Borland 4.0+        (DOS large model)
#     Watcom C 10+        (DOS4GW DOS extender)
#     Digital Mars C 8+   (X32VM DOS extender)
#

SRC = commands.c main.c debug.c getinfo.c list.c send.c skip.c subr.c

COMMON_DEFS = -DDEBUG

BORLAND_EXE = nslookup.exe
PHARLAP_EXP = nslookup.exp
WATCOM_EXE  = nslook4.exe
DIGMARS_EXE = nslook2.exe
QUICKC_EXE  = nul

!include "..\common.mak"

.l.c:
    flex -o$*.c $*.l

commands.c: commands.l

