annotate libtest/Makefile @ 139:be57e06bed84

factor out common part of gsmfr-cvt-dlcap, in prep for EFR
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Dec 2022 07:03:55 +0000
parents 30d1d0a705c0
children 14b627682458
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 CC= gcc
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 CFLAGS= -O2
139
be57e06bed84 factor out common part of gsmfr-cvt-dlcap, in prep for EFR
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
3 OBJS= binreader.o parse_dlcap.o pcmwrite.o wavrdhelp.o wavreader.o wavwriter.o
8
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 LIB= libtest.a
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 all: ${LIB}
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 ${LIB}: ${OBJS}
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 ar rcu $@ ${OBJS}
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 ranlib $@
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 clean:
d5b888e6a05b libtest: add Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 rm -f *.[oa] errs