#include "../../Imake.cds"

INCLUDES = -I/usr/include -I. -I../vimage

HEADERS = \
	CmLabel.h \
	CmLabelP.h \
	Tek.h \
	TekP.h \
	Tekparse.h \
	ltxo.h \
	ltxo_pri.h

SRCS = \
	CmLabel.c \
	Tek.c \
	TekPrsTbl.c \
	ltxo.c \
	ltxo_conv.c \
	ltxo_fill.c \
	ltxo_pri.c \
	ltxo_tbl.c

OBJS = \
	CmLabel.o \
	Tek.o \
	TekPrsTbl.o \
	ltxo.o \
	ltxo_conv.o \
	ltxo_fill.o \
	ltxo_pri.o \
	ltxo_tbl.o

NormalLibraryTarget(Cm, $(OBJS))
