# Makefile libsk/graphics/CURSOR
#
# This directory contains cursor bitmaps for different graphics boards.
#
# $Revision: 1.1 $

SKDEPTH= ../..
include ${SKDEPTH}/libskdefs

# Set up to build machine dependent objects
LIBPATH=$(LIBNAME)
OBJECTDIR=$(TARGETDIR)

CFILES = vc1cursor.c

include $(LIBSKRULES)
