A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 21 lines 744 B view raw
1# __________ __ ___. 2# Open \______ \ ____ ____ | | _\_ |__ _______ ___ 3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6# \/ \/ \/ \/ \/ 7# $Id$ 8# 9 10CLOCKSRCDIR := $(APPSDIR)/plugins/clock 11CLOCKBUILDDIR := $(BUILDDIR)/apps/plugins/clock 12 13ROCKS += $(CLOCKBUILDDIR)/clock.rock 14 15CLOCK_SRC := $(call preprocess, $(CLOCKSRCDIR)/SOURCES) 16CLOCK_OBJ := $(call c2obj, $(CLOCK_SRC)) 17 18# add source files to OTHER_SRC to get automatic dependencies 19OTHER_SRC += $(CLOCK_SRC) 20 21$(CLOCKBUILDDIR)/clock.rock: $(CLOCK_OBJ)