XCOMM Imakefile for xearth
XCOMM RCS $Id: Imakefile,v 1.2 1993/07/23 05:19:29 tuna Exp $

             CC = gcc

           SRCS = xearth.c dither.c extarr.c gif.c gifout.c mapdata.c \
		  ppm.c sunpos.c x11.c
           OBJS = xearth.o dither.o extarr.o gif.o gifout.o mapdata.o \
		  ppm.o sunpos.o x11.o
        DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
  SYS_LIBRARIES = -lm

ComplexProgramTarget(xearth)
