comparison mtctest/Makefile @ 8:a902ccbf6bbc

mtctest: introduce general user command structure
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 09 Jun 2024 02:48:55 +0000
parents 33d8b3177540
children 395c56969bc4
comparison
equal deleted inserted replaced
7:d0b86b144577 8:a902ccbf6bbc
1 CPPFLAGS=-I${includedir} 1 CPPFLAGS=-I${includedir}
2 PROG= themwi-test-mtc 2 PROG= themwi-test-mtc
3 OBJS= disconnect.o main.o rtp_sink.o setup.o sig_handler.o sock_conn.o 3 OBJS= disconnect.o main.o rtp_sink.o setup.o sig_handler.o sock_conn.o \
4 user_cmd.o
4 LIBUTIL=../libutil/libutil.a 5 LIBUTIL=../libutil/libutil.a
5 6
6 include ../config.defs 7 include ../config.defs
7 8
8 all: ${PROG} 9 all: ${PROG}