Initial import

This commit is contained in:
Mario Danic
2006-08-15 20:37:04 +00:00
commit 21e92dcf3e
96 changed files with 15010 additions and 0 deletions

4
trunk/test/Makefile Normal file
View File

@ -0,0 +1,4 @@
all clean:
$(MAKE) -C .. -$(MAKEFLAGS) $@
.PHONY: all clean