Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
235:593108b3d555 | 236:4d461ef7d424 |
---|---|
1 lib_LTLIBRARIES = libanitomy.la | |
2 libanitomy_la_SOURCES = \ | |
3 anitomy/anitomy.cpp \ | |
4 anitomy/element.cpp \ | |
5 anitomy/keyword.cpp \ | |
6 anitomy/parser.cpp \ | |
7 anitomy/parser_helper.cpp \ | |
8 anitomy/parser_number.cpp \ | |
9 anitomy/string.cpp \ | |
10 anitomy/token.cpp \ | |
11 anitomy/tokenizer.cpp | |
12 | |
13 include_HEADERS = \ | |
14 anitomy/anitomy.h \ | |
15 anitomy/element.h \ | |
16 anitomy/keyword.h \ | |
17 anitomy/parser.h \ | |
18 anitomy/string.h \ | |
19 anitomy/token.h \ | |
20 anitomy/tokenizer.h | |
21 | |
22 ACLOCAL_AMFLAGS = -I m4 |