2005-10-20 04:00:35 +02:00
|
|
|
top_builddir=../..
|
|
|
|
include $(top_builddir)/Makefile.config
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2005-09-27 22:49:47 +02:00
|
|
|
SUBDIRS-$(CONFIG_CSS) += css
|
2005-12-28 14:05:14 +01:00
|
|
|
SUBDIRS-$(CONFIG_DOM) += dom
|
2021-07-09 17:52:15 +02:00
|
|
|
SUBDIRS-$(CONFIG_XML) += xml
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2021-07-01 20:18:29 +02:00
|
|
|
SUBDIRS = gemini html plain
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2022-07-31 16:44:11 +02:00
|
|
|
OBJS = docdata.o document.obj format.o forms.o options.o refresh.o renderer.obj
|
2005-09-16 05:09:08 +02:00
|
|
|
|
2005-10-20 01:11:47 +02:00
|
|
|
include $(top_srcdir)/Makefile.lib
|