/*
 * Xview Sample Imakefile < Imakefile >
 *
 * multi-platform programing: Borland Graphics Interface for Xlib
 *
 * Copyright (c) 1992-94,95 Tokyo Denki Uniersity, Taiji Yamada
 */
#include "../config.h"

EXTRA_LOAD_FLAGS = -L/usr/openwin/lib -lm
EXTRA_INCLUDES = -I../sources/common -I../sources/x11 -I../sources/ps -I../sources/misc -I../graffit/sources -I/usr/openwin/include -UX_WCHAR
LOCAL_LIBRARIES = $(XBGILIB) $(XTOOLLIB) $(XPMLIB) -lxview -lolgx $(XLIB)

SRCS = sponge.c
OBJS = sponge.o

ComplexProgramTarget(sponge)
