comparison target-utils/Makefile @ 769:f18db0f00ad8

target-utils: simagent application started
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 12 Mar 2021 06:40:24 +0000
parents 5fdc241dcc44
children 8aeb840bc25f
comparison
equal deleted inserted replaced
768:4e6837859c0b 769:f18db0f00ad8
1 INSTPROGS= buzplayer calversion compalstage c139explore dspdump \ 1 INSTPROGS= buzplayer calversion compalstage c139explore dspdump \
2 flash-boot-wa loadagent lunadrv pirexplore simtest 2 flash-boot-wa loadagent lunadrv pirexplore simagent 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 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
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 libprintf 19 loadagent: libbase libc libcommon libprintf
20 lunadrv: libbase libc libcommon libprintf 20 lunadrv: libbase libc libcommon libprintf
21 pirexplore: libbase libc libcommon libprintf libtiffs 21 pirexplore: libbase libc libcommon libprintf libtiffs
22 simagent: libbase libc libcommon libprintf
22 simtest: libbase libc libcommon libprintf 23 simtest: libbase libc libcommon libprintf
23 24
24 ${SUBDIR}: FRC 25 ${SUBDIR}: FRC
25 cd $@; ${MAKE} ${MFLAGS} 26 cd $@; ${MAKE} ${MFLAGS}
26 27