# TOOPS makefile for tutorials (tut1 ... tut3)
#
# mjk 12 10 95, 18 07 96

LIBRARY = none
LIBS = -ltoops -lutility
LIBPATH = -L../../lib

EXECUTABLE = simpprot

all:    $(EXECUTABLE)

# Most of the make-info is actually in makefile.incl in
# the root directory of your TOOP installation:
include ../../makefile.incl

L_INCLUDES = ../../include  -I../../utility/include
INCLUDEFLAGS = -I$(INCLUDES) -I$(L_INCLUDES)

