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

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

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

include ../Makefile.common
