#
# Makefile - savi oogl directory. Run top-level Makefile instead.
#
# $Id: Makefile,v 1.5 2005/02/02 12:35:44 lloydwood Exp $

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

   OTHER_SRCS = savi.oogl savilogo.oogl \
		stars_h.oogl stars.oogl \
		earth_h.oogl earth.oogl numesh.oogl Earth.ppm.Z \
		earth_vect_h.oogl earth.vect

all:

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

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

