FreeCalypso > hg > freecalypso-tools
comparison rvinterf/Makefile @ 419:67d683a87b1d
rvinterf client refactoring: libinterf created
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sat, 27 Oct 2018 23:35:10 +0000 | 
| parents | dd5bab5156bf | 
| children | 8f3fe2d1fda5 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 418:cb3e8d080a23 | 419:67d683a87b1d | 
|---|---|
| 1 PROGDIR=asyncshell ctracedec etmsync lowlevel rvtat tmsh | 1 PROGDIR=asyncshell ctracedec etmsync lowlevel rvtat tmsh | 
| 2 LIBDIR= libasync libg23 | 2 LIBDIR= libasync libg23 libinterf | 
| 3 SUBDIR= ${PROGDIR} ${LIBDIR} | 3 SUBDIR= ${PROGDIR} ${LIBDIR} | 
| 4 | 4 | 
| 5 INCLUDE_INSTALL_DIR= /opt/freecalypso/include/rvinterf | 5 INCLUDE_INSTALL_DIR= /opt/freecalypso/include/rvinterf | 
| 6 | 6 | 
| 7 all: ${SUBDIR} | 7 all: ${SUBDIR} | 
| 8 | 8 | 
| 9 asyncshell: libasync libg23 | 9 asyncshell: libasync libg23 libinterf | 
| 10 etmsync: libinterf | |
| 10 lowlevel: libg23 | 11 lowlevel: libg23 | 
| 11 tmsh: libasync | 12 rvtat: libinterf | 
| 13 tmsh: libasync libinterf | |
| 12 | 14 | 
| 13 ${SUBDIR}: FRC | 15 ${SUBDIR}: FRC | 
| 14 cd $@; ${MAKE} ${MFLAGS} | 16 cd $@; ${MAKE} ${MFLAGS} | 
| 15 | 17 | 
| 16 clean: FRC | 18 clean: FRC | 
