]> git.cworth.org Git - lmno.games/blob - flutterempires/linux/app_configuration.mk
Prepare directories for merge into lmno.games
[lmno.games] / flutterempires / linux / app_configuration.mk
1 # This file contains variables that applications are likely to need to
2 # change, to isolate them from the main Makefile where the build rules are still
3 # in flux. This should simplify re-creating the runner while preserving local
4 # changes.
5
6 # Executable name.
7 BINARY_NAME=flutterempires
8 # Any extra source files to build.
9 EXTRA_SOURCES=
10 # Paths of any additional libraries to be bundled in the output directory.
11 EXTRA_BUNDLED_LIBRARIES=
12 # Extra flags (e.g., for library dependencies).
13 SYSTEM_LIBRARIES=
14 EXTRA_CXXFLAGS=
15 EXTRA_CPPFLAGS=
16 EXTRA_LDFLAGS=