#include <XView.tmpl> 

#if SharedLibXView
#define DoSharedLib YES
#endif
#include <Library.tmpl>

/**/###########################################################################
/**/# @(#)Imakefile	1.11 28 Jun 1993 SMI

#ifndef SubdirHasTextObjs
#define SubdirHasTextObjs YES
#endif
#ifndef SubdirHasDataObjs 
#define SubdirHasDataObjs YES
#endif
#ifndef SubdirHasPublicHeaders
#define SubdirHasPublicHeaders YES
#endif
#ifndef SubdirHasPrivateHeaders 
#define SubdirHasPrivateHeaders YES 
#endif


CFILES.ttysw.3         =
CFILES.ttysw.4         = tty_cb.c

OFILES.ttysw.3	= ${CFILES.ttysw.3:%.c=%.o}
OFILES.ttysw.4	= ${CFILES.ttysw.4:%.c=%.o}


HDRSPUBLIC=     ttysw.h        tty.h         termsw.h
HDRSPRIVATE=    charimage.h    charscreen.h  ttyansi.h       tty_impl.h   \
                term_impl.h

DATA_OBJS = tty_data.o term_data.o 

TEXT_OBJS =\
	cim_change.o   cim_size.o    csr_change.o    csr_init.o   \
	ttyansi.o      tty_gtty.o    tty_init.o      tty_ntfy.o   \
	tty_stty.o     ttytl.o       ttyselect.o     tty_main.o   \
	tty_menu.o     tty_mapkey.o  tty.o           tty_modes.o  \
	tty_es.o          term_ntfy.o     tty_compat.o \
	termsw.o         tty_newtxt.o ${OFILES.ttysw.XvI18nLevel}

SRCS =\
	cim_change.c   cim_size.c    csr_change.c    csr_init.c   \
	ttyansi.c      tty_gtty.c    tty_init.c      tty_ntfy.c   \
	tty_stty.c     ttytl.c       ttyselect.c     tty_main.c   \
	tty_menu.c     tty_mapkey.c  tty.c           tty_modes.c  \
	tty_es.c       tty_data.c    term_ntfy.c     tty_compat.c \
	termsw.c       term_data.c   tty_newtxt.c    ${CFILES.ttysw.XvI18nLevel}



LIBTARGET = xview

TARGETDIR = ../../lib${LIBTARGET}/
SOREV = $(SOXVIEWREV)

#include <XView.obj>
