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