📄 makefile.am
字号:
# Automake script to build Stage's Makefile## RTV 20021026# $Id: Makefile.am,v 1.25.2.4 2003/05/25 01:13:04 gerkey Exp $SUBDIRS = models rtkstagestage_DEPENDENCIES = models/libstgmodels.a @GUI_LIBPATH@AM_CPPFLAGS = -Wall @PLAYER_CPPFLAGS@ $(GUI_CPPFLAGS)bin_PROGRAMS = stagestage_SOURCES = \ client.cc \ colors.cc \ colors.hh \ entity.cc \ entity.hh \ gui.hh \ library.cc \ library.hh \ main.cc \ matrix.cc \ matrix.hh \ nogui.cc \ playerdevice.cc \ playerdevice.hh \ raytrace.cc \ raytrace.hh \ replace.h \ server.cc \ server.hh \ stageio.cc \ stage_types.hh \ world.cc \ worldfile.cc \ worldfile.hh \ world.hhstage_LDADD = -lm -Lmodels -lstgmodels @PLAYER_LDADD@ @GUI_LIBPATH@ @GUI_LDADD@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -