makefile.am

来自「显驱动 Intel英特尔G45G43G41G35G33G31G965Q963Q」· AM 代码 · 共 18 行

AM
18
字号
# 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@tfp410_la_LTLIBRARIES = tfp410.latfp410_la_LDFLAGS = -module -avoid-versiontfp410_ladir = @moduledir@/driverstfp410_la_SOURCES = \	tfp410.c \	tfp410_module.c \	tfp410.h \	tfp410_reg.h

⌨️ 快捷键说明

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