?? makefile.am
字號:
# this is obnoxious:# -module lets us name the module exactly how we want# -avoid-version prevents gratuitous .0.0.0 version numbers on the end# _ladir passes a dummy rpath to libtool so the thing will actually link# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.AM_CFLAGS = @WARN_CFLAGS@ @XMODES_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ \ @PCIACCESS_CFLAGS@sil164_la_LTLIBRARIES = sil164.lasil164_la_LDFLAGS = -module -avoid-versionsil164_ladir = @moduledir@/driverssil164_la_SOURCES = \ sil164.c \ sil164_module.c \ sil164.h \ sil164_reg.h
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -