mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-13 08:01:17 +01:00
8 lines
109 B
Makefile
8 lines
109 B
Makefile
SUBDIRS = SAX Utils
|
|
if WANT_DOM
|
|
SUBDIRS += DOM
|
|
endif
|
|
if WANT_XPATH
|
|
SUBDIRS += Taggle XPath XSLT
|
|
endif
|
|
|