FreeCalypso > hg > freecalypso-tools
diff 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 |
line wrap: on
line diff
--- a/rvinterf/Makefile Fri Oct 26 07:29:50 2018 +0000 +++ b/rvinterf/Makefile Sat Oct 27 23:35:10 2018 +0000 @@ -1,14 +1,16 @@ PROGDIR=asyncshell ctracedec etmsync lowlevel rvtat tmsh -LIBDIR= libasync libg23 +LIBDIR= libasync libg23 libinterf SUBDIR= ${PROGDIR} ${LIBDIR} INCLUDE_INSTALL_DIR= /opt/freecalypso/include/rvinterf all: ${SUBDIR} -asyncshell: libasync libg23 +asyncshell: libasync libg23 libinterf +etmsync: libinterf lowlevel: libg23 -tmsh: libasync +rvtat: libinterf +tmsh: libasync libinterf ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS}