split some common files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-15 16:36:25 +09:00
parent 955b734a79
commit 169c626819
15 changed files with 364 additions and 454 deletions

View File

@ -49,6 +49,7 @@ pkglibdir = $(libdir)
pkginclude_HEADERS = \
hcl.h \
hcl-chr.h \
hcl-cmgr.h \
hcl-cmn.h \
hcl-fmt.h \
hcl-opt.h \
@ -64,6 +65,7 @@ libhcl_la_SOURCES = \
hcl-prv.h \
bigint.c \
chr.c \
cmgr.c \
cnode.c \
comp.c \
debug.c \