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

include ../../../Mkinclude

LIBNAME		= ximage
LIBSRCS		= ximg01.c
LIBDEMO		= ximg01


all: $(LIBDEMO)

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