diff options
Diffstat (limited to 'apps/codecs/libmusepack/libmusepack.make')
| -rw-r--r-- | apps/codecs/libmusepack/libmusepack.make | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/apps/codecs/libmusepack/libmusepack.make b/apps/codecs/libmusepack/libmusepack.make deleted file mode 100644 index ac201c4..0000000 --- a/apps/codecs/libmusepack/libmusepack.make +++ /dev/null @@ -1,18 +0,0 @@ -# __________ __ ___. -# Open \______ \ ____ ____ | | _\_ |__ _______ ___ -# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -# \/ \/ \/ \/ \/ -# $Id$ -# - -# libmusepack -MUSEPACKLIB := $(CODECDIR)/libmusepack.a -MUSEPACKLIB_SRC := $(call preprocess, $(APPSDIR)/codecs/libmusepack/SOURCES) -MUSEPACKLIB_OBJ := $(call c2obj, $(MUSEPACKLIB_SRC)) -OTHER_SRC += $(MUSEPACKLIB_SRC) - -$(MUSEPACKLIB): $(MUSEPACKLIB_OBJ) - $(SILENT)$(shell rm -f $@) - $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null |