d1e355de2c
59 files changed, 1691 insertions(+), 607 deletions(-) Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf. Creating an obparser library that obrender can use, the kernel can use, plugins can use, and ObConf and its plugins can use. (its just code for using libXml2)
15 lines
365 B
Makefile
15 lines
365 B
Makefile
SUBDIRS = po themes data render parser kernel plugins tools
|
|
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
|
|
|
|
doc:
|
|
$(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
|
|
|
|
distclean-local:
|
|
rm -f *\~ gmon.out .\#*
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
EXTRA_DIST = config.rpath mkinstalldirs INSTALL README \
|
|
COPYING AUTHORS CHANGELOG
|
|
|
|
.PHONY: doc
|