# SCE CONFIDENTIAL
# PlayStation(R)3 Programmer Tool Runtime Library 475.001
#                 Copyright (C) 2009 Sony Computer Entertainment Inc.
#                                                All Rights Reserved.

JS_TOP=../../..
include $(JS_TOP)/build/defs.mak

SOURCES=ShaderPool.cpp

vpath %.cpp $(JS_DEVICE_SUBDIR)

ARCHIVE=$(LIBDIR)/libGcmShader.a

all: $(ARCHIVE)
clean: clean-objs clean-archive

include $(JS_TOP)/build/rules.mak
