XCOMM #######################################################################
XCOMM
XCOMM                        Imakefile for tycoon-1.06
XCOMM
XCOMM Permission hereby granted to use and change this software, and make
XCOMM derivative works based on this code, as long as it mentions initial
XCOMM authors - Roman Mitnitski (mitnits@shani.net) and Vladimir Lobak
XCOMM (vels@spider.cs.biu.ac.il).
XCOMM
XCOMM ROMAN MITNITSKI AND VLADIMIR LOBAK MAKE NO WARRANTY OF ANY KIND 
XCOMM WITH REGARD TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE 
XCOMM IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
XCOMM PURPOSE.  Roman Mitnitski and Vladimir Lobak will not be liable 
XCOMM for errors contained herein or direct, indirect, special, incidental 
XCOMM or consequential damages in connection with the furnishing,
XCOMM performance, or use of this program.               
XCOMM
XCOMM
XCOMM                                            Last changed: 19/07/95
XCOMM #######################################################################

VERSION=1.06d
SRCS = wiconsh.c blip.c tycoon.c main.c
OBJS = wiconsh.o blip.o tycoon.o main.o
EXTRA_LIBRARIES  = -L/usr/local/lib -L/users/matar/interu/segel/mitnits/lib -lXpm 
EXTRA_INCLUDES  = -I/usr/local/include -I/users/matar/interu/segel/mitnits/lib -I.
EXTRA_DEFINES = -DVERSION=\"$(VERSION)\"
LDLIBS = $(EXTRA_LIBRARIES) $(XAWLIB) $(XMULIB) \
	$(XTOOLLIB) $(EXTENSIONLIB) $(XLIB)

ComplexProgramTarget(tycoon)
