FreeCalypso > hg > freecalypso-tools
comparison target-utils/Makefile @ 658:0da2cf5a999c
target-utils: libload eliminated
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 03 Mar 2020 06:06:17 +0000 |
parents | a28e4ddd09a6 |
children | 39e7b3001946 |
comparison
equal
deleted
inserted
replaced
657:742c99c1ff52 | 658:0da2cf5a999c |
---|---|
1 INSTPROGS= buzplayer calversion compalstage c139explore dspdump \ | 1 INSTPROGS= buzplayer calversion compalstage c139explore dspdump \ |
2 flash-boot-wa loadagent pirexplore simtest | 2 flash-boot-wa loadagent pirexplore simtest |
3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin | 3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin |
4 LIBS= libbase libc libcommon libload libprintf libtiffs | 4 LIBS= libbase libc libcommon libprintf libtiffs |
5 SUBDIR= ${ALLPROGS} ${LIBS} | 5 SUBDIR= ${ALLPROGS} ${LIBS} |
6 | 6 |
7 INSTALL_PREFIX= /opt/freecalypso | 7 INSTALL_PREFIX= /opt/freecalypso |
8 | 8 |
9 default: ${INSTPROGS} | 9 default: ${INSTPROGS} |
14 c139-lldbg: libbase libc libcommon libprintf | 14 c139-lldbg: libbase libc libcommon libprintf |
15 calversion: libbase libc libcommon libprintf | 15 calversion: libbase libc libcommon libprintf |
16 dspdump: libbase libc libcommon libprintf | 16 dspdump: libbase libc libcommon libprintf |
17 flash-boot-test: libbase libc libcommon libprintf | 17 flash-boot-test: libbase libc libcommon libprintf |
18 helloapp: libbase libc libcommon libprintf | 18 helloapp: libbase libc libcommon libprintf |
19 loadagent: libbase libc libcommon libload libprintf | 19 loadagent: libbase libc libcommon libprintf |
20 pirexplore: libbase libc libcommon libprintf libtiffs | 20 pirexplore: libbase libc libcommon libprintf libtiffs |
21 simtest: libbase libc libcommon libprintf | 21 simtest: libbase libc libcommon libprintf |
22 | 22 |
23 ${SUBDIR}: FRC | 23 ${SUBDIR}: FRC |
24 cd $@; ${MAKE} ${MFLAGS} | 24 cd $@; ${MAKE} ${MFLAGS} |