Mercurial > hg > CbC > old > DPP
comparison Makefile @ 12:7f2db1e1bf2f default tip
use CBC_COMPILER environment val
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 04 Jul 2019 18:53:38 +0900 |
parents | b7d63c5499e7 |
children |
comparison
equal
deleted
inserted
replaced
11:190dadd8405b | 12:7f2db1e1bf2f |
---|---|
1 CC=clang | 1 CC=${CBC_COMPILER} |
2 MCC=cbc-clang | 2 MCC=${CBC_COMPILER} |
3 TARGET=dpp dpp2 tableau tableau2 tableau3 | 3 TARGET=dpp dpp2 tableau tableau2 tableau3 |
4 MCCFLAGS=-c -g | 4 MCCFLAGS=-c -g |
5 CFLAGS=-I. -g -Wall | 5 CFLAGS=-I. -g -Wall |
6 | 6 |
7 .SUFFIXES: .cbc .c .o | 7 .SUFFIXES: .cbc .c .o |