comparison DPP/Makefile @ 3:4e98faa1d831

add automaton
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 19 Apr 2012 13:41:11 +0900
parents 6695c97470f3
children d6ac7ec2c6a7
comparison
equal deleted inserted replaced
2:396046c5b0b0 3:4e98faa1d831
1 CC=cbc-gcc-4.6.0 1 CC=cbc-gcc-4.6.0
2 #MCC=mcc 2 #MCC=mcc
3 TARGET=dpp dpp2 tableau tableau2 tableau3 3 TARGET=dpp dpp2 tableau tableau2 tableau3
4 #MCCFLAGS=-s 4 #MCCFLAGS=-s
5 CFLAGS=-I. -g -Wall 5 #CFLAGS=-I. -g -O0 -Wall
6 CFLAGS= -O2 -Wall
6 7
7 .SUFFIXES: .cbc .c .o 8 .SUFFIXES: .cbc .c .o
8 9
9 .cbc.o: 10 .cbc.o:
10 # $(MCC) $(MCCFLAGS) $< 11 # $(MCC) $(MCCFLAGS) $<