#
# Makefile - SaVi data directory. Run top-level Makefile instead.
#
# $Id: Makefile,v 1.5 2006/07/13 09:58:59 lloydwood Exp $


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

  OTHER_SRCS = aries.tcl atcontact.tcl celestri.tcl clarke.tcl draim-4.tcl \
		dmc.tcl ellipso.tcl galileo.tcl globalstar.tcl gps.tcl gs2.tcl \
		ico.tcl iridium-66.tcl leqo.tcl macrocell.tcl mm.tcl molnya.tcl \
		movie.tcl nuonce.tcl odyssey.tcl orbcomm.tcl orblink.tcl \
		quasi-geo.tcl sirius-radio.tcl skybridge-64.tcl spaceway-ngso.tcl \
		teledesic-288.tcl teledesic-840.tcl tundra.tcl \
		geo.tle gps.tle visual.tle


all:

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

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

