# TOOPS makefile for samples
#
# mjk 12 10 95, 18 07 96

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

EXECUTABLE = abprot

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)

