# 作成する実行ファイル名 bin_PROGRAMS = hello # 実行ファイルのソースコード hello_SOURCES = src/hello.cpp # C++コンパイラオプション test_CXXFLAGS = -g