app_configuration.mk 548 B

12345678910111213141516
  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. # Executable name.
  6. BINARY_NAME=flutter_2048
  7. # Any extra source files to build.
  8. EXTRA_SOURCES=
  9. # Paths of any additional libraries to be bundled in the output directory.
  10. EXTRA_BUNDLED_LIBRARIES=
  11. # Extra flags (e.g., for library dependencies).
  12. SYSTEM_LIBRARIES=
  13. EXTRA_CXXFLAGS=
  14. EXTRA_CPPFLAGS=
  15. EXTRA_LDFLAGS=