TOP = .. ;

SubDir TOP Graphics ;

NAMES = Graphics Cache Font ;

CNAMES = texfont ;

GRAPHICS_OBJECTS = $(NAMES:D=$(SUBDIR):S=$(SUFOBJ)) $(CNAMES:D=$(SUBDIR):S=$(SUFOBJ)) ;

MyObjects $(NAMES:S=.cpp) $(CNAMES:S=.c) ;

ObjectC++Flags Graphics.cpp : $(SDLC++FLAGS) ;

ObjectC++Flags Font.cpp : $(SDLC++FLAGS) ;

ObjectCcFlags texfont.c : $(SDLC++FLAGS) ;

