mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
11 lines
158 B
Makefile
11 lines
158 B
Makefile
SUBDIRS = CppUnit Utils SAX Taggle
|
|
if WANT_DOM
|
|
SUBDIRS += DOM
|
|
endif
|
|
if WANT_XPATH
|
|
SUBDIRS += XPath XSLT
|
|
endif
|
|
|
|
install:
|
|
echo "Nothing to install here"
|
|
|