FreeCalypso > hg > freecalypso-tools
comparison target-utils/Makefile @ 455:bd465e30fc05
target-utils/Makefile: simtest added as non-installable
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Feb 2019 07:58:32 +0000 |
parents | 6b20d68a2a88 |
children | 9b7ce2023355 |
comparison
equal
deleted
inserted
replaced
454:daaab2701761 | 455:bd465e30fc05 |
---|---|
1 INSTPROGS= buzplayer calversion compalstage c139explore loadagent \ | 1 INSTPROGS= buzplayer calversion compalstage c139explore loadagent \ |
2 pirexplore | 2 pirexplore |
3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test flash-boot-wa helloapp \ | 3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test flash-boot-wa helloapp \ |
4 tf-breakin | 4 simtest tf-breakin |
5 LIBS= libbase libc libcommon libload libprintf libtiffs | 5 LIBS= libbase libc libcommon libload libprintf libtiffs |
6 SUBDIR= ${ALLPROGS} ${LIBS} | 6 SUBDIR= ${ALLPROGS} ${LIBS} |
7 | 7 |
8 default: ${INSTPROGS} | 8 default: ${INSTPROGS} |
9 all: ${ALLPROGS} | 9 all: ${ALLPROGS} |
14 calversion: libbase libc libcommon libprintf | 14 calversion: libbase libc libcommon libprintf |
15 flash-boot-test: libbase libc libcommon libprintf | 15 flash-boot-test: libbase libc libcommon libprintf |
16 helloapp: libbase libc libcommon libprintf | 16 helloapp: libbase libc libcommon libprintf |
17 loadagent: libbase libc libcommon libload libprintf | 17 loadagent: libbase libc libcommon libload libprintf |
18 pirexplore: libbase libc libcommon libprintf libtiffs | 18 pirexplore: libbase libc libcommon libprintf libtiffs |
19 simtest: libbase libc libcommon libprintf | |
19 | 20 |
20 ${SUBDIR}: FRC | 21 ${SUBDIR}: FRC |
21 cd $@; ${MAKE} ${MFLAGS} | 22 cd $@; ${MAKE} ${MFLAGS} |
22 | 23 |
23 install: FRC | 24 install: FRC |