Mercurial > hg > Game > Cerium
view example/regex_mas/Makefile.def @ 1681:7bc7780e8ece draft
add time.pl
author | Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 07 Aug 2013 02:27:44 +0900 |
parents | 0f94d9d580f9 |
children | 08e9e416c2e0 |
line wrap: on
line source
TARGET = regex # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium ABIBIT=64 # ex linux/ps3 CERIUM = ../../../Cerium OPT = -g3 -O0 CC = clang++ CFLAGS = -Wall $(OPT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager