summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/librm/librm.make
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/librm/librm.make')
-rw-r--r--lib/rbcodec/codecs/librm/librm.make18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/librm/librm.make b/lib/rbcodec/codecs/librm/librm.make
new file mode 100644
index 0000000000..3c736abec9
--- /dev/null
+++ b/lib/rbcodec/codecs/librm/librm.make
@@ -0,0 +1,18 @@
1# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
7# $Id: librm.make 20151 2009-03-01 09:04:15Z amiconn $
8#
9
10# librm
11RMLIB := $(CODECDIR)/librm.a
12RMLIB_SRC := $(call preprocess, $(RBCODECLIB_DIR)/codecs/librm/SOURCES)
13RMLIB_OBJ := $(call c2obj, $(RMLIB_SRC))
14OTHER_SRC += $(RMLIB_SRC)
15
16$(RMLIB): $(RMLIB_OBJ)
17 $(SILENT)$(shell rm -f $@)
18 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null