XCOMM ------------------------------------------------------------
XCOMM Imakefile for libhtmlw
XCOMM Copyright (C) 1996-1998 Mutiny Bay Software
XCOMM ------------------------------------------------------------

COPT = 
LIBS = 
INCS = 
DEFS = 

CDEBUGFLAGS = 
HTMLWDEFS = -DMOTIF -DMOTIF1_2 -DMORE_ACCURATE
DEFINES = $(COPT) $(DEFS) $(INCS) $(HTMLWDEFS)
IMAKEFILE = Imakefile

SRCS = HTML-PSformat.c HTML.c HTMLformat.c HTMLimages.c HTMLjot.c \
       HTMLlists.c HTMLparse.c HTMLwidgets.c

HEADER = HTML.h HTMLP.h HTMLamp.h inkstore.h

OBJS = HTML-PSformat.o HTML.o HTMLformat.o HTMLimages.o HTMLjot.o\
       HTMLlists.o HTMLparse.o HTMLwidgets.o

NormalLibraryTarget(htmlw,$(OBJS))
DependTarget()






