comparison utils/Makefile @ 7:dc1554b7dfb8

themwi-check-own compiles in the new model
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Dec 2023 03:33:51 +0000
parents 2729f94f38fb
children 0b4d54289ef3
comparison
equal deleted inserted replaced
6:1e548c7a24a1 7:dc1554b7dfb8
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 -I../build-inc 2 CFLAGS= -O2 -I../build-inc
3 PROGS= themwi-dump-numdb themwi-update-numdb 3 PROGS= themwi-check-own 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-check-own: themwi-check-own.o ${LIBNUMDB} ${LIBUTIL}
10 ${CC} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL}
8 11
9 themwi-dump-numdb: themwi-dump-numdb.c 12 themwi-dump-numdb: themwi-dump-numdb.c
10 ${CC} ${CFLAGS} -o $@ $@.c 13 ${CC} ${CFLAGS} -o $@ $@.c
11 14
12 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} 15 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL}