Initial import of version 2.10

This commit is contained in:
2021-04-27 08:06:35 +02:00
commit ded7b26f78
109 changed files with 682348 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
all:
cd src && ${MAKE}
install:
cd src && ${MAKE} install
cd doc && ${MAKE} install
cd data && ${MAKE} install