summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libgme/libay.make
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libgme/libay.make')
-rw-r--r--lib/rbcodec/codecs/libgme/libay.make10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libgme/libay.make b/lib/rbcodec/codecs/libgme/libay.make
new file mode 100644
index 0000000000..135ad041d3
--- /dev/null
+++ b/lib/rbcodec/codecs/libgme/libay.make
@@ -0,0 +1,10 @@
1
2# libay
3AYLIB := $(CODECDIR)/libay.a
4AYLIB_SRC := $(call preprocess, $(RBCODECLIB_DIR)/codecs/libgme/AYSOURCES)
5AYLIB_OBJ := $(call c2obj, $(AYLIB_SRC))
6OTHER_SRC += $(AYLIB_SRC)
7
8$(AYLIB): $(AYLIB_OBJ)
9 $(SILENT)$(shell rm -f $@)
10 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null