/* $Id: Imakefile,v 5.0 2001/04/07 20:01:00 dik Exp $ */ TOPDIR=../.. #include "Local.config" SRCS = \ xp-replay.c buttons.c OBJS = \ xp-replay.o buttons.o INCLUDES = -I../common -I../client DEPLIBS = $(DEPXLIB) #if !defined(sgiCCoptions) /* A hack that should mack everyone */ /* that doesn't have XLIBONLY. */ #if !defined(MultibufferExtension) /* On the other hand you need the */ /* EXTENSIONLIB sometimes, though ;) */ EXTENSIONLIB = DEPEXTENSIONLIB = #endif /* MultibufferExtension */ X_LIB = $(XLIB) #else X_LIB = $(XLIBONLY) #endif PROGRAMS = xp-replay ProgramTarget(xp-replay,,$(X_LIB) $(MATHLIB) $(EXTRALIB))