FreeCalypso > hg > freecalypso-sw
comparison target-utils/Makefile @ 358:b39802cd9329
target-utils/Makefile: tf-breakin subdir added
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 15 May 2014 09:50:23 +0000 |
parents | 1b4beffc8055 |
children | 3164604a6c70 |
comparison
equal
deleted
inserted
replaced
357:22c6e39e1789 | 358:b39802cd9329 |
---|---|
1 FOR_LOADTOOLS= compalstage loadagent | 1 FOR_LOADTOOLS= compalstage loadagent |
2 ALLPROGS= ${FOR_LOADTOOLS} helloapp pirexplore | 2 ALLPROGS= ${FOR_LOADTOOLS} helloapp pirexplore tf-breakin |
3 LIBS= libcommon libload libprintf libtiffs | 3 LIBS= libcommon libload libprintf libtiffs |
4 SUBDIR= ${ALLPROGS} ${LIBS} | 4 SUBDIR= ${ALLPROGS} ${LIBS} |
5 | 5 |
6 default: ${FOR_LOADTOOLS} | 6 default: ${FOR_LOADTOOLS} |
7 all: ${ALLPROGS} | 7 all: ${ALLPROGS} |