/* $Id: Imakefile,v 1.11 1994/04/19 11:38:45 kon Exp $ */
#include "../Canna.conf"

#if SystemV || SystemV4
SYS_LIBRARIES = -lcurses
#else
SYS_LIBRARIES = -ltermcap
#endif

    CANNAROOT = ..
INSTUGIDFLAGS = -m 4755 -o root
     CANNASRC = $(CANNAROOT)/lib/canna16
      DEFINES = -DCANNA -DJAPANESE $(SIGNAL_DEFINES)
     INCLUDES = -I$(CANNAROOT)/include

         SRCS = header.c printf.c termio.c termcap.c ttyfdslot.c setutmp.c \
		screen.c cursor.c jhlp.c xutoj.c canna.c
         OBJS = header.o printf.o termio.o termcap.o ttyfdslot.o setutmp.o \
		screen.o cursor.o jhlp.o xutoj.o canna.o

            TARGET = canuum

AllTarget($(TARGET))
NormalProgramTarget($(TARGET),$(OBJS),$(DEPCANNALIB16),$(CANNALIB16),)
InstallMultipleFlags($(TARGET),$(cannaBinDir),$(INSTUGIDFLAGS))
InstallManPage($(TARGET),$(cannaManDir))
DependTarget()
LintTarget()
