annotate libtest/Makefile @ 534:516e84085a15

libgsmfr2 is now at version 2.1.0
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 20 Sep 2024 00:17:35 +0000
parents 4d2cccaeb4a7
children 0daaae66b3f6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
522
4d2cccaeb4a7 libtest: implement TW-TS-005 reader function
Mychaela Falconia <falcon@freecalypso.org>
parents: 453
diff changeset
1 OBJS= binreader.o parse_dlcap.o pcmwrite.o roberead.o robewrite.o tw5reader.o\
4d2cccaeb4a7 libtest: implement TW-TS-005 reader function
Mychaela Falconia <falcon@freecalypso.org>
parents: 453
diff changeset
2 wavrdhelp.o wavreader.o wavwriter.o
8
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 LIB= libtest.a
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4
453
19f1aa01ea10 new approach to config & build for ThemWi software
Mychaela Falconia <falcon@freecalypso.org>
parents: 155
diff changeset
5 include ../config.defs
19f1aa01ea10 new approach to config & build for ThemWi software
Mychaela Falconia <falcon@freecalypso.org>
parents: 155
diff changeset
6
8
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 all: ${LIB}
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 ${LIB}: ${OBJS}
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 ar rcu $@ ${OBJS}
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 ranlib $@
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 clean:
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 rm -f *.[oa] errs