FreeCalypso > hg > ice1-trau-tester
view libhr/Makefile @ 43:55f02d4aee79
top Makefile: add ater8
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 30 Aug 2024 19:04:57 +0000 |
parents | e1eabf554a75 |
children |
line wrap: on
line source
OBJS= pack_frame.o paramval_common.o paramval_dec.o LIB= libhr.a include ../config.defs CPPFLAGS=${OSMO_INCLUDE} all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs