########################################################################
# Makefile generated from Makefile.SH on Sun Jun 15 19:28:21 EDT 1997

SHELL = /bin/sh
JMAKE = jmake
TOP = .
CURRENT = sample
DIR = sample/

########################################################################
# Parameters set by Configure -- edit config.sh if changes are needed

CTAGS = ctags
MAKE = make
MV = /bin/mv
RM = /bin/rm -f

########################################################################
# Automatically generated parameters -- do not edit

PERL5 = /usr/bin/perl

########################################################################
# Jmake rules for building libraries, programs, scripts, and data files
# $X-Id: Jmake.rules,v 3.0.1.2 1995/01/11 14:49:55 ram Exp $

########################################################################
# Start of Jmakefile

all:: Sample

local_realclean::
	$(RM) 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 " "

########################################################################
# Common rules for all Makefiles -- do not edit

emptyrule::

clean: local_clean
realclean: local_realclean
clobber: local_clobber

local_clean::
	$(RM) core *~ *.o

local_realclean:: local_clean
	$(RM) -r UU

local_clobber:: local_realclean
	$(RM) config.sh config.h
	$(RM) Makefile

Makefile.SH: Jmakefile
	-@if test -f $(TOP)/.package; then \
	if test -f Makefile.SH; then \
	echo "	$(RM) Makefile.SH~; $(MV) Makefile.SH Makefile.SH~"; \
	$(RM) Makefile.SH~; $(MV) Makefile.SH Makefile.SH~; \
	fi; \
	echo "	$(JMAKE) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT)" ; \
	$(JMAKE) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT) ; \
	else touch $@; exit 0; fi

Makefile: Makefile.SH
	/bin/sh Makefile.SH

tags::
	$(CTAGS) -w *.[ch]
	$(CTAGS) -xw *.[ch] > tags

local_clobber::
	$(RM) tags

########################################################################
# Empty rules for directories with no sub-directories -- do not edit

install::
	@echo "install in $(CURRENT) done."

deinstall::
	@echo "deinstall in $(CURRENT) done."

install.man::
	@echo "install.man in $(CURRENT) done."

deinstall.man::
	@echo "deinstall.man in $(CURRENT) done."

Makefiles::

Makefiles.SH::

