if WANT_ALL_SAMPLES CPP_SAMPLES = Calculator BigBank PYTHON_SAMPLES = PythonCalculator RUBY_SAMPLES = RubyCalculator RubyBank endif if WANT_CPP_SAMPLES CPP_SAMPLES = Calculator BigBank endif if WANT_PYTHON_SAMPLES PYTHON_SAMPLES = PythonCalculator endif if WANT_RUBY_SAMPLES RUBY_SAMPLES = RubyCalculator RubyBank endif if WANT_PHP_SAMPLES endif SUBDIRS = ${CPP_SAMPLES} ${PYTHON_SAMPLES} ${RUBY_SAMPLES} ${PHP_SAMPLES} EXTRA_DIST = GettingStarted.html