FreeCalypso > hg > ice1-trau-tester
comparison Makefile @ 31:cd7448724d74
top Makefile: add abis program subdir
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 13 Aug 2024 21:44:30 +0000 |
parents | 42373f9992cc |
children | e4a0b4a61649 |
comparison
equal
deleted
inserted
replaced
30:5dd30224b70a | 31:cd7448724d74 |
---|---|
1 PROGDIR=ater pcm | 1 PROGDIR=abis ater pcm |
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 ater: libutil | 9 ater: libutil |
9 pcm: libutil | 10 pcm: libutil |
10 | 11 |
11 ${SUBDIR}: FRC config.defs | 12 ${SUBDIR}: FRC config.defs |
12 cd $@; ${MAKE} ${MFLAGS} | 13 cd $@; ${MAKE} ${MFLAGS} |