# Purpose: makefile for thread example (UNIX).
# Created: 2000-03-15

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

PROGRAM=thread

OBJECTS=$(PROGRAM).o

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