view example/synthesizer/Makefile.def @ 2050:26dd777ba95d draft

add User API
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Thu, 28 Jan 2016 15:43:36 +0900
parents 6849865f96eb
children
line wrap: on
line source

TARGET = synthesizer

# include/library path
# ex  macosx
#CERIUM = /Users/gongo/Source/Cerium
ABIBIT=64

# ex  linux/ps3
CERIUM = ../../../Cerium


OPT =  -g -O0

CC      = clang++
CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT)   $(OPT) #-DDEBUG

INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
LIBS = -L${CERIUM}/TaskManager