makefile
来自「UAV 自动驾驶的」· 代码 · 共 40 行
TXT
40 行
#!/usr/bin/make# $Id: Makefile,v 2.0 2002/09/22 02:07:30 tramm Exp $################################### All things that we will build#BINS = \ gpsins-sim \LIBS = \ libgpsins \#LDFLAGS += -pg## GPS+INS simulation#gpsins-sim.srcs = \ gpsins-sim.cpp \gpsins-sim.libs = \ libgpsins.a \ libmat.a \## GPS+INS object library#libgpsins.srcs = \ GPSINS.cpp \NOTYET=\ compass_update.cpp \ gps_update.cpp \ imu_update.cpp \include ../Makefile.common
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?