#include <XView.tmpl>

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

#define InstallSrcs YES
LOCATION = examples/notice

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

MAKEFILE_SIMPLE = Makefile.customer
SRCS = notice.c simple_notice.c trigger_notice.c
INSTALL_SRCS = $(SRCS)
ALLFILES = $(MAKEFILE_SIMPLE) $(SRCS)

PROGRAMS= notice simple_notice trigger_notice

AllTarget($(PROGRAMS))

SingleProgramTarget(notice,notice.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(simple_notice,simple_notice.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(trigger_notice,trigger_notice.o,$(LOCAL_LIBRARIES), /**/)

#include <XView.prog>
