Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のプロジェクトには c++ ファイルと c ファイルが含まれており、autotools を使用してプロジェクトをビルドしたいと考えています。
だから私は作成しMakefile.amます。cppファイルとcファイルの両方を一緒に_SOURCE変数に入れることが可能かどうか疑問に思っています
Makefile.am
cpp
c
_SOURCE
myprogram_SOURCES = \ file1.c \ file2.c \ file3.cpp
はい、C および C++ ファイルを に追加できます_SOURCES。
_SOURCES