#include <XView.tmpl>

XCOMM ##########################################################################
XCOMM # Imakefile for oledit

#define HasInfoFiles NO

DEFINES = -DSTANDALONE
SYS_LIBRARIES =

INCLUDES = -I. -I$(HEADER_DEST) -I$(TOP)  $(XVCLIENTINCLUDES)
DEPLIBS = XViewClientDepLibs
LOCAL_LIBRARIES = XViewClientLibs

HEADERS = oledit.h
MANPAGES = oledit.man
SRCS = args.c config.c error.c event.c file_io.c find.c frame.c main.c menu.c \
       notify.c util.c
 
OBJS = args.o config.o error.o event.o file_io.o find.o frame.o main.o menu.o \
       notify.o util.o

ALLFILES = ${HEADERS} ${MANPAGES} ${SRCS}

ComplexProgramTarget(oledit)

#include <XView.prog>
