Mercurial > minori
diff dep/anitomy/Makefile.am @ 236:4d461ef7d424
HUGE UPDATE: convert build system to autotools
why? because cmake sucks :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 19 Jan 2024 00:24:02 -0500 |
parents | |
children | a7d0d543b334 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dep/anitomy/Makefile.am Fri Jan 19 00:24:02 2024 -0500 @@ -0,0 +1,22 @@ +lib_LTLIBRARIES = libanitomy.la +libanitomy_la_SOURCES = \ + anitomy/anitomy.cpp \ + anitomy/element.cpp \ + anitomy/keyword.cpp \ + anitomy/parser.cpp \ + anitomy/parser_helper.cpp \ + anitomy/parser_number.cpp \ + anitomy/string.cpp \ + anitomy/token.cpp \ + anitomy/tokenizer.cpp + +include_HEADERS = \ + anitomy/anitomy.h \ + anitomy/element.h \ + anitomy/keyword.h \ + anitomy/parser.h \ + anitomy/string.h \ + anitomy/token.h \ + anitomy/tokenizer.h + +ACLOCAL_AMFLAGS = -I m4 \ No newline at end of file