FreeCalypso > hg > freecalypso-sw
comparison target-utils/Makefile @ 378:3164604a6c70
install compalstage-*.bin and loadagent.srec from target-utils
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 09 Jun 2014 06:10:01 +0000 |
parents | b39802cd9329 |
children | 76149e0628ba |
comparison
equal
deleted
inserted
replaced
377:d148403013c0 | 378:3164604a6c70 |
---|---|
11 pirexplore: libcommon libload libprintf libtiffs | 11 pirexplore: libcommon libload libprintf libtiffs |
12 | 12 |
13 ${SUBDIR}: FRC | 13 ${SUBDIR}: FRC |
14 cd $@; ${MAKE} ${MFLAGS} | 14 cd $@; ${MAKE} ${MFLAGS} |
15 | 15 |
16 install: FRC | |
17 for i in ${FOR_LOADTOOLS}; do (cd $$i; ${MAKE} ${MFLAGS} install); done | |
18 | |
16 clean: FRC | 19 clean: FRC |
17 rm -f a.out core errs | 20 rm -f a.out core errs |
18 for i in ${SUBDIR}; do \ | 21 for i in ${SUBDIR}; do \ |
19 if [ -d $$i ]; then \ | 22 if [ -d $$i ]; then \ |
20 (cd $$i; ${MAKE} ${MFLAGS} clean) \ | 23 (cd $$i; ${MAKE} ${MFLAGS} clean) \ |