Mercurial > minori
comparison Makefile.am @ 264:9a04802848c0
*: improve multiple things
e.g. making some strings.cc functions modify strings in-place,
improving m4_ax_have_qt.m4 code, making anime_db.cc rely on
std::optional rather than std::shared_ptr (which was stupid
anyway)
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Thu, 11 Apr 2024 10:15:57 -0400 |
parents | 8e282d0dc282 |
children | 09c5bd74fe93 |
comparison
equal
deleted
inserted
replaced
263:96416310ea14 | 264:9a04802848c0 |
---|---|
175 dep/json/json.hpp \ | 175 dep/json/json.hpp \ |
176 dep/json/json_fwd.hpp \ | 176 dep/json/json_fwd.hpp \ |
177 dep/mini/ini.h \ | 177 dep/mini/ini.h \ |
178 dep/semver/semver.hpp \ | 178 dep/semver/semver.hpp \ |
179 $(minori_qtheaders) | 179 $(minori_qtheaders) |
180 | |
181 minori_utf8proc_sources = \ | |
182 dep/utf8proc/utf8proc.c | |
180 | 183 |
181 minori_SOURCES = \ | 184 minori_SOURCES = \ |
182 src/core/anime_db.cc \ | 185 src/core/anime_db.cc \ |
183 src/core/anime.cc \ | 186 src/core/anime.cc \ |
184 src/core/anime_season_db.cc \ | 187 src/core/anime_season_db.cc \ |
229 $(files_windres) \ | 232 $(files_windres) \ |
230 $(minori_locale_ts) \ | 233 $(minori_locale_ts) \ |
231 $(minori_qtrc) \ | 234 $(minori_qtrc) \ |
232 $(minori_locale_qm) \ | 235 $(minori_locale_qm) \ |
233 $(minori_moc_sources) \ | 236 $(minori_moc_sources) \ |
237 $(minori_utf8proc_sources) \ | |
234 rc/locale/translations.qrc \ | 238 rc/locale/translations.qrc \ |
235 rc/final_qrc.cc | 239 rc/final_qrc.cc |
236 | 240 |
237 minori_moc_sources = $(minori_qtheaders:.h=_moc.cc) | 241 minori_moc_sources = $(minori_qtheaders:.h=_moc.cc) |
238 | 242 |
239 minori_includes = \ | 243 minori_includes = \ |
240 -I$(top_srcdir)/include \ | 244 -I$(top_srcdir)/include \ |
241 -I$(top_srcdir)/dep/animone/include \ | 245 -I$(top_srcdir)/dep/animone/include \ |
242 -I$(top_srcdir)/dep/pugixml/src \ | 246 -I$(top_srcdir)/dep/pugixml/src \ |
243 -I$(top_srcdir)/dep/anitomy \ | 247 -I$(top_srcdir)/dep/anitomy \ |
248 -I$(top_srcdir)/dep/utf8proc \ | |
244 -I$(top_srcdir)/dep | 249 -I$(top_srcdir)/dep |
245 | 250 |
246 minori_CPPFLAGS = $(QT_CPPFLAGS) $(LIBCURL_CPPFLAGS) $(minori_includes) | 251 minori_CPPFLAGS = $(QT_CPPFLAGS) $(LIBCURL_CPPFLAGS) $(minori_includes) |
247 minori_CXXFLAGS = $(QT_CXXFLAGS) $(cflags_osx) $(cflags_glib) $(cflags_win) | 252 minori_CXXFLAGS = $(QT_CXXFLAGS) $(cflags_osx) $(cflags_glib) $(cflags_win) |
248 minori_LDFLAGS = $(QT_LDFLAGS) $(ldflags_osx) $(ldflags_win) | 253 minori_LDFLAGS = $(QT_LDFLAGS) $(ldflags_osx) $(ldflags_win) |