summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/libgbs.make
blob: 6661a4994f713eec51468599c9f1d8057256194a (plain)
1
2
3
4
5
6
7
8
9
10

# libgbs
GBSLIB := $(CODECDIR)/libgbs.a
GBSLIB_SRC := $(call preprocess, $(APPSDIR)/codecs/libgme/GBSSOURCES)
GBSLIB_OBJ := $(call c2obj, $(GBSLIB_SRC))
OTHER_SRC += $(GBSLIB_SRC)

$(GBSLIB): $(GBSLIB_OBJ)
	$(SILENT)$(shell rm -f $@)
	$(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null