XCOMM Imakefile for xearth XCOMM XCOMM Copyright (C) 1989, 1990, 1993-1995, 1999 Kirk Lauritz Johnson XCOMM XCOMM Parts of the source code (as marked) are: XCOMM Copyright (C) 1989, 1990, 1991 by Jim Frost XCOMM Copyright (C) 1992 by Jamie Zawinski XCOMM XCOMM Permission to use, copy, modify and freely distribute xearth for XCOMM non-commercial and not-for-profit purposes is hereby granted XCOMM without fee, provided that both the above copyright notice and XCOMM this permission notice appear in all copies and in supporting XCOMM documentation. XCOMM XCOMM Unisys Corporation holds worldwide patent rights on the Lempel XCOMM Zev Welch (LZW) compression technique employed in the CompuServe XCOMM GIF image file format as well as in other formats. Unisys has XCOMM made it clear, however, that it does not require licensing or XCOMM fees to be paid for freely distributed, non-commercial XCOMM applications (such as xearth) that employ LZW/GIF XCOMM technology. Those wishing further information about licensing XCOMM the LZW patent should contact Unisys directly at XCOMM (lzw_info@unisys.com) or by writing to XCOMM XCOMM Unisys Corporation XCOMM Welch Licensing Department XCOMM M/S-C1SW19 XCOMM P.O. Box 500 XCOMM Blue Bell, PA 19424 XCOMM XCOMM The author makes no representations about the suitability of XCOMM this software for any purpose. It is provided "as is" without XCOMM express or implied warranty. XCOMM XCOMM THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS XCOMM SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY XCOMM AND FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY XCOMM SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES XCOMM WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER XCOMM IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, XCOMM ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF XCOMM THIS SOFTWARE. DEFINES = SRCS = xearth.c dither.c extarr.c gif.c gifout.c mapdata.c \ markers.c ppm.c render.c resources.c scan.c sunpos.c \ x11.c OBJS = xearth.o dither.o extarr.o gif.o gifout.o mapdata.o \ markers.o ppm.o render.o resources.o scan.o sunpos.o \ x11.o DEPLIBS = $(DEPXTOOLLIB) $(DEPXLIB) LOCAL_LIBRARIES = $(XTOOLLIB) $(XLIB) SYS_LIBRARIES = -lm ComplexProgramTarget(xearth)