added initial files

This commit is contained in:
2013-12-10 16:14:06 +00:00
commit 034b50ec9b
16 changed files with 5675 additions and 0 deletions

7
h2/Makefile.in Normal file
View File

@ -0,0 +1,7 @@
all:
cd @abs_builddir@/lib; make all
cd @abs_builddir@/cmd; make all
clean:
cd @abs_builddir@/lib; make clean
cd @abs_builddir@/cmd; make clean