# SCCS ID : @(#)Imakefile 1.1 9/12/90 # # Imakefile - Imakefile for xengine # # Author: Kazuhiko Shutoh, 1990. # # Permission to use, copy, modify and distribute without charge this # software, documentation, images, etc. is granted, provided that this # comment and the author's name is retained. The author assumes no # responsibility for lost sleep as a consequence of use of this software. # # Send any comments, bug reports, etc. to: shutoh@isl.yamaha.JUNET or, # for oversea: shutoh%isl.yamaha.JUNET%kddlab@uunet.uu.net # INCLUDES = -I$(TOP)/X11 LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) SYS_LIBRARIES = -lm SRCS = xengine.c OBJS = xengine.o ComplexProgramTarget(xengine)