#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile	1.6 1/7/92 SMI
/**/# Imakefile for examples/misc

#define InstallSrcs YES
LOCATION = examples/misc

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

MAKEFILE_SIMPLE = Makefile.customer
SRCS = fullscreen.c multi_display.c multiscreen.c screen.c \
	svrimage.c vkbd_fonts.c vkbd_colors.c type_to_string.c
ICONS = textdemo.icon
INSTALL_SRCS = $(SRCS) $(ICONS)
ALLFILES = $(MAKEFILE_SIMPLE) $(SRCS)

PROGRAMS= fullscreen multi_display multiscreen screen \ 
        svrimage vkbd_fonts vkbd_colors

AllTarget($(PROGRAMS))

SingleProgramTarget(fullscreen,fullscreen.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(multi_display,multi_display.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(multiscreen,multiscreen.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(screen,screen.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(svrimage,svrimage.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(vkbd_fonts,vkbd_fonts.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(vkbd_colors,vkbd_colors.o,$(LOCAL_LIBRARIES), /**/)

#include <XView.prog>
