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

📄 makefile.am

📁 按照官方的说法:Cairo is a vector graphics library with cross-device output support. 翻译过来
💻 AM
字号:
# Here are all the tests that are run unconditionallyTESTS = 			\a8-mask				\caps-joins			\caps-joins-alpha		\caps-sub-paths			\clip-all			\clip-fill-rule			\clip-fill-rule-pixel-aligned	\clip-nesting			\clip-operator			\clip-twice			\composite-integer-translate-source \composite-integer-translate-over \composite-integer-translate-over-repeat \create-for-stream		\create-from-png			\create-from-png-stream		\dash-caps-joins			\dash-scale			\dash-offset-negative		\dash-zero-length		\degenerate-path			\device-offset			\device-offset-positive		\extend-reflect			\fill-and-stroke			\fill-and-stroke-alpha		\fill-and-stroke-alpha-add	\fill-rule			\filter-nearest-offset		\font-face-get-type		\glyph-cache-pressure		\get-and-set			\get-group-target		\gradient-alpha			\leaky-dash			\leaky-polygon			\line-width			\line-width-scale		\linear-gradient			\mask				\mask-ctm			\mask-surface-ctm		\move-to-show-surface		\new-sub-path			\nil-surface			\operator-clear			\operator-source			\paint				\paint-source-alpha		\paint-with-alpha		\path-data			\pattern-get-type		\pixman-rotate			\rectangle-rounding-error	\scale-source-surface-paint	\select-font-face		\select-font-no-show-text	\self-copy			\self-intersecting		\set-source			\show-text-current-point		\source-clip			\source-surface-scale-paint	\surface-finish-twice		\surface-pattern			\text-antialias-gray		\text-antialias-none		\text-antialias-subpixel		\text-cache-crash		\text-pattern			\text-rotate			\transforms			\translate-show-surface		\trap-clip			\unantialiased-shapes		\unbounded-operator		\user-data			\rel-path                        \push-group			\zero-alpha# Then we have a collection of tests that are only run if certain# features are compiled into cairoif HAVE_PTHREADTESTS += pthread-show-textendifif CAIRO_HAS_FT_FONTTESTS += bitmap-fontTESTS += ft-font-create-for-ft-faceTESTS += ft-text-vertical-layoutTESTS += ft-text-antialias-noneendifif CAIRO_HAS_SVG_SURFACETESTS += svg-surface svg-clipendifif CAIRO_HAS_PDF_SURFACETESTS += pdf-featuresendifif CAIRO_HAS_PS_SURFACETESTS += ps-featuresendifif CAIRO_HAS_XLIB_SURFACETESTS += xlib-surfaceendifif CAIRO_HAS_MULTI_PAGE_SURFACESTESTS += multi-pageendifif CAIRO_HAS_SVG_SURFACEif CAIRO_HAS_PDF_SURFACEif CAIRO_HAS_PS_SURFACETESTS += fallback-resolutionendifendifendif# XXX: Here are some existing tests that are currently disabled for# one reason or another.# # show-glyphs-many - this stress test was exercising a particular bug#      in the xlib surface code (exceeding the X11 protocol request#      limit) when rendering several thousand glyphs at once. The#      original xlib-surface bug is fixed now, but the test continues#      to stress some other aspects of the test suite. For example,#      when doing text as paths, the resuilting PostScript file is one#      giant path that ghostscript has a particularly hard time#      with. I'm disabling this test for now, since I don't care about#      that performance problem in ghostscript. (But, there is a#      similar performance problem when using cairo to rasterize the#      equivalen giant path---from an SBG files say---so this might be#      a useful kind of test to bring back again for performance (not#      correctness) testing.# All tests which have a reference image go here.# I really don't like having to repeat this list. Anyone know a good# way to avoid it? Can I use a wildcard here?EXTRA_DIST =						\6x13.pcf						\make-html.pl						\a8-mask-ref.png						\bitmap-font-ref.png					\bitmap-font-rgb24-ref.png				\caps-joins-ref.png					\caps-joins-ps-argb32-ref.png				\caps-joins-alpha-ref.png				\caps-joins-alpha-svg-argb32-ref.png			\caps-joins-alpha-svg-rgb24-ref.png			\caps-sub-paths-ref.png					\caps-sub-paths-ps-argb32-ref.png			\clip-all-ref.png					\clip-fill-rule-ref.png					\clip-fill-rule-rgb24-ref.png				\clip-fill-rule-ps-argb32-ref.png			\clip-fill-rule-pixel-aligned-ref.png			\clip-fill-rule-pixel-aligned-rgb24-ref.png		\clip-nesting-ref.png					\clip-nesting-rgb24-ref.png				\clip-nesting-ps-argb32-ref.png				\clip-operator-ref.png					\clip-operator-rgb24-ref.png				\clip-twice-ref.png					\clip-twice-rgb24-ref.png				\clip-twice-ps-argb32-ref.png				\composite-integer-translate-over-ref.png		\composite-integer-translate-over-pdf-argb32-ref.png	\composite-integer-translate-over-svg-argb32-ref.png	\composite-integer-translate-over-svg-rgb24-ref.png	\composite-integer-translate-over-repeat-ref.png		\composite-integer-translate-source-ref.png		\create-from-png-ref.png					\create-from-png-stream-ref.png				\dash-caps-joins-ref.png					\dash-caps-joins-ps-argb32-ref.png			\dash-scale-ref.png					\dash-scale-ps-argb32-ref.png				\dash-offset-negative-ref.png				\dash-offset-negative-ps-argb32-ref.png			\dash-zero-length-ref.png				\dash-zero-length-rgb24-ref.png				\dash-zero-length-ps-argb32-ref.png			\degenerate-path-ref.png					\degenerate-path-rgb24-ref.png				\degenerate-path-ps-argb32-ref.png			\device-offset-ref.png					\device-offset-rgb24-ref.png				\device-offset-positive-ref.png				\device-offset-positive-rgb24-ref.png			\fill-and-stroke-ref.png					\fill-and-stroke-rgb24-ref.png				\fill-and-stroke-ps-argb32-ref.png			\fill-and-stroke-alpha-ref.png				\fill-and-stroke-alpha-svg-argb32-ref.png		\fill-and-stroke-alpha-svg-rgb24-ref.png			\fill-and-stroke-alpha-add-ref.png			\fill-rule-ref.png					\fill-rule-rgb24-ref.png					\fill-rule-ps-argb32-ref.png				\filter-nearest-offset-ref.png				\ft-text-antialias-none-ref.png				\ft-text-antialias-none-ps-argb32-ref.png		\ft-text-vertical-layout-ref.png				\ft-text-vertical-layout-pdf-argb32-ref.png		\ft-text-vertical-layout-ps-argb32-ref.png		\ft-text-vertical-layout-svg-argb32-ref.png		\ft-text-vertical-layout-svg-rgb24-ref.png		\get-group-target-ref.png				\glyph-cache-pressure-ref.png				\glyph-cache-pressure-pdf-argb32-ref.png			\glyph-cache-pressure-ps-argb32-ref.png			\glyph-cache-pressure-svg-argb32-ref.png			\glyph-cache-pressure-svg-rgb24-ref.png			\gradient-alpha-ref.png					\gradient-alpha-rgb24-ref.png				\leaky-dash-ref.png					\leaky-polygon-ref.png					\leaky-polygon-ps-argb32-ref.png				\linear-gradient-ref.png					\linear-gradient-svg-argb32-ref.png			\linear-gradient-svg-rgb24-ref.png			\line-width-ref.png					\line-width-ps-argb32-ref.png				\line-width-scale-ref.png				\line-width-scale-ps-argb32-ref.png			\mask-ref.png						\mask-rgb24-ref.png					\mask-beos_bitmap-argb32-ref.png				\mask-beos_bitmap-rgb24-ref.png				\mask-beos-rgb24-ref.png					\mask-svg-argb32-ref.png					\mask-svg-rgb24-ref.png					\mask-ctm-ref.png					\mask-ctm-rgb24-ref.png					\mask-ctm-svg-argb32-ref.png				\mask-ctm-svg-rgb24-ref.png				\mask-surface-ctm-ref.png				\mask-surface-ctm-rgb24-ref.png				\mask-surface-ctm-svg-argb32-ref.png			\mask-surface-ctm-svg-rgb24-ref.png			\move-to-show-surface-ref.png				\new-sub-path-ref.png					\new-sub-path-rgb24-ref.png				\new-sub-path-ps-argb32-ref.png				\nil-surface-ref.png					\nil-surface-rgb24-ref.png				\operator-clear-ref.png					\operator-clear-rgb24-ref.png				\operator-source-ref.png					\operator-source-rgb24-ref.png				\paint-ref.png						\paint-source-alpha-ref.png				\paint-source-alpha-pdf-argb32-ref.png			\paint-source-alpha-svg-argb32-ref.png			\paint-source-alpha-svg-rgb24-ref.png			\paint-with-alpha-ref.png				\paint-with-alpha-svg-argb32-ref.png			\paint-with-alpha-svg-rgb24-ref.png			\path-data-ref.png					\path-data-ps-argb32-ref.png				\pixman-rotate-ref.png					\pixman-rotate-rgb24-ref.png				\pixman-rotate-svg-argb32-ref.png			\pixman-rotate-svg-rgb24-ref.png				\push-group-ref.png					\push-group-rgb24-ref.png				\push-group-svg-argb32-ref.png				\push-group-svg-rgb24-ref.png				\rectangle-rounding-error-ref.png			\rectangle-rounding-error-ps-argb32-ref.png		\rel-path-ref.png					\rel-path-rgb24-ref.png					\romedalen.png						\scale-source-surface-paint-ref.png			\scale-source-surface-paint-rgb24-ref.png		\scale-source-surface-paint-pdf-argb32-ref.png		\scale-source-surface-paint-svg-argb32-ref.png		\scale-source-surface-paint-svg-rgb24-ref.png		\select-font-face-ref.png				\select-font-face-pdf-argb32-ref.png			\select-font-face-ps-argb32-ref.png			\select-font-face-svg-argb32-ref.png			\select-font-face-svg-rgb24-ref.png			\self-copy-ref.png					\self-intersecting-ref.png				\self-intersecting-rgb24-ref.png				\set-source-ref.png					\set-source-rgb24-ref.png				\set-source-beos_bitmap-rgb24-ref.png			\set-source-beos-rgb24-ref.png				\set-source-svg-argb32-ref.png				\set-source-svg-rgb24-ref.png				\show-glyphs-many-ref.png				\show-text-current-point-ref.png				\show-text-current-point-pdf-argb32-ref.png		\show-text-current-point-ps-argb32-ref.png		\show-text-current-point-svg-argb32-ref.png		\show-text-current-point-svg-rgb24-ref.png		\source-clip-ref.png					\source-surface-scale-paint-ref.png			\source-surface-scale-paint-rgb24-ref.png		\surface-pattern-ref.png					\text-antialias-gray-ref.png				\text-antialias-gray-pdf-argb32-ref.png			\text-antialias-gray-ps-argb32-ref.png			\text-antialias-gray-svg-argb32-ref.png			\text-antialias-gray-svg-rgb24-ref.png			\text-antialias-none-ref.png				\text-antialias-none-pdf-argb32-ref.png			\text-antialias-none-ps-argb32-ref.png			\text-antialias-none-svg-argb32-ref.png			\text-antialias-none-svg-rgb24-ref.png			\text-antialias-subpixel-ref.png				\text-antialias-subpixel-pdf-argb32-ref.png		\text-antialias-subpixel-ps-argb32-ref.png		\text-antialias-subpixel-svg-argb32-ref.png		\text-antialias-subpixel-svg-rgb24-ref.png		\text-pattern-ref.png					\text-pattern-rgb24-ref.png				\text-pattern-pdf-argb32-ref.png				\text-pattern-ps-argb32-ref.png				\text-pattern-svg-argb32-ref.png				\text-pattern-svg-rgb24-ref.png				\text-rotate-ref.png					\text-rotate-rgb24-ref.png				\transforms-ref.png					\transforms-ps-argb32-ref.png				\translate-show-surface-ref.png				\trap-clip-ref.png					\trap-clip-rgb24-ref.png					\trap-clip-beos_bitmap-rgb24-ref.png			\trap-clip-beos-rgb24-ref.png				\trap-clip-svg-argb32-ref.png				\trap-clip-svg-rgb24-ref.png				\unantialiased-shapes-ref.png				\unantialiased-shapes-ps-argb32-ref.png			\unantialiased-shapes-svg-argb32-ref.png			\unantialiased-shapes-svg-rgb24-ref.png			\unbounded-operator-ref.png				\unbounded-operator-rgb24-ref.png			\zero-alpha-ref.png# Any test for which the code committed to CVS is expected to fail# should be listed here.## This way, we can avoid being bothered by reports of bugs we are# aware of, but users can still report when tests start behaving in# unexpected ways on their system.## Of course, before any "release" of cairo we should eliminate# everything from this list by fixing the bugs. (We don't necessarily# have to be that strict for "snapshots" though.)## Also, any test listed here should call cairo_test_expect_failure and# provide an explanation for the expected failure.XFAIL_TESTS =			\a8-mask				\extend-reflect			\filter-nearest-offset		\leaky-dash			\pixman-rotate			\self-intersecting		\text-rotatecheck_PROGRAMS = $(TESTS)# We're using _GNU_SOURCE to get the prototype for asprintf. This may# not be the most portable approach, but it is pragmatic and I'm# willing to do something cleaner as soon as it causes someone a# problem.INCLUDES =					\	-D_GNU_SOURCE				\	-I$(srcdir)				\	-I$(top_srcdir)/pixman/src		\	-I$(top_builddir)/src			\	-I$(top_srcdir)/src			\	$(CAIRO_CFLAGS)check_LTLIBRARIES = libcairotest.lalibcairotest_la_SOURCES =\buffer-diff.c		\buffer-diff.h		\cairo-test.c		\cairo-test.h		\read-png.c		\read-png.h		\write-png.c		\write-png.h		\xmalloc.c		\xmalloc.hif CAIRO_HAS_BEOS_SURFACElibcairotest_la_SOURCES += cairo-test-beos.cpp cairo-test-beos.h# BeOS system headers trigger this warninglibcairotest_la_CXXFLAGS = -Wno-multicharendifif CAIRO_HAS_DIRECTFB_SURFACElibcairotest_la_SOURCES += cairo-test-directfb.c cairo-test-directfb.hendifLDADD = libcairotest.la $(top_builddir)/src/libcairo.laif CAIRO_CAN_TEST_GLITZ_AGL_SURFACELDADD += $(GLITZ_AGL_LIBS)endifif CAIRO_CAN_TEST_GLITZ_EGL_SURFACELDADD += $(GLITZ_EGL_LIBS)endifif CAIRO_CAN_TEST_GLITZ_GLX_SURFACELDADD += $(GLITZ_GLX_LIBS)endifif CAIRO_CAN_TEST_GLITZ_WGL_SURFACELDADD += $(GLITZ_WGL_LIBS)endifif HAVE_PTHREADLDADD += -lpthreadendifcheck_PROGRAMS += imagediff png-flattenif CAIRO_CAN_TEST_PDF_SURFACEcheck_PROGRAMS += pdf2pngpdf2png_CFLAGS = $(POPPLER_CFLAGS)pdf2png_LDADD = $(LDADD) $(POPPLER_LIBS)endifif CAIRO_CAN_TEST_SVG_SURFACEcheck_PROGRAMS += svg2pngsvg2png_CFLAGS = $(LIBRSVG_CFLAGS)svg2png_LDADD = $(LIBRSVG_LIBS)endifCLEANFILES =					\	*.ps					\	*.pdf					\	*.svg					\	*-out.png				\	*-diff.png				\	*.log					\	multi-page.ps				\	multi-page.pdf				\	pdf-features.pdf			\	ps-features.ps				\	svg-surface.svg				\	svg-clip.svg				\	index.htmlcheck-valgrind:	TESTS_ENVIRONMENT="libtool --mode=execute valgrind --tool=memcheck --suppressions=./.valgrind-suppressions --leak-check=yes --show-reachable=yes" $(MAKE) check 2>&1 | tee valgrind.loghtml: index.htmlindex.html:	perl $(srcdir)/make-html.pl > index.html.PHONY: check-valgrind html index.html

⌨️ 快捷键说明

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