FreeCalypso > hg > freecalypso-tools
view rvinterf/Makefile @ 266:f0662279848c
CHANGES: removal of ffstools/aud-fcdev3b is the first post-r7 change
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 20 Oct 2017 03:58:13 +0000 |
parents | a46a68500517 |
children | dd5bab5156bf |
line wrap: on
line source
PROGDIR=asyncshell ctracedec etmsync lowlevel tmsh LIBDIR= libasync libg23 SUBDIR= ${PROGDIR} ${LIBDIR} INCLUDE_INSTALL_DIR= /opt/freecalypso/include/rvinterf 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 mkdir -p ${INCLUDE_INSTALL_DIR} install -c -m 644 include/* ${INCLUDE_INSTALL_DIR} FRC: