Makefile语法.docVIP

  • 21
  • 0
  • 约10.46万字
  • 约 62页
  • 2018-01-23 发布于四川
  • 举报
Introduction GNU make conforms to section 6.2 of IEEE Standard 1003.2-1992 (POSIX.2). A simple makefile consists of rules with the following shape: target ... : prerequisites ... command ... ... Note: we need to put a tab at the beginning of every command line! A makefile may contain other text besides rules, but a simple makefile need only contain rules. Rules may look somewhat more complicated than shown in this template, but all fit the pattern more or less. A simple example In this example, all the C files include defs.h, but only those defining editing commands include command.h, and

文档评论(0)

1亿VIP精品文档

相关文档