2005-10-19 22:00:35 -04:00
|
|
|
top_builddir=../..
|
|
|
|
include $(top_builddir)/Makefile.config
|
2005-09-15 09:58:31 -04:00
|
|
|
|
2005-09-27 16:49:47 -04:00
|
|
|
SUBDIRS-$(CONFIG_CSS) += css
|
2005-12-28 08:05:14 -05:00
|
|
|
SUBDIRS-$(CONFIG_DOM) += dom
|
2016-12-11 10:52:44 -05:00
|
|
|
SUBDIRS-$(CONFIG_LIBDOM) += libdom
|
2005-09-15 09:58:31 -04:00
|
|
|
|
2005-09-27 16:49:47 -04:00
|
|
|
SUBDIRS = html plain
|
2005-09-15 09:58:31 -04:00
|
|
|
|
2007-08-28 15:05:00 -04:00
|
|
|
OBJS = docdata.o document.o format.o forms.o options.o refresh.o renderer.o
|
2005-09-15 23:09:08 -04:00
|
|
|
|
2005-10-19 19:11:47 -04:00
|
|
|
include $(top_srcdir)/Makefile.lib
|