comparison amrefr/Makefile @ 436:e80632ccb745

simplify test program Makefiles
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 08 May 2024 05:32:27 +0000
parents ba5031723ab6
children 3eadaef8b28f
comparison
equal deleted inserted replaced
435:9f354d2aea13 436:e80632ccb745
6 INSTBIN=/opt/freecalypso/bin 6 INSTBIN=/opt/freecalypso/bin
7 7
8 all: ${PROGS} 8 all: ${PROGS}
9 9
10 amrefr-tseq-enc: tseq-enc.o tseq-enc-common.o ${LIBEFR} ${LIBAMR} 10 amrefr-tseq-enc: tseq-enc.o tseq-enc-common.o ${LIBEFR} ${LIBAMR}
11 ${CC} ${CFLAGS} -o $@ tseq-enc.o tseq-enc-common.o ${LIBEFR} ${LIBAMR} 11 ${CC} ${CFLAGS} -o $@ $^
12 12
13 tseq-enc-common.o: ../efrtest/etsi-enc-common.c 13 tseq-enc-common.o: ../efrtest/etsi-enc-common.c
14 ${CC} ${CFLAGS} -c -o $@ $< 14 ${CC} ${CFLAGS} -c -o $@ $<
15 15
16 install: 16 install: