comparison ater/Makefile @ 24:f49e57b0d1a2

ater: implement activ command
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Jun 2024 18:48:36 +0000
parents 2ee910aa03c3
children 2742dbea95f1
comparison
equal deleted inserted replaced
23:0d70444b5070 24:f49e57b0d1a2
1 PROG= itt-ater-16 1 PROG= itt-ater-16
2 OBJS= main.o out_frame.o read_file.o read_ts.o record_ctrl.o subslot_rx.o \ 2 OBJS= activate.o main.o out_frame.o read_file.o read_ts.o record_ctrl.o \
3 tx_func.o user_cmd.o 3 subslot_rx.o tx_func.o user_cmd.o
4 HDRS= globals.h out_frame.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