Mercurial > hg > Game > Cerium
comparison example/MemList/Makefile.cell @ 1052:a0ea7d9b6faf draft
Makefile utf-8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 10 Dec 2010 23:09:12 +0900 |
parents | 839e34d0cc3c |
children |
comparison
equal
deleted
inserted
replaced
1051:2a291e6ac2fc | 1052:a0ea7d9b6faf |
---|---|
1 include ./Makefile.def | 1 include ./Makefile.def |
2 | 2 |
3 SRCS_TMP = $(wildcard *.cc) | 3 SRCS_TMP = $(wildcard *.cc) |
4 SRCS_EXCLUDE = # 除外するファイルを書く | 4 SRCS_EXCLUDE = # ゅ<ゃ吾 |
5 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP)) | 5 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP)) |
6 OBJS = $(SRCS:.cc=.o) | 6 OBJS = $(SRCS:.cc=.o) |
7 | 7 |
8 TASK_DIR = ppe | 8 TASK_DIR = ppe |
9 TASK_SRCS_TMP = $(wildcard $(TASK_DIR)/*.cc) | 9 TASK_SRCS_TMP = $(wildcard $(TASK_DIR)/*.cc) |