# -- NEVER EDIT THIS FILE : rather edit ../../tools/Template2.mk -- # 表題 Makefile for level 2 target genshou/venus # # 履歴 96/07/22 高木征弘, 林祥介, TOYODA Eizi # DIRALL= atmcomp circ cloud kansoku naibu press rad suji tansa temp wind all: makefiles @for i in $(DIRALL) ; do \ cd $$i ; \ echo "Making all in genshou/venus/$$i/" ; \ $(MAKE) all ; \ cd .. ; \ done figure: makefiles @for i in $(DIRALL) ; do \ cd $$i ; \ echo "Making figure in genshou/venus/$$i/" ; \ $(MAKE) figure; \ cd .. ; \ done dvi: makefiles @for i in $(DIRALL) ; do \ cd $$i ; \ echo "Making dvi in genshou/venus/$$i/" ; \ $(MAKE) dvi ; \ cd .. ; \ done ps: makefiles @for i in $(DIRALL) ; do \ cd $$i ; \ echo "Converting to ps genshou/venus/$$i/" ; \ $(MAKE) ps ; \ cd .. ; \ done lpr: makefiles ps @for i in $(DIRALL) ; do \ cd $$i ; \ echo "Printing genshou/venus/$$i.tex" ; \ $(MAKE) lpr ; \ cd .. ; \ done clean: makefiles clean.here @for i in $(DIRALL) ; do \ cd $$i ; \ echo "cleaning up in genshou/venus/$$i" ; \ $(MAKE) clean ; \ cd .. ; \ done clean.tex: makefiles clean.here @for i in $(DIRALL) ; do \ cd $$i ; \ echo "cleaning tex-trash in genshou/venus/$$i" ; \ $(MAKE) clean.tex ; \ cd .. ; \ done clean.ps: makefiles clean.here @for i in $(DIRALL) ; do \ cd $$i ; \ echo "cleaning ps in genshou/venus/$$i" ; \ $(MAKE) clean.ps ; \ cd .. ; \ done clean.fig: makefiles clean.here @for i in $(DIRALL) ; do \ cd $$i ; \ echo "gzip-ing figs in genshou/venus/$$i" ; \ $(MAKE) clean.fig ; \ cd .. ; \ done clean.dvi: makefiles clean.here @for i in $(DIRALL) ; do \ cd $$i ; \ echo "cleaning dvi in genshou/venus/$$i" ; \ $(MAKE) clean.dvi ; \ cd .. ; \ done clean.here: $(RM) *~ *.bak # このあとに下位 Makefile の依存関係 (makefiles:) が来る makefiles: atmcomp/Makefile circ/Makefile cloud/Makefile kansoku/Makefile naibu/Makefile press/Makefile rad/Makefile suji/Makefile tansa/Makefile temp/Makefile wind/Makefile atmcomp/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd atmcomp; ../../../tools/UpdateMk3.sh genshou/venus/atmcomp circ/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd circ; ../../../tools/UpdateMk3.sh genshou/venus/circ cloud/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd cloud; ../../../tools/UpdateMk3.sh genshou/venus/cloud kansoku/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd kansoku; ../../../tools/UpdateMk3.sh genshou/venus/kansoku naibu/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd naibu; ../../../tools/UpdateMk3.sh genshou/venus/naibu press/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd press; ../../../tools/UpdateMk3.sh genshou/venus/press rad/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd rad; ../../../tools/UpdateMk3.sh genshou/venus/rad suji/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd suji; ../../../tools/UpdateMk3.sh genshou/venus/suji tansa/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd tansa; ../../../tools/UpdateMk3.sh genshou/venus/tansa temp/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd temp; ../../../tools/UpdateMk3.sh genshou/venus/temp wind/Makefile: ../../tools/Template3.mk ../../tools/UpdateMk3.sh @cd wind; ../../../tools/UpdateMk3.sh genshou/venus/wind