#
# Pablo System: Visual/Src/System/Build/Analysis/Makefile
#	Generates object files listed in ./ObjFiles and adds them to library.
#
.PHONY : Makefile ../Makefile.common

MYTOP 		:= ..
OBJECTS 	:= $(shell cat ./ObjFiles)

LOCAL_DIR 	:= Analysis
LOCAL_SRCDIRS 	:= ../../$(LOCAL_DIR)
LOCAL_INCLUDES   = 

include ../Makefile.common
