OSDN Git Service

add dist
[rec10/rec10-git.git] / dist / trunk / Makefile.base
diff --git a/dist/trunk/Makefile.base b/dist/trunk/Makefile.base
new file mode 100755 (executable)
index 0000000..de63667
--- /dev/null
@@ -0,0 +1,17 @@
+MAJOR = 0
+MINOR = 9
+REVISION = 10
+VER = $(MAJOR).$(MINOR).$(REVISION)
+
+
+all: 
+       cd tstools;make all
+clean:
+       cd tstools;make clean
+install: 
+       cd rec10;make install
+       cd tstools;make install
+uninstall:
+       cd tstools;make uninstall
+       cd rec10;make uninstall
+