comparison Bison-Flex/Makefile @ 0:db40c85cad7a default tip

upload sample source
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 09 May 2011 03:11:59 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:db40c85cad7a
1 all:
2 make -C CALC all
3 make -C BasicCompiler-MemoryBase/EUC all
4 make -C BasicCompiler-StackBase/EUC all
5 make -C Compiler-StackBase/EUC all
6
7 convert:
8 make -C CALC convert
9 make -C BasicCompiler-MemoryBase/EUC convert
10 make -C BasicCompiler-StackBase/EUC convert
11 make -C Compiler-StackBase/EUC convert
12
13 depend:
14 make -C CALC depend
15 make -C BasicCompiler-MemoryBase/EUC depend
16 make -C BasicCompiler-StackBase/EUC depend
17 make -C Compiler-StackBase/EUC depend