comparison utils/Makefile @ 5:2729f94f38fb

themwi-dump-numdb compiles in the new model
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Dec 2023 02:53:27 +0000
parents 5bf2648e5413
children dc1554b7dfb8
comparison
equal deleted inserted replaced
4:b280d93e8bc1 5:2729f94f38fb
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 -I../build-inc 2 CFLAGS= -O2 -I../build-inc
3 PROGS= themwi-update-numdb 3 PROGS= themwi-dump-numdb themwi-update-numdb
4 LIBNUMDB=../libnumdb/libnumdb.a 4 LIBNUMDB=../libnumdb/libnumdb.a
5 LIBUTIL=../libnumutil/libnumutil.a 5 LIBUTIL=../libnumutil/libnumutil.a
6 6
7 all: ${PROGS} 7 all: ${PROGS}
8
9 themwi-dump-numdb: themwi-dump-numdb.c
10 ${CC} ${CFLAGS} -o $@ $@.c
8 11
9 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} 12 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL}
10 ${CC} -o $@ $@.o ${LIBUTIL} 13 ${CC} -o $@ $@.o ${LIBUTIL}
11 14
12 clean: 15 clean: