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