FreeCalypso > hg > themwi-ota-tools
annotate libutil/Makefile @ 10:2c022e0334c4
convert to new ThemWi configure and build system
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 21 May 2024 01:03:40 +0000 |
parents | 86b4f288862d |
children |
rev | line source |
---|---|
6
86b4f288862d
libutil: functions for encoding MSISDN record
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
1 OBJS= gsm7_encode.o gsm7_encode_table.o hexstdin.o hexstr.o number_encode.o |
1 | 2 LIB= libutil.a |
3 | |
10
2c022e0334c4
convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents:
6
diff
changeset
|
4 include ../config.defs |
2c022e0334c4
convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents:
6
diff
changeset
|
5 |
1 | 6 all: ${LIB} |
7 | |
8 ${LIB}: ${OBJS} | |
9 ar rcu $@ ${OBJS} | |
10 ranlib $@ | |
11 | |
12 clean: | |
13 rm -f *.[oa] errs |