#
# File:		makefile.unx
# Author:	Julian Smart
# Created:	1998
# Updated:	
# Copyright:	(c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for drawing example (UNIX).

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

PROGRAM=drawing

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

DATAFILES=pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp

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

-include $(DEPFILES)