Improved bitrev with approach suggested by Jens Arnold, gives 0.5%-1% speedup for...
[kugel-rb.git] / apps / codecs / libcook / libcook.make
blob07836913d7099d2d172d95d540f95c459377faf8
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id:$
10 # libcook
11 COOKLIB := $(CODECDIR)/libcook.a
12 COOKLIB_SRC := $(call preprocess, $(APPSDIR)/codecs/libcook/SOURCES)
13 COOKLIB_OBJ := $(call c2obj, $(COOKLIB_SRC))
14 OTHER_SRC += $(COOKLIB_SRC)
16 $(COOKLIB): $(COOKLIB_OBJ)
17 $(SILENT)$(shell rm -f $@)
18 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null