FreeCalypso > hg > themwi-system-sw
diff utils/Makefile @ 130:44dc809ffec0
themwi-update-out-routes utility written, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 06 Oct 2022 20:56:14 -0800 |
parents | ffb563a17f23 |
children | 5c7109183c8c |
line wrap: on
line diff
--- a/utils/Makefile Sun Oct 02 11:48:12 2022 -0800 +++ b/utils/Makefile Thu Oct 06 20:56:14 2022 -0800 @@ -1,7 +1,8 @@ CC= gcc CFLAGS= -O2 PROGS= sip-out-test sip-rx-test sip-udp-dump themwi-check-own \ - themwi-dump-numdb themwi-short-dial themwi-update-numdb + themwi-dump-numdb themwi-short-dial themwi-update-numdb \ + themwi-update-out-routes LIBNUMDB=../libnumdb/libnumdb.a LIBSIP= ../libsip/libsip.a LIBUTIL=../libutil/libutil.a @@ -30,6 +31,9 @@ themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} +themwi-update-out-routes: themwi-update-out-routes.o ${LIBUTIL} + ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} + install: install -c -o bin -g bin -m 755 ${PROGS} ${INSTBIN}