FreeCalypso > hg > freecalypso-tools
view Makefile @ 143:daba926cc38a
ffstools/Makefile: cal2text added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 27 Feb 2017 03:38:07 +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: