FreeCalypso > hg > themwi-system-sw
comparison Makefile @ 252:e24a984ab7c9
top Makefile: retire original libnumdb
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 14 Aug 2023 23:45:06 -0800 |
parents | df2726b88034 |
children | aab047d9efcb |
comparison
equal
deleted
inserted
replaced
251:df2726b88034 | 252:e24a984ab7c9 |
---|---|
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 smpp-send \ | 4 PROGDIR=mgw mncc mtctest rtp-mgr sip-in sip-manual-out sip-out smpp-send \ |
5 smpp-trx-sa utils | 5 smpp-trx-sa utils |
6 LIBDIR= libnumdb libnumdb2 liboutrt librtpalloc libsip libutil | 6 LIBDIR= libnumdb2 liboutrt librtpalloc libsip libutil |
7 SUBDIR= ${PROGDIR} ${LIBDIR} | 7 SUBDIR= ${PROGDIR} ${LIBDIR} |
8 | 8 |
9 all: ${SUBDIR} | 9 all: ${SUBDIR} |
10 | 10 |
11 mgw: libutil | 11 mgw: libutil |