#
# Makefile
#


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

  OTHER_SRCS = teledesic teledesic_840 iridium mm globalstar gps \
		aries ellipso nuonce ico skybridge odyssey leqo \
		movie gps.tle visual.tle geo.tle

all:

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

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



	