FreeCalypso > hg > sms-coding-utils
comparison libcoding/Makefile @ 25:2a19b44c272e
convert to new ThemWi configure and build system
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 21 May 2024 01:59:17 +0000 |
parents | 5854e48d0ef7 |
children | c8cb05b69118 |
comparison
equal
deleted
inserted
replaced
24:f0139d74d3aa | 25:2a19b44c272e |
---|---|
1 CC= gcc | |
2 CFLAGS= -O2 | |
3 OBJS= alpha_addr.o check_high_bit.o gsm7_encode.o gsm7_encode2.o \ | 1 OBJS= alpha_addr.o check_high_bit.o gsm7_encode.o gsm7_encode2.o \ |
4 gsm7_encode_table.o gsm7_pack.o hexdigits.o hexout.o number_encode.o \ | 2 gsm7_encode_table.o gsm7_pack.o hexdigits.o hexout.o number_encode.o \ |
5 timestamp.o ucs2_bigend.o utf8_decode.o utf8_decode2.o | 3 timestamp.o ucs2_bigend.o utf8_decode.o utf8_decode2.o |
6 LIB= libcoding.a | 4 LIB= libcoding.a |
5 | |
6 include ../config.defs | |
7 | 7 |
8 all: ${LIB} | 8 all: ${LIB} |
9 | 9 |
10 ${LIB}: ${OBJS} | 10 ${LIB}: ${OBJS} |
11 ar rcu $@ ${OBJS} | 11 ar rcu $@ ${OBJS} |