summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-07-27 09:57:48 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-07-27 17:15:49 +0200
commit58e21aa2bba8525ff626f912a0ff15d7ae01461f (patch)
tree3f1b08adb20fdad6bf594f2f79324f034d4526fb
parent226de107ffe0347db3717c53a32ce7355253a25f (diff)
Makefile: List all source files and assets.
-rw-r--r--Makefile.am35
1 files 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