head 1.4; access; symbols start:1.1.1.1 keithp:1.1.1; locks; strict; comment @# @; 1.4 date 2003.05.15.02.00.27; author cworth; state Exp; branches; next 1.3; 1.3 date 2003.05.14.21.04.22; author cworth; state Exp; branches; next 1.2; 1.2 date 2003.05.14.15.39.23; author cworth; state Exp; branches; next 1.1; 1.1 date 2003.04.29.21.21.58; author cworth; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.04.29.21.21.58; author cworth; state Exp; branches; next ; desc @@ 1.4 log @Added Hering illusion which has XrSetLineWidth @ text @ .SUFFIXES: .tex .dvi .aux .eps .fig .dia .ps .pdf .bib .bbl TOP=xr_ols2003 TEXFILES=$(TOP).tex \ abstract.tex \ introduction.tex \ api.tex all: $(TOP).ps $(TOP).pdf .PHONY: subdirs subdirs: @@${MAKE} -C figures ${MAKECMDGOALS} @@${MAKE} -C examples ${MAKECMDGOALS} FIGFILES:=$(wildcard *.fig) EPSFILES:=$(wildcard *.eps) EPSFILES+=$(FIGFILES:.fig=.eps) PDFFILES=$(EPSFILES:.eps=.pdf) .fig.eps: fig2dev -L eps $< >$@@ .fig.pdf: fig2dev -L pdf $< >$@@ .eps.pdf: epstopdf $< $(TOP).ps: $(TOP).dvi dvips -t letter -o $(TOP).ps $(TOP) $(TOP).dvi: $(TEXFILES) $(EPSFILES) subdirs latex $(TOP) || true bibtex $(TOP) || true latex $(TOP) || true latex $(TOP) $(TOP).pdf: $(TEXFILES) $(PDFFILES) pdflatex $(TOP) || true bibtex $(TOP) || true pdflatex $(TOP) || true pdflatex $(TOP) clean: subdirs rm -f *.aux *.dvi *.log rm -f $(TOP).ps $(TOP).pdf $(TOP).bbl $(TOP).blg @ 1.3 log @Added a couple of figures along with their example code @ text @d10 8 a31 2 all: $(TOP).ps $(TOP).pdf d35 1 a35 1 $(TOP).dvi: $(TEXFILES) $(EPSFILES) d47 1 a47 1 clean: @ 1.2 log @Added some tux figures to the (otherwise empty) introduction @ text @d7 2 a8 1 introduction.tex d27 1 a27 1 dvips -o $(TOP).ps $(TOP) @ 1.1 log @Initial revision @ text @d5 4 a8 1 TEXFILES=$(TOP).tex @ 1.1.1.1 log @Initial import of Xr paper for OLS 2003 @ text @@