Mercurial > minori
view dep/anitomy/Makefile.am @ 247:1ae4d8b28a5c
autotools/windres: use AC_PROG_SED for sed
sed is actually surprisingly unportable. on mingw this shouldn't
be a problem, but alas, we should use it anyway
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 24 Jan 2024 20:15:35 -0500 |
parents | 4d461ef7d424 |
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