当前位置:网站首页>makefile基础学习
makefile基础学习
2022-08-04 05:30:00 【Btobk】
Makefile 工程文件
严格的规则,格式
1.为什么需要makefile
1)工程的配置文件,工程管理,减少工作量,多个文件汇总到一个文件,只用执行make就行
2)Make命令依赖于makefile文件,否则会提示找不到规则
3)会告诉make命令如何编辑,如何执行代码
2.格式
目标:依赖
命令
命令前面有一个tab键
*hello:hello.c
gcc hello.c-o hello
在当前目录下需要有:hello.c,makefile
引入变量机制:cc = gcc,简化流程,防止以后改编译器
Hello:hello.c
$(cc) hello.c -o hello
3.自动变量
[email protected]:代表所有目标
$<:代表第一个依赖
$^:代表所有的依赖
cc = gcc
Hello:hello.c
$(cc) $^ -o [email protected]
4.隐式规则
vim makefile
使用make执行,【-f】可以指定文件(除默认文件)【v】,【n】,【s】,【w】,【C】【help】
【clean】清除
5.模式规则
可以全部编译,也可以指定一个文件进行编译
%类似余*,每一个.c,每一个.o
6.备注
之前的错了,我真的服了
边栏推荐
- 光条中心提取方法总结(二)
- 周志华机器学习
- 浅谈游戏音效测试点
- 在AWS-EC2中安装Minikube集群
- [Deep Learning 21 Days Learning Challenge] 1. My handwriting was successfully recognized by the model - CNN implements mnist handwritten digit recognition model study notes
- MNIST手写数字识别 —— 从零构建感知机实现二分类
- 审稿意见回复
- 深度学习理论 —— 初始化、参数调节
- 数据库的简述与常用操作指南
- tensorRT5.15 使用中的注意点
猜你喜欢
动手学深度学习_softmax回归
亚马逊云科技 Build On 2022 - AIot 第二季物联网专场实验心得
双向LSTM
[Deep Learning 21-Day Learning Challenge] 3. Use a self-made dataset - Convolutional Neural Network (CNN) Weather Recognition
Transformer
lstm pipeline 过程理解(输入输出)
【论文阅读】Exploring Spatial Significance via Hybrid Pyramidal Graph Network for Vehicle Re-identificatio
TensorFlow2 study notes: 6. Overfitting and underfitting, and their mitigation solutions
代码庆端午--粽你心意
Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers
随机推荐
MNIST手写数字识别 —— 基于Mindspore快速构建感知机实现十分类
图像形变(插值方法)
Copy攻城狮5分钟在线体验 MindIR 格式模型生成
Golang environment variable settings (2)--GOMODULE & GOPROXY
Thoroughly understand box plot analysis
浅谈外挂常识和如何防御
Linear Regression 02---Boston Housing Price Prediction
Transformer
腾讯、网易纷纷出手,火到出圈的元宇宙到底是个啥?
如何用Pygame制作简单的贪吃蛇游戏
0, deep learning 21 days learning challenge 】 【 set up learning environment
空洞卷积
[Copy Siege Lion Log] Flying Pulp Academy Intensive Learning 7-Day Punch Camp-Study Notes
深度确定性策略梯度(DDPG)
pytorch学习-没掌握的点
【论文阅读】Anchor-Free Person Search
lstm pipeline 过程理解(输入输出)
DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better 图像去模糊
【CV-Learning】Object Detection & Instance Segmentation
【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记