FreeCalypso > hg > ice1-trau-tester
comparison Makefile @ 36:e4a0b4a61649
top Makefile: add pcm-br
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 28 Aug 2024 05:02:29 +0000 |
parents | cd7448724d74 |
children | 26c9535df39e |
comparison
equal
deleted
inserted
replaced
35:499d065ee591 | 36:e4a0b4a61649 |
---|---|
1 PROGDIR=abis ater pcm | 1 PROGDIR=abis 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 | 8 abis: libutil |
9 ater: libutil | 9 ater: libutil |
10 pcm: libutil | 10 pcm: libutil |
11 pcm-br: libutil | |
11 | 12 |
12 ${SUBDIR}: FRC config.defs | 13 ${SUBDIR}: FRC config.defs |
13 cd $@; ${MAKE} ${MFLAGS} | 14 cd $@; ${MAKE} ${MFLAGS} |
14 | 15 |
15 config.defs: | 16 config.defs: |