FreeCalypso > hg > ice1-trau-tester
comparison ater/Makefile @ 21:2ee910aa03c3
ater: implement TRAU frame filling
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jun 2024 09:20:54 +0000 |
parents | 5405c1573027 |
children | f49e57b0d1a2 |
comparison
equal
deleted
inserted
replaced
20:5405c1573027 | 21:2ee910aa03c3 |
---|---|
1 PROG= itt-ater-16 | 1 PROG= itt-ater-16 |
2 OBJS= main.o read_file.o read_ts.o record_ctrl.o subslot_rx.o tx_func.o \ | 2 OBJS= main.o out_frame.o read_file.o read_ts.o record_ctrl.o subslot_rx.o \ |
3 user_cmd.o | 3 tx_func.o user_cmd.o |
4 HDRS= globals.h read_file.h submux.h | 4 HDRS= globals.h out_frame.h read_file.h submux.h |
5 LIBUTIL=../libutil/libutil.a | 5 LIBUTIL=../libutil/libutil.a |
6 | 6 |
7 include ../config.defs | 7 include ../config.defs |
8 | 8 |
9 CPPFLAGS=${OSMO_INCLUDE} | 9 CPPFLAGS=${OSMO_INCLUDE} |