With which program are the makefiles for linux created?
  • four
    text editor. or generated using automake, qmake, cmake and many others. - KoVadim
  • one
    Ruchenkami, ruchenkami and more preferably through vi - Barmaley
  • Through emacs is much more convenient. It understands the syntax Makefile (highlights). @ ivan31, do not be lazy, study make. This is a good programming language. - avp
  • one
    As there? .PHONY: love love: @echo not war - alexlz

2 answers 2

gedit, kate, nano, vim, emacs, Sublime text2, Eclipse etc.

Automatic creation - cmake. qmake

  • one
    There is still outdated imake - avp

The easiest way to do them is with the CMake build system. But this simplicity is relative, since the language used in it to describe the project is very peculiar. It will really just be only when you slightly get used to it.