chimera/libhtmlw/Imakefile
2025-03-12 01:30:36 +09:00

17 lines
407 B
Plaintext

#include <../Common.tmpl>
DEFINES = -DISINDEX_SUBMIT $(XRELEASE) -DFAKE_EXPOSE
HEADERS = HTML.h HTMLP.h HTMLamp.h
SRCS = HTML.c HTMLformat.c HTMLimages.c HTMLlists.c \
HTMLparse.c HTMLwidgets.c HTML-PSformat.c DrawingArea.c
OBJS = HTML.o HTMLformat.o HTMLimages.o HTMLlists.o \
HTMLparse.o HTMLwidgets.o HTML-PSformat.o DrawingArea.o
NormalLibraryTarget(htmlw, $(OBJS))
DependTarget()
install.man::