comparison Makefile @ 37:26c9535df39e

rm abis subdir: moved to e1-fake-trau repository The present code repository is meant to contain code for talking to a TRAU DUT, hence the name ice1-trau-tester. The different and separate function of talking to an E1 BTS (Abis instead of Ater, and in the opposite role) was never in scope for this project, but that code got added here in a haste when the InSite BTS arrived while the TRAU bring-up was still blocked. Now that we have our Nokia TCSM2 system working and are doing TRAU experiments, let's keep the code clean.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 29 Aug 2024 19:02:02 +0000
parents e4a0b4a61649
children 50a72d4ff498
comparison
equal deleted inserted replaced
36:e4a0b4a61649 37:26c9535df39e
1 PROGDIR=abis ater pcm pcm-br 1 PROGDIR=ater pcm pcm-br
2 LIBDIR= libutil 2 LIBDIR= libutil
3 SUBDIR= ${PROGDIR} ${LIBDIR} 3 SUBDIR= ${PROGDIR} ${LIBDIR}
4 DESTDIR= 4 DESTDIR=
5 5
6 all: ${SUBDIR} 6 all: ${SUBDIR}
7 7
8 abis: libutil
9 ater: libutil 8 ater: libutil
10 pcm: libutil 9 pcm: libutil
11 pcm-br: libutil 10 pcm-br: libutil
12 11
13 ${SUBDIR}: FRC config.defs 12 ${SUBDIR}: FRC config.defs