Mercurial > libanimone
comparison Makefile.am @ 23:1cfa7d57c022
dep/animone: add experimental accessibility strategy
I also moved most of the functions out of util/win32.cc, because that
file is meant for things that are shared between the different functions,
and currently that is only wide string conversion helpers.
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Wed, 19 Jun 2024 23:13:55 -0400 |
| parents | bc22d57076e3 |
| children | 60ded877339b |
comparison
equal
deleted
inserted
replaced
| 22:bc22d57076e3 | 23:1cfa7d57c022 |
|---|---|
| 8 include/animone/media.h \ | 8 include/animone/media.h \ |
| 9 include/animone/player.h \ | 9 include/animone/player.h \ |
| 10 include/animone/types.h | 10 include/animone/types.h |
| 11 | 11 |
| 12 noinst_HEADERS = \ | 12 noinst_HEADERS = \ |
| 13 include/animone/a11y/win32.h \ | |
| 13 include/animone/fd/freebsd.h \ | 14 include/animone/fd/freebsd.h \ |
| 14 include/animone/fd/openbsd.h \ | 15 include/animone/fd/openbsd.h \ |
| 15 include/animone/fd/netbsd.h \ | 16 include/animone/fd/netbsd.h \ |
| 16 include/animone/fd/proc.h \ | 17 include/animone/fd/proc.h \ |
| 17 include/animone/fd/win32.h \ | 18 include/animone/fd/win32.h \ |
| 18 include/animone/fd/xnu.h \ | 19 include/animone/fd/xnu.h \ |
| 19 include/animone/util/win32.h \ | 20 include/animone/util/win32.h \ |
| 20 include/animone/win/quartz.h \ | 21 include/animone/win/quartz.h \ |
| 21 include/animone/win/win32.h \ | 22 include/animone/win/win32.h \ |
| 22 include/animone/win/x11.h \ | 23 include/animone/win/x11.h \ |
| 24 include/animone/a11y.h \ | |
| 23 include/animone/fd.h \ | 25 include/animone/fd.h \ |
| 24 include/animone/strategies.h \ | 26 include/animone/strategies.h \ |
| 25 include/animone/util.h \ | 27 include/animone/util.h \ |
| 26 include/animone/win.h | 28 include/animone/win.h |
| 27 | 29 |
| 28 if BUILD_WIN | 30 if BUILD_WIN |
| 29 files_win = src/fd/win32.cc src/win/win32.cc src/util/win32.cc | 31 files_win = src/a11y/win32.cc src/fd/win32.cc src/win/win32.cc src/util/win32.cc |
| 30 libs_win = -lole32 -luuid | 32 libs_win = -lole32 -luuid |
| 31 endif | 33 endif |
| 32 | 34 |
| 33 if BUILD_OSX | 35 if BUILD_OSX |
| 34 files_osx = src/fd/xnu.cc src/win/quartz.cc | 36 files_osx = src/fd/xnu.cc src/win/quartz.cc |
| 63 EXTRA_DIST = \ | 65 EXTRA_DIST = \ |
| 64 $(top_srcdir)/data/players.anisthesia | 66 $(top_srcdir)/data/players.anisthesia |
| 65 | 67 |
| 66 libanimone_la_SOURCES = \ | 68 libanimone_la_SOURCES = \ |
| 67 src/animone.cc \ | 69 src/animone.cc \ |
| 70 src/a11y.cc \ | |
| 68 src/fd.cc \ | 71 src/fd.cc \ |
| 69 src/player.cc \ | 72 src/player.cc \ |
| 70 src/strategist.cc \ | 73 src/strategist.cc \ |
| 71 src/util.cc \ | 74 src/util.cc \ |
| 72 src/win.cc \ | 75 src/win.cc \ |
