1 2 3 4 5 6 7 8 9 10 11
if BUILD_JAVA DIR_J = java endif if BUILD_RUBY DIR_R = ruby endif SUBDIRS = $(DIR_J) $(DIR_R) DIST_SUBDIRS = java ruby