1if ENABLE_OWPHP
2if ENABLE_PHP
3  OWNET_SUBDIRPHP = php
4endif
5endif
6
7if ENABLE_OWPYTHON
8if ENABLE_PYTHON
9  OWNET_SUBDIRPYTHON = python
10endif
11endif
12
13if ENABLE_OWPERL
14if ENABLE_PERL
15  OWNET_SUBDIRPERL = perl5
16endif
17endif
18
19if ENABLE_OWNETLIB
20  OWNET_SUBDIROWNETLIB = c
21endif
22
23SUBDIRS = $(OWNET_SUBDIROWNETLIB) $(OWNET_SUBDIRPHP) $(OWNET_SUBDIRPYTHON) $(OWNET_SUBDIRPERL)
24
25