FreeCalypso > hg > freecalypso-sw
comparison ffstools/Makefile @ 245:2dfd9cfa9df6
ffstools/Makefile added
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 27 Jan 2014 04:14:57 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 244:48a254ca4493 | 245:2dfd9cfa9df6 |
|---|---|
| 1 SUBDIR= tiffs-rd tiffs-wrappers | |
| 2 | |
| 3 all: ${SUBDIR} | |
| 4 | |
| 5 ${SUBDIR}: FRC | |
| 6 cd $@; ${MAKE} ${MFLAGS} | |
| 7 | |
| 8 clean: FRC | |
| 9 rm -f a.out core errs | |
| 10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
| 11 | |
| 12 install: FRC | |
| 13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done | |
| 14 | |
| 15 FRC: |
