# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $

help:
	@echo "USAGE: make (target)"
	@echo "  targets:  all analysis"

all: analysis.pdf
analysis: analysis.pdf

ANALYSIS = analysis.tex 

#       pics/Metadata.ps 
#       pics/earthrot.ps

analysis.pdf: $(ANALYSIS)

analysis.ps: $(ANALYSIS)

include ../Makefile.Common
