2005-12-28 08:05:14 -05:00
|
|
|
top_builddir=../..
|
|
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
|
|
|
|
SUBDIRS = css sgml
|
|
|
|
OBJS = node.o select.o stack.o scanner.o
|
|
|
|
|
2005-12-28 11:10:01 -05:00
|
|
|
SUBDIRS-$(CONFIG_DEBUG) += test
|
|
|
|
|
2005-12-28 08:05:14 -05:00
|
|
|
include $(top_srcdir)/Makefile.lib
|