Home >  Term: makefile
makefile

(1) A text file that contains commands, which may include commands to do backups, set up build environments, or start execution of a program. Traditionally, makefiles specify the dependencies of target files on source files.
(2) In UNIX, a text file containing a list of an application's parts. The make utility uses makefiles to maintain application parts and dependencies.

0 0

Creator

  • Peteh
  •  (V.I.P) 14225 points
  • 100% positive feedback
© 2024 CSOFT International, Ltd.