/*
 * Jmakefile for samples
 */

Initialize(PERL5,$perlpath)
AllTarget(Sample)

SAMPLEHDRS = Array.h			\
		Block.h			\
		Tables.h		\
		Vector.h		\
		MaskArrMath.h		\
		MaskedArray.h		\
		Tables/ArrColDesc.h	\
		Tables/ArrayColumn.h	\
		Tables/ColumnDesc.h	\
		Tables/ScaColDesc.h	\
		Tables/ScalarColumn.h	\
		Tables/StManAipsIO.h	\
		Tables/StManKarma.h	\
		Tables/SubTabDesc.h	\
		Tables/Table.h		\
		Tables/TableColumn.h	\
		Tables/TableDesc.h	\
		Tables/TableKeywords.h

Sample: ../cxx2html $(SAMPLEHDRS)
	$(PERL5) -I.. ../cxx2html -copy Copyright.html -rel $(SAMPLEHDRS)
	@echo " "
	@echo "Please, look at 'sample/Tables.html' in Mosaic or an equivalent"
	@echo "browser for an example of the output from this script..."
	@echo " "
