makefile

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

TXT
50
字号
#!/usr/bin/make# $Id: Makefile,v 2.0 2002/09/22 02:07:31 tramm Exp $################################### All things that we will build#BINS		=							\	heli-sim							\LIBS		=							\	libsim								\#LDFLAGS		+= -pg## Our core simulation library#libsim.srcs	=							\	Heli.cpp							\	Servo.cpp							\	Blade.cpp							\	Gear.cpp							\	wind_model.cpp							\	wgs_model.cpp							\	Fin.cpp								\	FlatEarth.cpp							\	Forces.cpp							\NO=\	gravity_model.cpp						\	imu_model.cpp							\## heli-sim is the math model core that spawns the clients that# receive inertial state data and input flight control commands#heli-sim.srcs	=							\	heli-sim.cpp							\heli-sim.libs	=							\	libsim.a							\	libmat.a							\	libstate.a							\include ../Makefile.common

⌨️ 快捷键说明

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