#include <XView.tmpl>

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

#define InstallSrcs YES
LOCATION = examples/notifier

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

MAKEFILE_SIMPLE = Makefile.customer
SRCS = animate.c interpose.c notify.c notify_input.c ntfy_do_dis.c \
	ntfy_pipe.c ntfy_sig.c
INSTALL_SRCS = $(SRCS)
ALLFILES = $(MAKEFILE_SIMPLE) $(SRCS)

PROGRAMS= animate interpose notify notify_input ntfy_do_dis \
        ntfy_pipe ntfy_sig

AllTarget($(PROGRAMS))

SingleProgramTarget(animate,animate.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(interpose,interpose.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(notify,notify.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(notify_input,notify_input.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(ntfy_do_dis,ntfy_do_dis.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(ntfy_pipe,ntfy_pipe.o,$(LOCAL_LIBRARIES), /**/)
SingleProgramTarget(ntfy_sig,ntfy_sig.o,$(LOCAL_LIBRARIES), /**/)

#include <XView.prog>
