FreeCalypso > hg > freecalypso-tools
view rvinterf/Makefile @ 62:2dd9dbe3f4a7
rvinterf tree: exitcodes.h moved from etmsync to include
so that the same exit code convention can be used in fc-shell and fc-tmsh
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 26 Oct 2016 21:36:07 +0000 |
parents | e7502631a0f9 |
children | a46a68500517 |
line wrap: on
line source
PROGDIR=asyncshell ctracedec etmsync lowlevel tmsh LIBDIR= libasync libg23 SUBDIR= ${PROGDIR} ${LIBDIR} all: ${SUBDIR} asyncshell: libasync libg23 lowlevel: libg23 tmsh: libasync ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done install: FRC for i in ${PROGDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done FRC: