What extension has a makefile
in the Hadoop Tutorial 2.2 - Running C ++ Programs on Hadoop article?
- 2@ ivan31 Empty. - Costantino Rupert
- @ Kotik_hochet_kushat, I saw in the project on with ++ Makefile.am Exactly empty? - ivan89
|
2 answers
The article in question is empty (Makefile).
|
Generally it can be any. Only then make you need to specify the file name through the -f
parameter. But so it is accepted that it is not. In general, in Linux file extension does not matter (in 99% of cases). A Makefile.am is the one with the "project" files for a real Makefile. It is used by the automake utility (and therefore am at the end).
|