# Custom make file generated by makemake for wns.exe

TARGET = wns.exe
CC = msc
C_OPTS = 
CDEFS =  -DREGEXP -DDOS
MC = masm
M_OPTS = 
MDEFS = 
LINK = link
L_OPTS =
LMAP = NUL
LIBS = 
HDRS = regexp.h regmagic.h 
SRCS = regerror.c regexp.c wns.c 
OBJS = regerror.obj regexp.obj wns.obj ..\ssetargv.obj

regerror.obj:	regerror.c 
	$(CC) $(C_OPTS) $(CDEFS) regerror.c;

regexp.obj:	regexp.c regexp.h regmagic.h 
	$(CC) $(C_OPTS) $(CDEFS) regexp.c;

wns.obj:	wns.c 
	$(CC) $(C_OPTS) $(CDEFS) wns.c;

$(TARGET):	$(OBJS) $(SRCS) $(HDRS)
	$(LINK) $(L_OPTS) $(OBJS), $(TARGET), $(LMAP), $(LIBS);
