comparison Renderer/Test/Makefile.macosx @ 561:71b3363c16bf

gplant (not yet worked...)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 22 Oct 2009 19:31:09 +0900
parents 1a2f015c42b2
children a5fda4e51498
comparison
equal deleted inserted replaced
560:1a2f015c42b2 561:71b3363c16bf
37 $(CC) -o $@ $< xml_file/direction.xml.o $(LIBS) 37 $(CC) -o $@ $< xml_file/direction.xml.o $(LIBS)
38 direction.cc : xml_file/direction.xml.h 38 direction.cc : xml_file/direction.xml.h
39 xml_file/direction.xml.h : $(DIRECTION_XMLS) 39 xml_file/direction.xml.h : $(DIRECTION_XMLS)
40 perl $(TOOL)/create_sglist.pl -o $@ $(DIRECTION_XMLS) 40 perl $(TOOL)/create_sglist.pl -o $@ $(DIRECTION_XMLS)
41 41
42 GAPLAN_OBJ = gaplant.o gaplant_action.o back_action.o 42 GAPLAN_OBJ = gaplant.o gaplant_action.o back_action.o ball_action.o
43 GAPLAN_XML = xml_file/gap_plane_test.xml 43 GAPLAN_XML = xml_file/gap_plane_test.xml
44 GAPLAN_XMLS = $(GAPLAN_XML) xml_file/Ball.xml 44 GAPLAN_XMLS = $(GAPLAN_XML) xml_file/Ball.xml
45 gaplant : $(GAPLAN_OBJ) xml_file/gap_plane_test.xml.o 45 gaplant : $(GAPLAN_OBJ) xml_file/gap_plane_test.xml.o
46 $(CC) -o $@ $? $(LIBS) 46 $(CC) -o $@ $? $(LIBS)
47 gaplant.cc : xml_file/gap_plane_test.xml.h 47 gaplant.cc : xml_file/gap_plane_test.xml.h