summaryrefslogtreecommitdiffstats
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 @@
+
+# libvgm
+VGMLIB := $(CODECDIR)/libvgm.a
+VGMLIB_SRC := $(call preprocess, $(RBCODECLIB_DIR)/codecs/libgme/VGMSOURCES)
+VGMLIB_OBJ := $(call c2obj, $(VGMLIB_SRC))
+OTHER_SRC += $(VGMLIB_SRC)
+
+$(VGMLIB): $(VGMLIB_OBJ)
+ $(SILENT)$(shell rm -f $@)
+ $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null