FreeCalypso > hg > freecalypso-sw
annotate rvinterf/Makefile @ 230:ffaa033e7643
tiffs IVA: find_inode_block() integrated
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Sun, 26 Jan 2014 00:34:22 +0000 | 
| parents | faa31a47f102 | 
| children | c146f38d2b5f | 
| rev | line source | 
|---|---|
| 186 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 1 SUBDIR= etm lowlevel | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 2 | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 3 all: ${SUBDIR} | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 4 | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 5 ${SUBDIR}: FRC | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 6 cd $@; ${MAKE} ${MFLAGS} | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 7 | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 8 clean: FRC | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 9 rm -f a.out core errs | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 11 | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 12 install: FRC | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 14 | 
| 
faa31a47f102
rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 15 FRC: | 
