comparison CbC-examples/quicksort/mc/Makefile @ 42:9e4f9e20b8f1

add some examples.
author kent@teto.cr.ie.u-ryukyu.ac.jp
date Mon, 25 Jan 2010 17:13:59 +0900
parents c816ae4380d7
children
comparison
equal deleted inserted replaced
41:c816ae4380d7 42:9e4f9e20b8f1
1 1
2 CbCC=../../../../device/mc 2 CbCC=../../../../device/mc
3 3
4 #CC=gcc 4 #CC=gcc
5 CC=../../../../build-gcc/INSTALL_DIR/bin/cbc-gcc 5 CC=../../../../build_gcc/INSTALL_DIR/bin/gcc
6 6
7 HEADERMAKER=../../../CbC-scripts/make_headers.py2 7 HEADERMAKER=../../../CbC-scripts/make_headers.py2
8 8
9 CFLAGS=-g -Wall 9 CFLAGS=-g -Wall
10 10