#  ɽ  2ήǥdeepconv
#        ɥȥե륳ѥ Makefile
#
#    1998/09/20  
#        1999/06/14  
#
include	../Mkinclude

SRC	= docm.tex
TARGET	= ${SRC:.tex=.dvi}
PSFILE	= ${SRC:.tex=.ps}

DEPEND	= ${SRC} \
	  CDCOEF.tex \
	  CLDRAG.tex \
	  CLPHYS.tex \
	  CLVISC.tex \
	  CLWADV.tex \
	  CLWMID.tex \
	  DAINIT.tex \
	  FCLOSE.tex \
	  FLWRIT.tex \
	  FOPEN.tex \
	  NLVISC.tex \
	  PSETUP.tex \
	  SETCS2.tex \
	  SETCST.tex \
	  SETGRD.tex \
	  TSTEP.tex \
	  VBASIC.tex \
	  clenrg-nlv.tex \
	  clenrg.tex \
	  clflax.tex \
	  cllate.tex \
	  clpote.tex \
	  clqcrw.tex \
	  clqngtv.tex \
	  clqpote.tex \
	  clqrai.tex \
	  clqvap.tex \
	  cltpot.tex \
	  clturb.tex \
	  clwter.tex \
	  deftime.tex \
	  defval-tstep.tex \
	  defval.tex \
	  eqmotion.tex \
	  exparam.tex \
	  expmethod.tex \
	  gridsize.tex \
	  header.tex \
	  list.tex \
	  maindesc.tex \
	  mainflow.tex \
	  qconfirm.tex \
	  qconv.tex \
	  runnum.tex \
	  src.f \
	  temp \
	  tstepdesc.tex \
	  tstepflow.tex \
	  workarea.tex 

${TARGET}:${DEPEND}
	${LATEX} ${SRC} ; \
	${LATEX} ${SRC}

ps:
	${DVI2PS} ${TARGET} > ${PSFILE}

clean.all:clean clean.ps
	${RM} -f ${TARGET}

clean:
	${RM} -f *.aux *.log *.toc *~ core

clean.ps:
	${RM} -f ${PSFILE}

