# Copyright (C) by GFD-Dennou Club, 1999-2000.  All rights reserved. 
#
#       Makefile for ximage (demo)
#

include ../../../Mkinclude

LIBNAME		= ximage
LIBSRCS		= ximg01.c
LIBDEMO		= ximg01


all: $(LIBDEMO)

clean:
	$(RM) $(LIBDEMO) *.o *~ *.ps *.gif *.xwd core *.trace
