FreeCalypso > hg > freecalypso-tools
view Makefile @ 152:9a08c09a07c0
CHANGES: list the addition of TM3 and l1tm command support to fc-tmsh
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 05 Mar 2017 18:55:43 +0000 |
parents | 7cc2f2360922 |
children | da02ce0ac815 |
line wrap: on
line source
SUBDIR= ffstools loadtools miscutil rvinterf all: ${SUBDIR} ${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 mkdir -p /opt/freecalypso for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done if [ -d target-bin ]; then \ mkdir -p /opt/freecalypso/target-bin; \ install -c -m 644 target-bin/* /opt/freecalypso/target-bin; \ fi FRC: