FreeCalypso > hg > freecalypso-sw
view rvinterf/Makefile @ 963:d69d1e097b18
rvinterf: g23sh and fc-sendsp are being retired, absorbed into fc-shell
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 06 Nov 2015 22:52:25 +0000 |
parents | 3be5a1b4c91a |
children |
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: