#include <XView.tmpl>

XCOMM ##########################################################################
XCOMM # @(#)Imakefile 1.7 90/08/02 SMI
XCOMM # 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

MakeDirectories(install,$(SRC_DEST)/examples/bin)
MakeDirectories(install.srcs,$(SRC_DEST)/$(LOCATION))
InstallExampleSrcs($(INSTALL_SRCS),$(MAKEFILE_SIMPLE),$(SRC_DEST)/$(LOCATION))
