#include <XView.tmpl>

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

#define InstallSrcs YES
LOCATION = examples/frames

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

MAKEFILE_SIMPLE = Makefile.customer
SRCS = command_frame.c done_proc.c frame_color.c hdrs_n_footers.c popup.c \
	simple_frame.c subframe.c
INSTALL_SRCS = $(SRCS)
ALLFILES = $(MAKEFILE_SIMPLE) $(SRCS)

PROGRAMS= command_frame done_proc frame_color hdrs_n_footers popup \
        simple_frame subframe

AllTarget($(PROGRAMS))

SingleProgramTarget(command_frame,command_frame.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(done_proc,done_proc.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(frame_color,frame_color.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(hdrs_n_footers,hdrs_n_footers.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(popup,popup.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(simple_frame,simple_frame.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(subframe,subframe.o,$(LOCAL_LIBRARIES), /**/)

#include <XView.prog>
