#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))
#ifdef HTML_STANDALONE_ENV
InstallDocs(ChangeLog,standalone/auis-html)
#endif

DependTarget()


