Mercurial > minori
view 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 source
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