############################################################################### # perl is now using Makefile.PL not configure to generate its Makefiles, but # we still need to decide whether the recursive makes should descend into # the perl dir (so we still use MAYBE_FRAMEWORK_PERL) # python now has 2 subdirs, so it is easiest to always descend into python # and then do the conditional "to python or not to python" logic. ############################################################################### SUBDIRS = etc $(MAYBE_FRAMEWORK_CXX) $(MAYBE_FRAMEWORK_JAVA) python $(MAYBE_FRAMEWORK_PERL) DIST_SUBDIRS = C++ java python perl etc