# # 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 DATAFILES=pat4.bmp pat35.bmp pat36.bmp include ../../src/makeprog.env