mirror of
https://github.com/NishiOwO/chimera.git
synced 2025-04-21 08:34:39 +00:00
17 lines
407 B
Plaintext
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::
|