# 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		= readelf.cpp
ARCHIVE		= $(LIBDIR)/libelf.a

all: $(ARCHIVE)

clean: clean-objs clean-archive

include $(JS_TOP)/build/rules.mak
