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