FreeCalypso > hg > freecalypso-tools
view ffstools/Makefile @ 264:3b6e6b88a0c5
ffstools/aud-fcdev3b removed: migrated to the new fc-audio-config repository
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Fri, 20 Oct 2017 03:40:25 +0000 | 
| parents | f943c439ae5e | 
| children | f8eac2de9a5c | 
line wrap: on
 line source
SUBDIR= cal2text tiaud tiffs-rd tiffs-wrappers 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 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done FRC:
