I just want to know what do I need to write in the Makefile.am to create a directory called build in the same directory where Makefile.am is.
I just want to know what do I need to write in the Makefile.am
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would need to write:
but you really do not want to do that. The source directory should be considered read-only. If you simply want to create a directory named build in the build directory, just do