comparison Makefile @ 184:f8c40090a0a8

librtpalloc: new library for talking to themwi-rtp-mgr
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Mar 2023 23:48:14 -0800
parents 9ebd89257ae1
children 857d78c58f56
comparison
equal deleted inserted replaced
183:3962d9345a09 184:f8c40090a0a8
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 3
4 PROGDIR=mgw mncc mtctest rtp-mgr sip-in sip-manual-out sip-out utils 4 PROGDIR=mgw mncc mtctest rtp-mgr sip-in sip-manual-out sip-out utils
5 LIBDIR= libnumdb liboutrt libsip libutil 5 LIBDIR= libnumdb liboutrt librtpalloc libsip libutil
6 SUBDIR= ${PROGDIR} ${LIBDIR} 6 SUBDIR= ${PROGDIR} ${LIBDIR}
7 7
8 all: ${SUBDIR} 8 all: ${SUBDIR}
9 9
10 mgw: libutil 10 mgw: libutil