#define IHaveSubdirs

SUBDIRS=doc lib #standalone

OBJS = version.o

DOBJS	=	htmlview.do \
			html.do

IHFILES	=	htmlview.ih \
			html.ih

NormalObjectRule()
NormalATKRule()

DynamicObject(htmlview,,)
DynamicMultiObject(html.do,html.o version.o,,)
InstallClassFiles($(DOBJS),$(IHFILES))
InstallDocs(ChangeLog,standalone/auis-html)

DependTarget()


distrib:
	@echo Building tar file...
	@tar -cf - README ChangeLog doc *.c *.ch lib Imakefile | compress >htmltext.tar.Z
