ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit e7d4a70714211562320383e83eef334af33b3bfb
parent 8ecae9d6b0b92314eec7e9c7d017a5e40e8a28ae
Author: Jacob R. Edwards <n/a>
Date:   Tue, 22 Feb 2022 13:29:07 -0800

Update copyright information

Diffstat:
Maps/aps.c | 2+-
Maps/command.c | 2+-
Maps/find.c | 2+-
Maps/log.c | 2+-
Maps/main.c | 2+-
Maps/mkfile | 18+++++++-----------
Maps/queue.c | 2+-
Mlib/ap/client.c | 2+-
Mlib/ap/item.c | 2+-
9 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/aps/aps.c b/aps/aps.c @@ -1,5 +1,5 @@ /* - * Copyright 2021 Jacob R. Edwards + * Copyright 2021, 2022 Jacob R. Edwards * * ap -- audio player * diff --git a/aps/command.c b/aps/command.c @@ -1,5 +1,5 @@ /* - * Copyright 2021 Jacob R. Edwards + * Copyright 2021, 2022 Jacob R. Edwards * * ap -- audio player * diff --git a/aps/find.c b/aps/find.c @@ -1,5 +1,5 @@ /* - * Copyright 2021 Jacob R. Edwards + * Copyright 2021, 2022 Jacob R. Edwards * * ap -- audio player * diff --git a/aps/log.c b/aps/log.c @@ -1,5 +1,5 @@ /* - * Copyright 2021 Jacob R. Edwards + * Copyright 2021, 2022 Jacob R. Edwards * * ap -- audio player * diff --git a/aps/main.c b/aps/main.c @@ -1,5 +1,5 @@ /* - * Copyright 2021 Jacob R. Edwards + * Copyright 2021, 2022 Jacob R. Edwards * * ap -- audio player * diff --git a/aps/mkfile b/aps/mkfile @@ -1,24 +1,20 @@ -# Copyright 2021 Jacob R. Edwards +# Copyright 2021, 2022, 2022 Jacob R. Edwards name = aps src = aps.c arg.c asplit.c bug.c command.c find.c log.c main.c\ match.c player.c queue.c response.c split.c -obj = ${src:%.c=%.o} -lib = ap +lib = ../lib/ap/libap.a mk = ../mk cppflags = -I../include -ldflags = ${lib:%=-L../lib/%} -ldlibs = ${lib:%=-l%} +ldlibs = $lib all:V: $name +< $mk/config.mk +< $mk/prog.mk + main.h:VQ: # -$obj: mkfile config.h util.h ${obj:%.o=%.h} - -< $mk/config.mk -< $mk/clean.mk -< $mk/obj.mk -< $mk/prog.mk +$obj: mkfile config.h util.h ${obj:%.o=%.h} $lib diff --git a/aps/queue.c b/aps/queue.c @@ -1,5 +1,5 @@ /* - * Copyright 2021 Jacob R. Edwards + * Copyright 2021, 2022 Jacob R. Edwards * * ap -- audio player * diff --git a/lib/ap/client.c b/lib/ap/client.c @@ -1,5 +1,5 @@ /* - * Copyright 2021 Jacob R. Edwards + * Copyright 2021, 2022 Jacob R. Edwards * * ap -- audio player * diff --git a/lib/ap/item.c b/lib/ap/item.c @@ -1,5 +1,5 @@ /* - * Copyright 2021 Jacob R. Edwards + * Copyright 2021, 2022 Jacob R. Edwards * * ap -- audio player *