view ffstools/Makefile @ 694:9edb7c07bb29
doc/High-speed-serial updated for libserial rename
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Wed, 11 Mar 2020 17:28:11 +0000 (2020-03-11) |
parents |
f2a040324509 |
children |
850bf712c1fc |
line source
CC= gcc
CFLAGS= -O2
SUBDIR= cal2text caltools newcomp tiaud tiffs-rd tiffs-wrappers
INSTALL_PREFIX= /opt/freecalypso
all: ${SUBDIR}
${SUBDIR}: FRC
cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}"
clean: FRC
rm -f a.out core errs
for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
install: FRC
for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} \
INSTALL_PREFIX=${INSTALL_PREFIX} install); done
FRC: