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

📄 makefile.am

📁 按照官方的说法:Cairo is a vector graphics library with cross-device output support. 翻译过来
💻 AM
字号:
noinst_LTLIBRARIES = libpixman.lalibpixman_la_SOURCES = \	pixman.h \	pixman-remap.h \	pixman-xserver-compat.h \	pixregion.c \	pixregionint.h \	fbpict.h \	fbpict.c \	icblt.c \	icbltone.c \	iccolor.c \	icformat.c \	icimage.c \	icimage.h \	icint.h \	icpixels.c \	icrect.c \	icrop.h \	icstipple.c \	ictrap.c \	ictransform.c \	ictri.c \	icutil.c \	fbedge.c \	fbedgeimp.h \	fbtrap.c \	fbcompose.c \	renderedge.c \	renderedge.h \	slim_internal.hif USE_MMXnoinst_LTLIBRARIES += libpixman-mmx.lalibpixman_mmx_la_SOURCES = \	fbmmx.c		\	fbmmx.hlibpixman_mmx_la_CFLAGS = @MMX_CFLAGS@ $(WARN_CFLAGS)libpixman_la_LIBADD = libpixman-mmx.laendifINCLUDES = -I$(top_srcdir) -I$(srcdir) @WARN_CFLAGS@

⌨️ 快捷键说明

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