⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 显驱动 Intel英特尔G45G43G41G35G33G31G965Q963Q965GM965系列显卡最新X.Org驱动2.4.0版For Linux
💻 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@ch7xxx_la_LTLIBRARIES = ch7xxx.lach7xxx_la_LDFLAGS = -module -avoid-versionch7xxx_ladir = @moduledir@/driversch7xxx_la_SOURCES = \	ch7xxx.c \	ch7xxx_module.c \	ch7xxx.h \	ch7xxx_reg.h

⌨️ 快捷键说明

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