#
#	AppKit XRAW Backend Makefile
# 
TOP = ../../..

#
#	XRAW Object Files
# 
OBJS = \
XRFunctions.o \
XRBitmapImageRep.o \
XRColor.o \
XRContext.o \
XRCursor.o \
XRDrawingEngine.o \
XRFont.o \
XRPasteboard.o \
XRScreen.o \
XRView.o \
XRWindow.o \
wraster/gradient.o \
wraster/raster.o \
wraster/scale.o \
wraster/draw.o \
wraster/xdnd.o \

LIBRARY = libXraw

#
#	Include Makefiles 
# 
include $(TOP)/Makefiles/library.make

#
# Rules
#
$(OBJS_DIR)::	
	$(TOP)/Makefiles/mkinstalldirs $(OBJS_DIR)/wraster
