first commit

This commit is contained in:
2023-11-24 14:05:48 +01:00
commit 353daec92d
76 changed files with 68663 additions and 0 deletions

5
src/Makefile.am Normal file
View File

@@ -0,0 +1,5 @@
if COND_EXPLES
MAYBE_EXPLES = exemples
endif
SUBDIRS = lib include $(MAYBE_EXPLES)