comparison Renderer/Test/Makefile.cell @ 1029:22d7263cec2d

copy script add.
author tkaito
date Mon, 15 Nov 2010 22:39:25 +0900
parents c2ebafb2471f
children
comparison
equal deleted inserted replaced
1028:3191cae6f7a2 1029:22d7263cec2d
12 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ 12 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@
13 13
14 %.pb.cc: $(PROTODIR)/%.proto 14 %.pb.cc: $(PROTODIR)/%.proto
15 $(PROTO) $(PROTOFLAGS) $< 15 $(PROTO) $(PROTOFLAGS) $<
16 16
17 ALL = spe-main ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange property_test create_task property_universe chain_old property_chain aquarium network init_aquarium 17 ALL = spe-main ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange property_test create_task property_universe chain_old property_chain aquarium network init_aquarium
18 18
19 all: $(ALL) 19 all: $(ALL)
20 20
21 speobject: 21 speobject:
22 cd spe; $(MAKE) 22 cd spe; $(MAKE)