# Purpose: makefile for sashtest example (UNIX).
# Created: 2000-03-14

top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/sashtest

PROGRAM=sashtest

OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d

include ../../src/makeprog.env

@IF_GNU_MAKE@-include $(DEPFILES)