FreeCalypso > hg > freecalypso-tools
view Makefile @ 206:70bb11ba7485
fc-tsid-shell (fc-cmu200d development aid) written
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sun, 14 May 2017 00:34:23 +0000 | 
| parents | 0518ed1d0dc8 | 
| children | d13ee4ef86c7 | 
line wrap: on
 line source
SUBDIR= ffstools loadtools miscutil rfcal ringtools 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:
