Mercurial > hg > Game > Cerium
comparison TaskManager/Test/test_render/Makefile.macosx @ 520:8d86242337ba draft
SGList isn't used
author | tkaito@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Wed, 21 Oct 2009 19:56:00 +0900 |
parents | 2c592936bbdf |
children | 27eea39f2ebb |
comparison
equal
deleted
inserted
replaced
516:d3bc594204c2 | 520:8d86242337ba |
---|---|
19 .SUFFIXES: .cc .o | 19 .SUFFIXES: .cc .o |
20 | 20 |
21 .cc.o: | 21 .cc.o: |
22 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ | 22 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ |
23 | 23 |
24 all: SGList.o $(TARGET) | 24 all: |
25 | 25 |
26 $(TARGET): $(OBJS) $(TASK_OBJS) | 26 $(TARGET): $(OBJS) $(TASK_OBJS) |
27 $(CC) -o $@ $(OBJS) $(TASK_OBJS) $(LIBS) | 27 $(CC) -o $@ $(OBJS) $(TASK_OBJS) $(LIBS) |
28 | 28 |
29 | 29 |