Add %LR and %LC to get at the current row and columm in skinned lists.
[maemo-rb.git] / lib / unwarminder / unwarminder.make
blobf570d49640624149d9f0cea2f9087704ce2929ae
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
9 UNWARM_DIR = $(ROOTDIR)/lib/unwarminder
10 UNWARM_SRC = $(call preprocess, $(UNWARM_DIR)/SOURCES)
11 UNWARM_OBJ := $(call c2obj, $(UNWARM_SRC))
13 OTHER_SRC += $(UNWARM_SRC)
15 UNWARMINDER = $(BUILDDIR)/lib/libunwarminder.a
17 INCLUDES += -I$(UNWARM_DIR)
19 $(UNWARMINDER): $(UNWARM_OBJ)
20 $(SILENT)$(shell rm -f $@)
21 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null