comparison libutil/Makefile @ 1:e5527fc2050b

libutil: copy from ice1-trau-tester
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 29 Aug 2024 12:58:56 +0000
parents
children
comparison
equal deleted inserted replaced
0:06c795d4781d 1:e5527fc2050b
1 OBJS= open_ts.o stdin_handler.o
2 LIB= libutil.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