Chinaunix

标题: makefile 文件都有什么内容? [打印本页]

作者: bjtubin    时间: 2003-01-27 11:39
标题: makefile 文件都有什么内容?
makefile 文件内容都管什么用?
请举例说明。
谢谢!!
作者: xuejm    时间: 2003-01-27 12:09
标题: makefile 文件都有什么内容?
摘录一段《GNU AutoConf,AutoMake and LibTool》书中关于Makefile的描述:
A 'Makefile' is a specification of dependencies between files and how to resolve those dependencies such that an overall goal, known as a target, can be reached. 'Makefile's are processed by the make utility.

看看吧。
作者: pguan    时间: 2003-01-29 09:45
标题: makefile 文件都有什么内容?
自己看看坛子里面的文章撒,有详细说明的
作者: liming707070    时间: 2003-02-04 13:30
标题: makefile 文件都有什么内容?
变量定义(可有可无)
目标:    依赖
    实现

proc:  proc.c
          cc -o proc proc.c
最简单的实现,当然,和一般的shell一样,一般有一些变量




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2