# -- NEVER EDIT THIS FILE : rather edit ../../../tools/Template3.mk -- # 表題 Makefile for 3rd level genshou/earth/housha # # 履歴 96/07/22 高木征弘, 林祥介, 豊田英司 # 96/08/02 豊田英司 # # このディレクトリおよび出来上がりの名前 # TARGET=housha include ../../../Mkinclude # # ただ make したとき # all: dvi clean.fig dvi: figure $(TARGET).dvi clean.tex $(TARGET).dvi: $(TARGET).tex $(JLATEX) $(TARGET).tex $(JLATEX) $(TARGET).tex clean.tex: $(RM) *~ *.bak *.ps *.aux *.idx *.log *.toc ps: $(TARGET).ps $(TARGET).ps: $(TARGET).dvi $(DVI2PS) $(TARGET).dvi > $(TARGET).ps lpr: $(TARGET).ps lpr -s $(TARGET).ps clean: clean.tex clean.ps clean.dvi clean.fig clean.ps: $(RM) $(TARGET).ps clean.dvi: $(RM) *.dvi figure: @for file in fig/*.ps.gz fig-prohibited/*.ps.gz ; do \ if [ -f $$file ] ; then \ echo $(GUNZIP) $$file ; \ $(GUNZIP) $$file ; \ fi ; \ done clean.fig: @for file in fig/*.ps fig-prohibited/*.ps ; do \ if [ -f $$file ] ; then \ echo $(GZIP) -f $$file ; \ $(GZIP) -f $$file ; \ fi ; \ done