makefile

来自「UAV 自动驾驶的」· 代码 · 共 47 行

TXT
47
字号
#!/usr/bin/make# $Id: Makefile,v 2.0 2002/09/22 02:07:31 tramm Exp $#BINS		=							\	heli-stick							\	calibrate							\TESTS		=							\LIBS		=							\	libjoystick							\## Joystick processing library#libjoystick.srcs	=						\	joystick.c							\	trainer.c							\## calibrate reads the stick and write the configuration file for# heli-stick#calibrate.srcs	=							\	calibrate.c							\calibrate.libs	=							\	libjoystick.a							\## heli-stick reads the joystick and writes commands to the simulator#heli-stick.srcs	=							\	heli-stick.c							\heli-stick.libs	=							\	libjoystick.a							\	libstate.a							\include ../Makefile.common

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?