FreeCalypso > hg > ice1-trau-tester
comparison libhr/Makefile @ 40:e1eabf554a75
libhr: small subset of WIP libgsmhr1
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 30 Aug 2024 16:41:56 +0000 |
parents | libutil/Makefile@2ce0ed560a34 |
children |
comparison
equal
deleted
inserted
replaced
39:1e83071186cf | 40:e1eabf554a75 |
---|---|
1 OBJS= pack_frame.o paramval_common.o paramval_dec.o | |
2 LIB= libhr.a | |
3 | |
4 include ../config.defs | |
5 | |
6 CPPFLAGS=${OSMO_INCLUDE} | |
7 | |
8 all: ${LIB} | |
9 | |
10 ${LIB}: ${OBJS} | |
11 ar rcu $@ ${OBJS} | |
12 ranlib $@ | |
13 | |
14 clean: | |
15 rm -f *.[oa] errs |