FreeCalypso > hg > ice1-trau-tester
view libutil/Makefile @ 2:c03ec046471f
pcm: initial version compiles and links
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Jun 2024 08:35:46 +0000 |
parents | 570252e22630 |
children | 2ce0ed560a34 |
line wrap: on
line source
OBJS= open_ts.o LIB= libutil.a include ../config.defs CPPFLAGS=${OSMO_INCLUDE} all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs