FreeCalypso > hg > gsm-codec-lib
comparison libtest/Makefile @ 453:19f1aa01ea10
new approach to config & build for ThemWi software
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 10 May 2024 05:45:46 +0000 |
parents | 9814041e8096 |
children | 4d2cccaeb4a7 |
comparison
equal
deleted
inserted
replaced
452:6e595f7d40e2 | 453:19f1aa01ea10 |
---|---|
1 CC= gcc | |
2 CFLAGS= -O2 | |
3 OBJS= binreader.o parse_dlcap.o pcmwrite.o roberead.o robewrite.o wavrdhelp.o\ | 1 OBJS= binreader.o parse_dlcap.o pcmwrite.o roberead.o robewrite.o wavrdhelp.o\ |
4 wavreader.o wavwriter.o | 2 wavreader.o wavwriter.o |
5 LIB= libtest.a | 3 LIB= libtest.a |
4 | |
5 include ../config.defs | |
6 | 6 |
7 all: ${LIB} | 7 all: ${LIB} |
8 | 8 |
9 ${LIB}: ${OBJS} | 9 ${LIB}: ${OBJS} |
10 ar rcu $@ ${OBJS} | 10 ar rcu $@ ${OBJS} |