diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Bison-Flex/Makefile	Mon May 09 03:11:59 2011 +0900
@@ -0,0 +1,17 @@
+all:
+	make -C CALC all
+	make -C BasicCompiler-MemoryBase/EUC all
+	make -C BasicCompiler-StackBase/EUC all
+	make -C Compiler-StackBase/EUC all
+
+convert:
+	make -C CALC convert
+	make -C BasicCompiler-MemoryBase/EUC convert
+	make -C BasicCompiler-StackBase/EUC convert
+	make -C Compiler-StackBase/EUC convert
+
+depend:
+	make -C CALC depend
+	make -C BasicCompiler-MemoryBase/EUC depend
+	make -C BasicCompiler-StackBase/EUC depend
+	make -C Compiler-StackBase/EUC depend