XCOMM  -*- makefile -*- 
XCOMM -------------------------------------------------------------------- #
XCOMM  copyright (c) 1995 ipvr stuttgart, thomas harrer.
XCOMM  $Id: Imakefile,v 1.7 1995/05/27 11:06:58 thomas Exp $
XCOMM -------------------------------------------------------------------- #
XCOMM  Imakefile for libhtmlw.a
XCOMM  by thomas harrer
XCOMM -------------------------------------------------------------------- #
XCOMM  this software is free; you can redistribute it and/or modify it 
XCOMM  under terms similar to the gnu general public license (version 1 
XCOMM  or any later version published by the free software foundation). 
XCOMM  see the file licence for more details.
XCOMM
XCOMM  this program is distributed in the hope that it will be useful,
XCOMM  but without any warranty; without even the implied warranty of
XCOMM  merchantability or fitness for a particular purpose.  
XCOMM -------------------------------------------------------------------- #

COPT = 
LIBS = 
INCS = 
DEFS = 

CDEBUGFLAGS = 
HTMLWDEFS = -DMOTIF
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()






