Mercurial > minori
comparison Makefile.am @ 291:9a88e1725fd2
*: refactor lots of stuff
I forgot to put this into different commits, oops!
anyway, it doesn't really matter *that* much since this is an
unfinished hobby project anyway. once it starts getting stable
commit history will be more important, but for now it's not
that big of a deal
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 12 May 2024 16:31:07 -0400 |
parents | 19eb6c4dca78 |
children | b82841e76e79 |
comparison
equal
deleted
inserted
replaced
290:9347e2eaf6e5 | 291:9a88e1725fd2 |
---|---|
18 | 18 |
19 # Qt resources | 19 # Qt resources |
20 | 20 |
21 minori_qtrc = \ | 21 minori_qtrc = \ |
22 $(top_srcdir)/rc/icons/icons.qrc \ | 22 $(top_srcdir)/rc/icons/icons.qrc \ |
23 $(top_srcdir)/rc/animone.qrc | 23 $(top_srcdir)/rc/animone.qrc \ |
24 rc/locale/translations.qrc | |
24 | 25 |
25 # various things we want to distribute | 26 # various things we want to distribute |
26 | 27 |
27 minori_icons_png = \ | 28 minori_icons_png = \ |
28 $(top_srcdir)/rc/icons/16x16/arrow-circle-315.png \ | 29 $(top_srcdir)/rc/icons/16x16/arrow-circle-315.png \ |
179 dep/semver/semver.hpp \ | 180 dep/semver/semver.hpp \ |
180 $(minori_qtheaders) | 181 $(minori_qtheaders) |
181 | 182 |
182 minori_utf8proc_sources = \ | 183 minori_utf8proc_sources = \ |
183 dep/utf8proc/utf8proc.c | 184 dep/utf8proc/utf8proc.c |
185 | |
186 minori_moc_sources = $(minori_qtheaders:.h=_moc.cc) | |
184 | 187 |
185 minori_SOURCES = \ | 188 minori_SOURCES = \ |
186 src/core/anime_db.cc \ | 189 src/core/anime_db.cc \ |
187 src/core/anime.cc \ | 190 src/core/anime.cc \ |
188 src/core/anime_season.cc \ | 191 src/core/anime_season.cc \ |
237 $(minori_qtrc) \ | 240 $(minori_qtrc) \ |
238 $(minori_qtrc_win) \ | 241 $(minori_qtrc_win) \ |
239 $(minori_locale_qm) \ | 242 $(minori_locale_qm) \ |
240 $(minori_moc_sources) \ | 243 $(minori_moc_sources) \ |
241 $(minori_utf8proc_sources) \ | 244 $(minori_utf8proc_sources) \ |
242 rc/locale/translations.qrc \ | |
243 rc/final_qrc.cc | 245 rc/final_qrc.cc |
244 | |
245 minori_moc_sources = $(minori_qtheaders:.h=_moc.cc) | |
246 | 246 |
247 minori_includes = \ | 247 minori_includes = \ |
248 -I$(top_srcdir)/include \ | 248 -I$(top_srcdir)/include \ |
249 -I$(top_srcdir)/dep/animone/include \ | 249 -I$(top_srcdir)/dep/animone/include \ |
250 -I$(top_srcdir)/dep/pugixml/src \ | 250 -I$(top_srcdir)/dep/pugixml/src \ |