#
# Makefile - SaVi maps directory. Run top-level Makefile instead.
#
# $Id: Makefile,v 1.1.1.1 2001/11/11 19:59:57 lloydwood Exp $

       SHELL = /bin/sh
          RM = /bin/rm -f

  OTHER_SRCS = world90W.sinu.pbm world90W.cyl.pbm

all:

clean:
	$(RM) *~ $(CLEAN_FILES)

tarfilelist::
	@srcs="Makefile $(SRCS) $(OTHER_SRCS)" ; \
	for i in $$srcs ; do \
	  echo "$(CURRENT_DIR)/$$i" >> $(TOP)/fileslist ; \
	done



	
