#
# Makefile for try1,try2,try3
#

include ..\..\rsxntmak.gnu

all: try1.exe try2.exe try3.exe

try1.exe: try1.o \rsxnt\lib\excpt.a
        $(CC) $(LDFLAGS) $< -lexcpt

try2.exe: try2.o \rsxnt\lib\excpt.a
        $(CC) $(LDFLAGS) $< -lexcpt

try3.exe: try3.o \rsxnt\lib\excpt2.a
        $(CC) $(LDFLAGS) $< -lexcpt2

###

try1.o: try1.c \rsxnt\include\excpt.h

try2.o: try2.c \rsxnt\include\excpt.h

try3.o: try3.c \rsxnt\include\excpt.h
