1 2 3 4 5 6 7 8 9 10 11
if compile_mysql_plugin mysql_dir=mySQL endif if compile_pgsql_plugin pgsql_dir=pqxx endif SUBDIRS = sqlite sqlite2 $(pgsql_dir) $(mysql_dir)