#
#  Makefile for Waterloo DIG. 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 10.0+        (DOS4GW extender)
#
# NB! You need to make objects in `..\nslookup\' first
#

SRC = dig.c 
NS  = ..\nslookup

POWERPAK    = 1

BORLAND_EXE = dig.exe
PHARLAP_EXP = dig.exp
WATCOM_EXE  = dig4.exe
DIGMARS_EXE = dig2.exe
QUICKC_EXE  = nul

HC386_DEFS  = -Hpragma=stack_size_warn(14000)

!include "..\common.mak"

BORLAND_OBJ = dig.obj $(NS)\list.obj $(NS)\send.obj $(NS)\subr.obj $(NS)\debug.obj
HIGHC_OBJ   = dig.o32 $(NS)\list.o32 $(NS)\send.o32 $(NS)\subr.o32 $(NS)\debug.o32
WATCOM_OBJ  = dig.wo  $(NS)\list.wo  $(NS)\send.wo  $(NS)\subr.wo  $(NS)\debug.wo
DIGMARS_OBJ = dig.do  $(NS)\list.do  $(NS)\send.do  $(NS)\subr.do  $(NS)\debug.do

