#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile 1.7 90/08/02 SMI
/**/# Imakefile for examples/color

#define InstallSrcs YES
LOCATION = examples/color

DEFINES = -DSTANDALONE $(XVCLIENTSYSDEFINES)
SYS_LIBRARIES =
INCLUDES = -I. -I$(HEADER_DEST) -I$(TOP)
DEPLIBS = XViewClientDepLibs
LOCAL_LIBRARIES = XViewClientLibs

MAKEFILE_SIMPLE = Makefile.customer
SRCS = animate.c color.c color_animate.c color_logo.c color_objs.c \
	color_panel.c example1.c example2.c example3.c example4.c x_draw.c
ICONS = cardback.icon
INSTALL_SRCS = $(SRCS) $(ICONS)
ALLFILES = $(MAKEFILE_SIMPLE) $(SRCS) $(ICONS)

PROGRAMS= animate color color_animate color_logo color_objs \
	color_panel example1 example2 example3 example4 x_draw

AllTarget($(PROGRAMS))

SingleProgramTarget(animate,animate.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(color,color.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(color_animate,color_animate.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(color_logo,color_logo.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(color_objs,color_objs.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(color_panel,color_panel.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(example1,example1.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(example2,example2.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(example3,example3.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(example4,example4.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(x_draw,x_draw.o,$(LOCAL_LIBRARIES), /**/)

#include <XView.prog>
