FreeCalypso > hg > sms-coding-utils
comparison Makefile @ 29:aae078d9eaa6
immigrate sms-pdu-decode and pcm-sms-decode here
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Jun 2024 02:39:21 +0000 |
parents | 2a19b44c272e |
children |
comparison
equal
deleted
inserted
replaced
28:6e925aa54727 | 29:aae078d9eaa6 |
---|---|
1 PROGDIR=enc-text gen-pdu scripts | 1 PROGDIR=decode enc-text gen-pdu scripts |
2 LIBDIR= libcoding | 2 LIBDIR= libcoding |
3 SUBDIR= ${PROGDIR} ${LIBDIR} | 3 SUBDIR= ${PROGDIR} ${LIBDIR} |
4 DESTDIR= | 4 DESTDIR= |
5 | 5 |
6 all: ${SUBDIR} | 6 all: ${SUBDIR} |
7 | 7 |
8 decode: libcoding | |
8 enc-text: libcoding | 9 enc-text: libcoding |
9 gen-pdu: libcoding | 10 gen-pdu: libcoding |
10 | 11 |
11 ${SUBDIR}: FRC config.defs | 12 ${SUBDIR}: FRC config.defs |
12 cd $@; ${MAKE} ${MFLAGS} | 13 cd $@; ${MAKE} ${MFLAGS} |