继续翻译

We split each long line into two lines using backslash-newline; this is
like using one long line, but is easier to read.      To use this makefile to create the executable file called `edit',
type:  make    To use this makefile to delete the executable file and all the object
files from the directory, type:  make clean   

我们用 \ 把一个长的行分割成两行,这和一行没有区别,只是更容易读。

如果需要用这个makefile来生成一个可执行文件 edit, 键入:

make

如果需要用这个makefile来删除可执行文件和所有的目标文件,键入:

make clean

后文待续

转载于:https://www.cnblogs.com/gaojian/archive/2012/09/12/2681883.html

GNU make manual 翻译(十二)相关推荐

  1. GNU make manual 翻译( 一百二十四)

    继续翻译 Note that such a prerequisite constitutes mentioning `main.o' in a makefile, so it can never be ...

  2. GNU make manual 翻译( 一百二十一)

    继续翻译 4.13 Double-Colon Rules =======================Double-colon rules are explicit rules written wi ...

  3. GNU make manual 翻译(二十六)

    继续翻译 复制代码 2.6 Another Style of Makefile                         =============================       ...

  4. GNU make manual 翻译(八十二)

    继续翻译 4.4 Using Wildcard Characters in File Names =========================================== A singl ...

  5. GNU make manual 翻译( 一百六十二)

    继续翻译 6.5 Setting Variables =====================To set a variable from the makefile, write a line st ...

  6. GNU make manual 翻译( 一百八十二)

    继续翻译 `ifdef VARIABLE-NAME' The `ifdef' form takes the _name_ of a variable as its argument, not a re ...

  7. GNU make manual 翻译(四十二)

    继续翻译 When `make' processes an `include' directive, it suspends reading of the containing makefile an ...

  8. GNU make manual 翻译( 一百四十九)

    继续翻译 5.7.4 The `--print-directory' Option ------------------------------------If you use several lev ...

  9. GNU make manual 翻译( 一百五十五)

    继续翻译 6.2 The Two Flavors of Variables ================================There are two ways that a vari ...

最新文章

  1. 给jqGrid数据行添加修改和删除操作链接
  2. android电源驱动程序,[转]Android虚拟电源管理驱动
  3. 谈谈基于OAuth 2.0的第三方认证 [上篇]
  4. 基于element-ui实现table可配置化
  5. C++迭代器的使用和操作总结
  6. 这些Python好书,助你开发一臂之力
  7. 给Oracle 11g Interval分区进行重命名
  8. JSON.toJSONString
  9. N个数依次入栈,出栈顺序有多少种?
  10. 酷派删除android系统软件,【玩机教程】酷派手机root后不可删除系统自带程序+组件中英对照...
  11. 一步一步写算法(之合并排序)
  12. python之decorator理解
  13. 如何理解 if __name__ == “__main__“:
  14. js控制layui radio button选中
  15. 诗歌之美与诗意之存在
  16. symbian塞班系统支持格式
  17. js 用 querySelectorAll 提取文本格再式化输出
  18. 大数据加工的方法,主要分为哪几种?
  19. 沙尔克04和ajax,昔日德甲劲旅沦为保级球队,沙尔克04和云达不来梅到底怎么了?...
  20. LINUX时间格式查看

热门文章

  1. 会声会影如何调整素材的运行速度?
  2. 【IoT】产品设计:用实际案例,手把手教你写BRD(商业需求文档)
  3. Matlab—绘图保存为视频VideoWrite()函数用法与自定义视频尺寸
  4. 作业总结:磨皮滤镜(双边滤波bilateralFilter)代码实现
  5. 【应用】SpringBoot -- Webflux + R2DBC 操作 MySQL
  6. 机械零件表面粗糙度的选择
  7. android双系统切换软件,双系统如何进行切换?
  8. 计算机玩游戏不能全屏,教您笔记本电脑玩游戏不能全屏怎么解决
  9. Android Studio Cmake升级至最新版本
  10. centos安装部署Swarm Bee V0.5.3教程