FreeCalypso > hg > ice1-trau-tester
comparison ater/Makefile @ 50:6ba4de500532
ater: implement edata switch for D144
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 24 Sep 2024 06:15:40 +0000 |
parents | 349fb785a414 |
children |
comparison
equal
deleted
inserted
replaced
49:40f781efdbe1 | 50:6ba4de500532 |
---|---|
1 PROG= itt-ater-16 | 1 PROG= itt-ater-16 |
2 OBJS= activate.o dbits.o main.o out_frame.o play_cmd.o read_file.o read_ts.o \ | 2 OBJS= activate.o d144.o dbits.o main.o out_frame.o play_cmd.o read_file.o \ |
3 record_ctrl.o subslot_rx.o tx_func.o user_cmd.o | 3 read_ts.o record_ctrl.o 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 |