FreeCalypso > hg > ice1-trau-tester
view ater/Makefile @ 23:0d70444b5070
ater: more robust msgb handling in TRAU-UL output
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jun 2024 18:21:01 +0000 |
parents | 2ee910aa03c3 |
children | f49e57b0d1a2 |
line wrap: on
line source
PROG= itt-ater-16 OBJS= main.o out_frame.o read_file.o read_ts.o record_ctrl.o subslot_rx.o \ tx_func.o user_cmd.o HDRS= globals.h out_frame.h read_file.h submux.h LIBUTIL=../libutil/libutil.a include ../config.defs CPPFLAGS=${OSMO_INCLUDE} OSMO_LINK=${OSMO_LPATH} ${OSMO_RPATH} ${OSMO_LIBS} all: ${PROG} ${OBJS}: ${HDRS} ${PROG}: ${OBJS} ${LIBUTIL} ${CC} -o $@ ${OBJS} ${LIBUTIL} ${OSMO_LINK} install: mkdir -p ${DESTDIR}${bindir} install -c -m 755 ${PROG} ${DESTDIR}${bindir} clean: rm -f *.o ${PROG} errs