FreeCalypso > hg > themwi-interim
comparison libutil/Makefile @ 1:b161dbfffdaa
include, libutil: port from old ThemWi
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 08 Jun 2024 23:06:53 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:214716b13c61 | 1:b161dbfffdaa |
---|---|
1 OBJS= dtmf_valid.o extdigits.o imsi_entry.o mncc_debug.o mncc_utils.o \ | |
2 sockinit.o | |
3 LIB= libutil.a | |
4 | |
5 include ../config.defs | |
6 | |
7 all: ${LIB} | |
8 | |
9 ${LIB}: ${OBJS} | |
10 ar rcu $@ ${OBJS} | |
11 ranlib $@ | |
12 | |
13 clean: | |
14 rm -f *.[oa] errs |