comparison 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
comparison
equal deleted inserted replaced
9:b6331ae4eea9 10:2c022e0334c4
1 CC= gcc
2 CFLAGS= -O2
3 OBJS= gsm7_encode.o gsm7_encode_table.o hexstdin.o hexstr.o number_encode.o 1 OBJS= gsm7_encode.o gsm7_encode_table.o hexstdin.o hexstr.o number_encode.o
4 LIB= libutil.a 2 LIB= libutil.a
3
4 include ../config.defs
5 5
6 all: ${LIB} 6 all: ${LIB}
7 7
8 ${LIB}: ${OBJS} 8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS} 9 ar rcu $@ ${OBJS}