
root:all 

SRC=$(SRCPOLYENGS)
OBJ=$(POLYENGS)

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

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

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

include $(DEP)

