From 58e21aa2bba8525ff626f912a0ff15d7ae01461f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 27 Jul 2018 09:57:48 +0200 Subject: Makefile: List all source files and assets. --- Makefile.am | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7d9e669..5c8f7cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,16 +41,43 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache bin_SCRIPTS = \ scripts/inevitable -SOURCES = \ - engine/inotify.scm \ +SOURCES = \ + utils.scm \ + config.scm \ + characters.scm \ + characters/lorenzo.scm \ + characters/reaper.scm \ + engine/inotify.scm \ engine/assets.scm \ engine/node.scm \ - engine/node-2d.scm \ + engine/node-2d.scm \ engine/scene.scm \ - engine/assets.scm \ engine/shell.scm \ scenes/intro.scm \ + scenes/death.scm \ scenes/game.scm +ASSETS = \ + assets/music/intro.ogg \ + assets/music/death.ogg \ + assets/music/README \ + assets/sounds/error.ogg \ + assets/sounds/birds.ogg \ + assets/sounds/README \ + assets/images/gfx/Inner.png \ + assets/images/gfx/Overworld.png \ + assets/images/gfx/cave.png \ + assets/images/lorenzo.png \ + assets/images/Food Pack.png \ + assets/images/reaper.png \ + assets/images/README \ + assets/maps/inner.tsx \ + assets/maps/cave.tsx \ + assets/maps/death.tmx \ + assets/maps/01.tmx \ + assets/fonts/AUTHORS \ + assets/fonts/good_neighbors_starling.xml \ + assets/fonts/good_neighbors_starling.png + EXTRA_DIST += \ COPYING -- cgit v1.2.3