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

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

LOCAL_DIR 	:= Base
LOCAL_SRCDIRS 	:= ../../$(LOCAL_DIR)
LOCAL_INCLUDES   = $(MOTIF_INCDIR) \
		   $(X11_INCDIR)

include ../Makefile.common
