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

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

LOCAL_DIR 	:= Interface
LOCAL_SRCDIRS 	:= ../../$(LOCAL_DIR)
LOCAL_INCLUDES	 = -I$(TOP)/Visual/Src/Motif/Includes \
		   $(MOTIF_INCDIR) \
		   $(X11_INCDIR) 

include ../Makefile.common
