Backport d8a3871 - Update French by Amaury Pouly
[maemo-rb.git] / lib / unwarminder / unwarminder.make
blob5093156f54e23b00b6b8c1d0053759eeb437da7b
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
9 UNWARMLIB_DIR = $(ROOTDIR)/lib/unwarminder
10 UNWARMLIB_SRC = $(call preprocess, $(UNWARMLIB_DIR)/SOURCES)
11 UNWARMLIB_OBJ := $(call c2obj, $(UNWARMLIB_SRC))
13 OTHER_SRC += $(UNWARMLIB_SRC)
15 UNWARMLIB = $(BUILDDIR)/lib/libunwarminder.a
16 CORE_LIBS += $(UNWARMLIB)
18 INCLUDES += -I$(UNWARMLIB_DIR)
20 $(UNWARMLIB): $(UNWARMLIB_OBJ)
21 $(SILENT)$(shell rm -f $@)
22 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null