comparison mgw/Makefile @ 170:a6eb2de277f6

mgw: massive simplification for continuous RTP stream from BTS
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 20 Nov 2022 01:58:47 -0800
parents 8c28426abef0
children c985c33baeac
comparison
equal deleted inserted replaced
169:648a64b2e16b 170:a6eb2de277f6
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROG= themwi-mgw 3 PROG= themwi-mgw
4 OBJS= crcx.o ctrl_prot.o ctrl_sock.o dlcx.o dtmf_ctrl.o dtmf_init.o \ 4 OBJS= crcx.o ctrl_prot.o ctrl_sock.o dlcx.o dtmf_ctrl.o dtmf_init.o \
5 dtmf_table.o dtmf_timer.o g711_decode.o g711_encode.o gsm2pstn.o main.o\ 5 dtmf_table.o g711_decode.o g711_encode.o gsm2pstn.o main.o mdcx.o \
6 mdcx.o pstn2gsm.o readconf.o udpsink.o 6 pstn2gsm.o readconf.o udpsink.o
7 LIBS= ../libutil/libutil.a 7 LIBS= ../libutil/libutil.a
8 INSTBIN=/usr/local/bin 8 INSTBIN=/usr/local/bin
9 9
10 all: ${PROG} 10 all: ${PROG}
11 11