ale-sys 0.1.2

Rust bindings to the Arcade Learning Environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
MODULE := src/emucore/rsynth

MODULE_OBJS := \
        src/emucore/rsynth/darray.o \
        src/emucore/rsynth/elements.o \
        src/emucore/rsynth/holmes.o \
        src/emucore/rsynth/opsynth.o \
        src/emucore/rsynth/phones.o \
        src/emucore/rsynth/phtoelm.o \
        src/emucore/rsynth/trie.o

MODULE_DIRS += \
        src/emucore/rsynth

# Include common rules
include $(srcdir)/common.rules