
root:all 

SRC=$(SRCGPORTS)
OBJ=$(GPORTS)

include ../../../makefile.inc

all: $(OBJ)
	$(CP) *.o $(TAGL_DRV2)

Xgport.o: Xgport.cc
	$(CXX) -c $(CXXOPT) -I$(TAGL_INC) $(CCX11) $<

SVGAgport.o: SVGAgport.cc
	$(CXX) -c $(CXXOPT) -I$(TAGL_INC) $(CCSVGA) $<

include $(DEP)
# DO NOT DELETE
