2008-09-11 19:12:31 -04:00
|
|
|
# Makefile.sources
|
2008-09-02 20:20:49 -04:00
|
|
|
#
|
|
|
|
|
# This file is the canonical location listing all the source files used
|
|
|
|
|
# to build the cairo library. Every source file is categorized as one of:
|
|
|
|
|
#
|
|
|
|
|
# * public header file
|
|
|
|
|
# * private header file (must end in -private.h except for cairoint.h)
|
|
|
|
|
# * source code file
|
|
|
|
|
#
|
|
|
|
|
# Every source file should be specified exactly once, grouped with the
|
2008-09-04 22:21:29 -04:00
|
|
|
# feature that uses the source file. If more than one feature use the
|
|
|
|
|
# file (like pdf_operators or font_subset files), the files should be
|
|
|
|
|
# appended to to the base cairo files, and the code inside them
|
|
|
|
|
# enabled/disabled using C preprocessor macros defined in cairoint.h.
|
|
|
|
|
# See how pdf_operators or font_subset are handled.
|
2008-09-02 20:20:49 -04:00
|
|
|
#
|
2008-09-04 22:21:29 -04:00
|
|
|
# The sources are picked up according to the configured features
|
2008-09-29 11:49:04 -04:00
|
|
|
# by the generated file Makefile.am.features or Makefile.win32.features.
|
2008-09-02 20:20:49 -04:00
|
|
|
#
|
|
|
|
|
# These are a few special source files. Those are not included in this
|
|
|
|
|
# file to not confuse build systems. Each build system must handle them
|
|
|
|
|
# separately. These files include:
|
|
|
|
|
#
|
|
|
|
|
# * cairo-features.h:
|
|
|
|
|
# This file is generated by configure and includes macros signifying
|
2008-09-04 22:21:29 -04:00
|
|
|
# which features are enabled. This file should be installed like
|
|
|
|
|
# other public headers, but should NOT be distributed in the cairo
|
|
|
|
|
# distribution.
|
2008-09-02 20:20:49 -04:00
|
|
|
#
|
|
|
|
|
# * cairo-version.h:
|
|
|
|
|
# This is a dummy header file used during the build, but it should
|
|
|
|
|
# NOT be installed. Its sole purpose is to make sure changes in the
|
|
|
|
|
# cairo version do not trigger a full rebuild of the library, but
|
|
|
|
|
# just the functions actually using the version information.
|
|
|
|
|
#
|
|
|
|
|
# * $(top_srcdir)/cairo-version.h:
|
|
|
|
|
# This is the real file holding the cairo version number. This file
|
|
|
|
|
# should be installed like other public headers. This is used during
|
|
|
|
|
# the build by cairo-version.c only.
|
|
|
|
|
#
|
|
|
|
|
# * cairo-supported-features.h:
|
|
|
|
|
# This file is generated by configure and includes macros signifying
|
2008-09-04 22:21:29 -04:00
|
|
|
# all supported features. This is used by gtk-doc to generate
|
|
|
|
|
# documentation for all those macros, enabled or not.
|
|
|
|
|
# This file is NOT used during the build of the library and should
|
|
|
|
|
# NOT be installed or distributed.
|
2008-09-02 20:20:49 -04:00
|
|
|
#
|
|
|
|
|
# Please follow the strict syntax of this file, including keeping file
|
|
|
|
|
# lists sorted.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
cairo_headers = cairo.h cairo-deprecated.h
|
|
|
|
|
cairo_private = \
|
|
|
|
|
cairoint.h \
|
|
|
|
|
cairo-analysis-surface-private.h \
|
|
|
|
|
cairo-arc-private.h \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-array-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-atomic-private.h \
|
2011-08-09 16:06:02 +01:00
|
|
|
cairo-backend-private.h \
|
2011-01-23 15:46:32 +00:00
|
|
|
cairo-box-private.h \
|
2010-01-19 18:11:26 +00:00
|
|
|
cairo-boxes-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-cache-private.h \
|
|
|
|
|
cairo-clip-private.h \
|
2008-10-07 22:09:37 +01:00
|
|
|
cairo-combsort-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-compiler-private.h \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-compositor-private.h \
|
2011-08-15 09:44:03 +01:00
|
|
|
cairo-contour-private.h \
|
2010-01-19 17:11:55 +00:00
|
|
|
cairo-composite-rectangles-private.h \
|
2010-04-23 19:45:26 +01:00
|
|
|
cairo-default-context-private.h \
|
2010-01-18 21:53:42 +00:00
|
|
|
cairo-device-private.h \
|
2010-01-18 16:58:40 +00:00
|
|
|
cairo-error-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-fixed-private.h \
|
|
|
|
|
cairo-fixed-type-private.h \
|
|
|
|
|
cairo-freelist-private.h \
|
2010-09-02 14:51:30 +01:00
|
|
|
cairo-freelist-type-private.h \
|
2010-01-19 18:06:54 +00:00
|
|
|
cairo-freed-pool-private.h \
|
2010-06-28 17:10:59 +01:00
|
|
|
cairo-fontconfig-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-gstate-private.h \
|
|
|
|
|
cairo-hash-private.h \
|
2008-11-23 18:33:58 +10:30
|
|
|
cairo-image-info-private.h \
|
2011-08-04 00:19:42 +01:00
|
|
|
cairo-image-surface-private.h \
|
2009-07-03 12:48:40 +01:00
|
|
|
cairo-list-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-malloc-private.h \
|
|
|
|
|
cairo-mutex-impl-private.h \
|
|
|
|
|
cairo-mutex-list-private.h \
|
|
|
|
|
cairo-mutex-private.h \
|
|
|
|
|
cairo-mutex-type-private.h \
|
|
|
|
|
cairo-output-stream-private.h \
|
|
|
|
|
cairo-paginated-private.h \
|
|
|
|
|
cairo-paginated-surface-private.h \
|
|
|
|
|
cairo-path-fixed-private.h \
|
|
|
|
|
cairo-path-private.h \
|
2011-07-14 18:35:32 +01:00
|
|
|
cairo-pattern-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-private.h \
|
2010-11-17 14:56:08 +01:00
|
|
|
cairo-recording-surface-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-reference-count-private.h \
|
Remove clip handling from generic surface layer.
Handling clip as part of the surface state, as opposed to being part of
the operation state, is cumbersome and a hindrance to providing true proxy
surface support. For example, the clip must be copied from the surface
onto the fallback image, but this was forgotten causing undue hassle in
each backend. Another example is the contortion the meta surface
endures to ensure the clip is correctly recorded. By contrast passing the
clip along with the operation is quite simple and enables us to write
generic handlers for providing surface wrappers. (And in the future, we
should be able to write more esoteric wrappers, e.g. automatic 2x FSAA,
trivially.)
In brief, instead of the surface automatically applying the clip before
calling the backend, the backend can call into a generic helper to apply
clipping. For raster surfaces, clip regions are handled automatically as
part of the composite interface. For vector surfaces, a clip helper is
introduced to replay and callback into an intersect_clip_path() function
as necessary.
Whilst this is not primarily a performance related change (the change
should just move the computation of the clip from the moment it is applied
by the user to the moment it is required by the backend), it is important
to track any potential regression:
ppc:
Speedups
========
image-rgba evolution-20090607-0 1026085.22 0.18% -> 672972.07 0.77%: 1.52x speedup
▌
image-rgba evolution-20090618-0 680579.98 0.12% -> 573237.66 0.16%: 1.19x speedup
▎
image-rgba swfdec-fill-rate-4xaa-0 460296.92 0.36% -> 407464.63 0.42%: 1.13x speedup
▏
image-rgba swfdec-fill-rate-2xaa-0 128431.95 0.47% -> 115051.86 0.42%: 1.12x speedup
▏
Slowdowns
=========
image-rgba firefox-periodic-table-0 56837.61 0.78% -> 66055.17 3.20%: 1.09x slowdown
▏
2009-07-23 15:32:13 +01:00
|
|
|
cairo-region-private.h \
|
2009-07-27 10:18:25 +01:00
|
|
|
cairo-rtree-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-scaled-font-private.h \
|
2009-08-11 13:43:32 +01:00
|
|
|
cairo-slope-private.h \
|
2008-10-24 17:37:30 +03:00
|
|
|
cairo-spans-private.h \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-spans-compositor-private.h \
|
2011-08-13 15:20:03 +01:00
|
|
|
cairo-stroke-dash-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-surface-private.h \
|
2011-09-15 15:35:14 +01:00
|
|
|
cairo-surface-backend-private.h \
|
Remove clip handling from generic surface layer.
Handling clip as part of the surface state, as opposed to being part of
the operation state, is cumbersome and a hindrance to providing true proxy
surface support. For example, the clip must be copied from the surface
onto the fallback image, but this was forgotten causing undue hassle in
each backend. Another example is the contortion the meta surface
endures to ensure the clip is correctly recorded. By contrast passing the
clip along with the operation is quite simple and enables us to write
generic handlers for providing surface wrappers. (And in the future, we
should be able to write more esoteric wrappers, e.g. automatic 2x FSAA,
trivially.)
In brief, instead of the surface automatically applying the clip before
calling the backend, the backend can call into a generic helper to apply
clipping. For raster surfaces, clip regions are handled automatically as
part of the composite interface. For vector surfaces, a clip helper is
introduced to replay and callback into an intersect_clip_path() function
as necessary.
Whilst this is not primarily a performance related change (the change
should just move the computation of the clip from the moment it is applied
by the user to the moment it is required by the backend), it is important
to track any potential regression:
ppc:
Speedups
========
image-rgba evolution-20090607-0 1026085.22 0.18% -> 672972.07 0.77%: 1.52x speedup
▌
image-rgba evolution-20090618-0 680579.98 0.12% -> 573237.66 0.16%: 1.19x speedup
▎
image-rgba swfdec-fill-rate-4xaa-0 460296.92 0.36% -> 407464.63 0.42%: 1.13x speedup
▏
image-rgba swfdec-fill-rate-2xaa-0 128431.95 0.47% -> 115051.86 0.42%: 1.12x speedup
▏
Slowdowns
=========
image-rgba firefox-periodic-table-0 56837.61 0.78% -> 66055.17 3.20%: 1.09x slowdown
▏
2009-07-23 15:32:13 +01:00
|
|
|
cairo-surface-clipper-private.h \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-surface-fallback-private.h \
|
2011-08-14 18:11:26 +01:00
|
|
|
cairo-surface-observer-private.h \
|
2010-01-18 18:09:11 +00:00
|
|
|
cairo-surface-offset-private.h \
|
2010-01-18 18:06:51 +00:00
|
|
|
cairo-surface-subsurface-private.h \
|
2010-01-18 19:05:34 +00:00
|
|
|
cairo-surface-snapshot-private.h \
|
Remove clip handling from generic surface layer.
Handling clip as part of the surface state, as opposed to being part of
the operation state, is cumbersome and a hindrance to providing true proxy
surface support. For example, the clip must be copied from the surface
onto the fallback image, but this was forgotten causing undue hassle in
each backend. Another example is the contortion the meta surface
endures to ensure the clip is correctly recorded. By contrast passing the
clip along with the operation is quite simple and enables us to write
generic handlers for providing surface wrappers. (And in the future, we
should be able to write more esoteric wrappers, e.g. automatic 2x FSAA,
trivially.)
In brief, instead of the surface automatically applying the clip before
calling the backend, the backend can call into a generic helper to apply
clipping. For raster surfaces, clip regions are handled automatically as
part of the composite interface. For vector surfaces, a clip helper is
introduced to replay and callback into an intersect_clip_path() function
as necessary.
Whilst this is not primarily a performance related change (the change
should just move the computation of the clip from the moment it is applied
by the user to the moment it is required by the backend), it is important
to track any potential regression:
ppc:
Speedups
========
image-rgba evolution-20090607-0 1026085.22 0.18% -> 672972.07 0.77%: 1.52x speedup
▌
image-rgba evolution-20090618-0 680579.98 0.12% -> 573237.66 0.16%: 1.19x speedup
▎
image-rgba swfdec-fill-rate-4xaa-0 460296.92 0.36% -> 407464.63 0.42%: 1.13x speedup
▏
image-rgba swfdec-fill-rate-2xaa-0 128431.95 0.47% -> 115051.86 0.42%: 1.12x speedup
▏
Slowdowns
=========
image-rgba firefox-periodic-table-0 56837.61 0.78% -> 66055.17 3.20%: 1.09x slowdown
▏
2009-07-23 15:32:13 +01:00
|
|
|
cairo-surface-wrapper-private.h \
|
2011-08-30 16:15:28 +02:00
|
|
|
cairo-time-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-types-private.h \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-traps-private.h \
|
|
|
|
|
cairo-tristrip-private.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-user-font-private.h \
|
|
|
|
|
cairo-wideint-private.h \
|
|
|
|
|
cairo-wideint-type-private.h \
|
|
|
|
|
$(NULL)
|
|
|
|
|
cairo_sources = \
|
|
|
|
|
cairo-analysis-surface.c \
|
|
|
|
|
cairo-arc.c \
|
|
|
|
|
cairo-array.c \
|
|
|
|
|
cairo-atomic.c \
|
2009-08-18 14:25:25 +01:00
|
|
|
cairo-base64-stream.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-base85-stream.c \
|
|
|
|
|
cairo-bentley-ottmann.c \
|
2009-08-28 10:06:04 +01:00
|
|
|
cairo-bentley-ottmann-rectangular.c \
|
2009-08-25 20:51:06 +01:00
|
|
|
cairo-bentley-ottmann-rectilinear.c \
|
2010-01-19 18:36:20 +00:00
|
|
|
cairo-botor-scan-converter.c \
|
2010-01-19 18:11:26 +00:00
|
|
|
cairo-boxes.c \
|
2011-07-14 21:19:54 +01:00
|
|
|
cairo-boxes-intersect.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo.c \
|
|
|
|
|
cairo-cache.c \
|
|
|
|
|
cairo-clip.c \
|
2011-07-14 21:19:54 +01:00
|
|
|
cairo-clip-boxes.c \
|
|
|
|
|
cairo-clip-polygon.c \
|
|
|
|
|
cairo-clip-region.c \
|
|
|
|
|
cairo-clip-surface.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-color.c \
|
2010-01-19 17:11:55 +00:00
|
|
|
cairo-composite-rectangles.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-compositor.c \
|
2011-08-15 09:44:03 +01:00
|
|
|
cairo-contour.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-debug.c \
|
2010-04-23 19:45:26 +01:00
|
|
|
cairo-default-context.c \
|
2010-01-18 21:53:42 +00:00
|
|
|
cairo-device.c \
|
2011-06-23 10:09:30 +02:00
|
|
|
cairo-error.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-fallback-compositor.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-fixed.c \
|
|
|
|
|
cairo-font-face.c \
|
2008-09-25 04:27:11 -04:00
|
|
|
cairo-font-face-twin.c \
|
|
|
|
|
cairo-font-face-twin-data.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-font-options.c \
|
|
|
|
|
cairo-freelist.c \
|
2010-01-19 18:06:54 +00:00
|
|
|
cairo-freed-pool.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-gstate.c \
|
|
|
|
|
cairo-hash.c \
|
|
|
|
|
cairo-hull.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-image-compositor.c \
|
2008-11-23 18:33:58 +10:30
|
|
|
cairo-image-info.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-image-source.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-image-surface.c \
|
|
|
|
|
cairo-lzw.c \
|
|
|
|
|
cairo-matrix.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-mask-compositor.c \
|
2010-12-24 20:36:23 +01:00
|
|
|
cairo-mesh-pattern-rasterizer.c \
|
2011-08-02 22:31:49 +01:00
|
|
|
cairo-mime-surface.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-misc.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-mono-scan-converter.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-mutex.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-no-compositor.c \
|
2010-06-11 16:04:41 +01:00
|
|
|
cairo-observer.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-output-stream.c \
|
|
|
|
|
cairo-paginated-surface.c \
|
|
|
|
|
cairo-path-bounds.c \
|
|
|
|
|
cairo-path.c \
|
|
|
|
|
cairo-path-fill.c \
|
|
|
|
|
cairo-path-fixed.c \
|
2008-11-05 23:48:52 +00:00
|
|
|
cairo-path-in-fill.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-path-stroke.c \
|
2011-08-13 15:20:03 +01:00
|
|
|
cairo-path-stroke-boxes.c \
|
2011-08-15 08:23:38 +01:00
|
|
|
cairo-path-stroke-polygon.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-path-stroke-tristrip.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-pattern.c \
|
|
|
|
|
cairo-pen.c \
|
|
|
|
|
cairo-polygon.c \
|
2011-07-14 21:19:54 +01:00
|
|
|
cairo-polygon-intersect.c \
|
|
|
|
|
cairo-polygon-reduce.c \
|
2010-11-17 14:56:08 +01:00
|
|
|
cairo-recording-surface.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-rectangle.c \
|
2010-01-19 18:44:34 +00:00
|
|
|
cairo-rectangular-scan-converter.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-region.c \
|
2009-07-27 10:18:25 +01:00
|
|
|
cairo-rtree.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-scaled-font.c \
|
|
|
|
|
cairo-slope.c \
|
2008-10-24 17:37:30 +03:00
|
|
|
cairo-spans.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-spans-compositor.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-spline.c \
|
2011-08-13 15:20:03 +01:00
|
|
|
cairo-stroke-dash.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-stroke-style.c \
|
|
|
|
|
cairo-surface.c \
|
Remove clip handling from generic surface layer.
Handling clip as part of the surface state, as opposed to being part of
the operation state, is cumbersome and a hindrance to providing true proxy
surface support. For example, the clip must be copied from the surface
onto the fallback image, but this was forgotten causing undue hassle in
each backend. Another example is the contortion the meta surface
endures to ensure the clip is correctly recorded. By contrast passing the
clip along with the operation is quite simple and enables us to write
generic handlers for providing surface wrappers. (And in the future, we
should be able to write more esoteric wrappers, e.g. automatic 2x FSAA,
trivially.)
In brief, instead of the surface automatically applying the clip before
calling the backend, the backend can call into a generic helper to apply
clipping. For raster surfaces, clip regions are handled automatically as
part of the composite interface. For vector surfaces, a clip helper is
introduced to replay and callback into an intersect_clip_path() function
as necessary.
Whilst this is not primarily a performance related change (the change
should just move the computation of the clip from the moment it is applied
by the user to the moment it is required by the backend), it is important
to track any potential regression:
ppc:
Speedups
========
image-rgba evolution-20090607-0 1026085.22 0.18% -> 672972.07 0.77%: 1.52x speedup
▌
image-rgba evolution-20090618-0 680579.98 0.12% -> 573237.66 0.16%: 1.19x speedup
▎
image-rgba swfdec-fill-rate-4xaa-0 460296.92 0.36% -> 407464.63 0.42%: 1.13x speedup
▏
image-rgba swfdec-fill-rate-2xaa-0 128431.95 0.47% -> 115051.86 0.42%: 1.12x speedup
▏
Slowdowns
=========
image-rgba firefox-periodic-table-0 56837.61 0.78% -> 66055.17 3.20%: 1.09x slowdown
▏
2009-07-23 15:32:13 +01:00
|
|
|
cairo-surface-clipper.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-surface-fallback.c \
|
2011-08-14 18:11:26 +01:00
|
|
|
cairo-surface-observer.c \
|
2010-01-18 18:09:11 +00:00
|
|
|
cairo-surface-offset.c \
|
2010-01-18 19:05:34 +00:00
|
|
|
cairo-surface-snapshot.c \
|
2010-01-18 18:06:51 +00:00
|
|
|
cairo-surface-subsurface.c \
|
Remove clip handling from generic surface layer.
Handling clip as part of the surface state, as opposed to being part of
the operation state, is cumbersome and a hindrance to providing true proxy
surface support. For example, the clip must be copied from the surface
onto the fallback image, but this was forgotten causing undue hassle in
each backend. Another example is the contortion the meta surface
endures to ensure the clip is correctly recorded. By contrast passing the
clip along with the operation is quite simple and enables us to write
generic handlers for providing surface wrappers. (And in the future, we
should be able to write more esoteric wrappers, e.g. automatic 2x FSAA,
trivially.)
In brief, instead of the surface automatically applying the clip before
calling the backend, the backend can call into a generic helper to apply
clipping. For raster surfaces, clip regions are handled automatically as
part of the composite interface. For vector surfaces, a clip helper is
introduced to replay and callback into an intersect_clip_path() function
as necessary.
Whilst this is not primarily a performance related change (the change
should just move the computation of the clip from the moment it is applied
by the user to the moment it is required by the backend), it is important
to track any potential regression:
ppc:
Speedups
========
image-rgba evolution-20090607-0 1026085.22 0.18% -> 672972.07 0.77%: 1.52x speedup
▌
image-rgba evolution-20090618-0 680579.98 0.12% -> 573237.66 0.16%: 1.19x speedup
▎
image-rgba swfdec-fill-rate-4xaa-0 460296.92 0.36% -> 407464.63 0.42%: 1.13x speedup
▏
image-rgba swfdec-fill-rate-2xaa-0 128431.95 0.47% -> 115051.86 0.42%: 1.12x speedup
▏
Slowdowns
=========
image-rgba firefox-periodic-table-0 56837.61 0.78% -> 66055.17 3.20%: 1.09x slowdown
▏
2009-07-23 15:32:13 +01:00
|
|
|
cairo-surface-wrapper.c \
|
2008-09-20 18:17:19 -04:00
|
|
|
cairo-system.c \
|
2011-08-30 16:15:28 +02:00
|
|
|
cairo-time.c \
|
2009-08-16 18:04:54 +01:00
|
|
|
cairo-tor-scan-converter.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-tor22-scan-converter.c \
|
|
|
|
|
cairo-clip-tor-scan-converter.c \
|
2008-12-20 01:18:12 -05:00
|
|
|
cairo-toy-font-face.c \
|
2009-08-16 18:04:54 +01:00
|
|
|
cairo-traps.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-tristrip.c \
|
|
|
|
|
cairo-traps-compositor.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-unicode.c \
|
|
|
|
|
cairo-user-font.c \
|
|
|
|
|
cairo-version.c \
|
|
|
|
|
cairo-wideint.c \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
_cairo_font_subset_private = \
|
|
|
|
|
cairo-scaled-font-subsets-private.h \
|
|
|
|
|
cairo-truetype-subset-private.h \
|
|
|
|
|
cairo-type1-private.h \
|
|
|
|
|
cairo-type3-glyph-surface-private.h \
|
|
|
|
|
$(NULL)
|
|
|
|
|
_cairo_font_subset_sources = \
|
|
|
|
|
cairo-cff-subset.c \
|
|
|
|
|
cairo-scaled-font-subsets.c \
|
|
|
|
|
cairo-truetype-subset.c \
|
|
|
|
|
cairo-type1-fallback.c \
|
2010-11-06 22:31:46 +10:30
|
|
|
cairo-type1-glyph-names.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-type1-subset.c \
|
|
|
|
|
cairo-type3-glyph-surface.c \
|
|
|
|
|
$(NULL)
|
|
|
|
|
cairo_private += $(_cairo_font_subset_private)
|
|
|
|
|
cairo_sources += $(_cairo_font_subset_sources)
|
|
|
|
|
|
2009-07-21 22:28:44 +01:00
|
|
|
cairo_egl_sources =
|
2010-06-14 16:05:14 +01:00
|
|
|
cairo_glx_sources =
|
|
|
|
|
cairo_wgl_sources =
|
2009-07-21 22:28:44 +01:00
|
|
|
|
2010-11-17 18:45:22 +01:00
|
|
|
_cairo_pdf_operators_private = cairo-pdf-operators-private.h cairo-pdf-shading-private.h
|
|
|
|
|
_cairo_pdf_operators_sources = cairo-pdf-operators.c cairo-pdf-shading.c
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo_private += $(_cairo_pdf_operators_private)
|
|
|
|
|
cairo_sources += $(_cairo_pdf_operators_sources)
|
|
|
|
|
|
|
|
|
|
cairo_png_sources = cairo-png.c
|
|
|
|
|
|
|
|
|
|
cairo_ps_headers = cairo-ps.h
|
|
|
|
|
cairo_ps_private = cairo-ps-surface-private.h
|
|
|
|
|
cairo_ps_sources = cairo-ps-surface.c
|
|
|
|
|
|
2011-06-14 10:45:18 +02:00
|
|
|
_cairo_deflate_stream_sources = cairo-deflate-stream.c
|
|
|
|
|
cairo_sources += $(_cairo_deflate_stream_sources)
|
2009-08-18 14:25:25 +01:00
|
|
|
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo_pdf_headers = cairo-pdf.h
|
|
|
|
|
cairo_pdf_private = cairo-pdf-surface-private.h
|
2009-08-18 14:25:25 +01:00
|
|
|
cairo_pdf_sources = cairo-pdf-surface.c
|
2008-09-02 20:20:49 -04:00
|
|
|
|
|
|
|
|
cairo_svg_headers = cairo-svg.h
|
|
|
|
|
cairo_svg_private = cairo-svg-surface-private.h
|
|
|
|
|
cairo_svg_sources = cairo-svg-surface.c
|
|
|
|
|
|
|
|
|
|
cairo_ft_headers = cairo-ft.h
|
|
|
|
|
cairo_ft_private = cairo-ft-private.h
|
|
|
|
|
cairo_ft_sources = cairo-ft-font.c
|
|
|
|
|
|
|
|
|
|
# These are private, even though they look like public headers
|
|
|
|
|
cairo_test_surfaces_private = \
|
2011-07-30 17:28:21 +01:00
|
|
|
test-compositor-surface.h \
|
2011-09-15 15:50:29 +01:00
|
|
|
test-compositor-surface-private.h \
|
2011-07-30 17:28:21 +01:00
|
|
|
test-null-compositor-surface.h \
|
2008-09-02 20:20:49 -04:00
|
|
|
test-paginated-surface.h \
|
|
|
|
|
$(NULL)
|
|
|
|
|
cairo_test_surfaces_sources = \
|
2011-07-30 17:28:21 +01:00
|
|
|
test-compositor-surface.c \
|
|
|
|
|
test-null-compositor-surface.c \
|
|
|
|
|
test-base-compositor-surface.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
test-paginated-surface.c \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
cairo_xlib_headers = cairo-xlib.h
|
|
|
|
|
cairo_xlib_private = \
|
|
|
|
|
cairo-xlib-private.h \
|
|
|
|
|
cairo-xlib-surface-private.h \
|
|
|
|
|
cairo-xlib-xrender-private.h \
|
|
|
|
|
$(NULL)
|
|
|
|
|
cairo_xlib_sources = \
|
|
|
|
|
cairo-xlib-display.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-xlib-core-compositor.c \
|
|
|
|
|
cairo-xlib-fallback-compositor.c \
|
|
|
|
|
cairo-xlib-render-compositor.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-xlib-screen.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-xlib-source.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo-xlib-surface.c \
|
|
|
|
|
cairo-xlib-visual.c \
|
2011-06-14 10:45:18 +02:00
|
|
|
cairo-xlib-xcb-surface.c \
|
2008-09-02 20:20:49 -04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
cairo_xlib_xrender_headers = cairo-xlib-xrender.h
|
|
|
|
|
|
2010-01-22 21:26:26 +00:00
|
|
|
cairo_xcb_headers = cairo-xcb.h
|
|
|
|
|
cairo_xcb_private = cairo-xcb-private.h
|
|
|
|
|
cairo_xcb_sources = \
|
|
|
|
|
cairo-xcb-connection.c \
|
|
|
|
|
cairo-xcb-connection-core.c \
|
|
|
|
|
cairo-xcb-connection-render.c \
|
2011-06-14 10:45:18 +02:00
|
|
|
cairo-xcb-connection-shm.c \
|
2010-01-22 21:26:26 +00:00
|
|
|
cairo-xcb-screen.c \
|
2011-06-14 10:45:18 +02:00
|
|
|
cairo-xcb-shm.c \
|
2010-01-22 21:26:26 +00:00
|
|
|
cairo-xcb-surface.c \
|
|
|
|
|
cairo-xcb-surface-cairo.c \
|
|
|
|
|
cairo-xcb-surface-core.c \
|
|
|
|
|
cairo-xcb-surface-render.c \
|
|
|
|
|
$(NULL)
|
2008-09-02 20:20:49 -04:00
|
|
|
|
2009-06-14 20:43:05 +01:00
|
|
|
cairo_qt_headers = cairo-qt.h
|
2010-07-09 12:29:35 +02:00
|
|
|
cairo_qt_cxx_sources = cairo-qt-surface.cpp
|
2009-06-14 20:43:05 +01:00
|
|
|
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo_quartz_headers = cairo-quartz.h
|
|
|
|
|
cairo_quartz_private = cairo-quartz-private.h
|
|
|
|
|
cairo_quartz_sources = cairo-quartz-surface.c
|
|
|
|
|
|
2008-10-15 10:34:12 -04:00
|
|
|
cairo_quartz_image_headers = cairo-quartz-image.h
|
|
|
|
|
cairo_quartz_image_sources = cairo-quartz-image-surface.c
|
2008-09-02 20:20:49 -04:00
|
|
|
|
|
|
|
|
cairo_quartz_font_sources = cairo-quartz-font.c
|
|
|
|
|
|
|
|
|
|
cairo_win32_headers = cairo-win32.h
|
|
|
|
|
cairo_win32_private = cairo-win32-private.h
|
|
|
|
|
cairo_win32_sources = cairo-win32-surface.c cairo-win32-printing-surface.c
|
|
|
|
|
|
|
|
|
|
cairo_win32_font_sources = cairo-win32-font.c
|
|
|
|
|
|
2010-07-08 02:42:06 +02:00
|
|
|
cairo_skia_headers = cairo-skia.h
|
2010-04-24 00:50:33 +01:00
|
|
|
cairo_skia_cxx_sources = \
|
|
|
|
|
skia/cairo-skia-context.cpp \
|
|
|
|
|
skia/cairo-skia-surface.cpp \
|
|
|
|
|
$(NULL)
|
2009-06-15 11:15:22 +01:00
|
|
|
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo_os2_headers = cairo-os2.h
|
|
|
|
|
cairo_os2_private = cairo-os2-private.h
|
|
|
|
|
cairo_os2_sources = cairo-os2-surface.c
|
|
|
|
|
|
|
|
|
|
# automake is stupid enough to always use c++ linker if we enable the
|
|
|
|
|
# following lines, even if beos surface is not enabled. Disable it for now.
|
|
|
|
|
cairo_beos_headers = cairo-beos.h
|
2010-07-09 12:29:35 +02:00
|
|
|
cairo_beos_cxx_sources = cairo-beos-surface.cpp
|
2008-09-02 20:20:49 -04:00
|
|
|
|
2009-01-29 09:19:01 -08:00
|
|
|
cairo_gl_headers = cairo-gl.h
|
2010-06-03 17:50:59 +02:00
|
|
|
cairo_gl_private = cairo-gl-private.h \
|
2010-12-03 19:35:05 +02:00
|
|
|
cairo-gl-dispatch-private.h \
|
2010-12-06 13:03:28 +02:00
|
|
|
cairo-gl-ext-def-private.h \
|
2010-12-06 14:01:20 +02:00
|
|
|
cairo-gl-gradient-private.h
|
2010-07-09 18:43:38 +02:00
|
|
|
|
2010-05-15 20:07:44 +02:00
|
|
|
cairo_gl_sources = cairo-gl-composite.c \
|
|
|
|
|
cairo-gl-device.c \
|
2010-12-03 19:35:05 +02:00
|
|
|
cairo-gl-dispatch.c \
|
2010-05-05 12:01:59 +02:00
|
|
|
cairo-gl-glyphs.c \
|
2010-06-03 17:50:59 +02:00
|
|
|
cairo-gl-gradient.c \
|
2010-12-03 18:48:20 +02:00
|
|
|
cairo-gl-info.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-gl-operand.c \
|
2010-05-05 12:01:59 +02:00
|
|
|
cairo-gl-shaders.c \
|
2011-10-11 09:37:51 -07:00
|
|
|
cairo-gl-msaa-compositor.c \
|
2011-07-30 17:28:21 +01:00
|
|
|
cairo-gl-spans-compositor.c \
|
|
|
|
|
cairo-gl-traps-compositor.c \
|
2010-05-05 12:01:59 +02:00
|
|
|
cairo-gl-surface.c
|
|
|
|
|
|
2011-03-03 23:17:31 +02:00
|
|
|
cairo_glesv2_headers = $(cairo_gl_headers)
|
|
|
|
|
cairo_glesv2_private = $(cairo_gl_private)
|
|
|
|
|
cairo_glesv2_sources = $(cairo_gl_sources)
|
|
|
|
|
|
2010-03-11 01:48:43 +00:00
|
|
|
cairo_egl_sources += cairo-egl-context.c
|
2010-06-14 16:05:14 +01:00
|
|
|
cairo_glx_sources += cairo-glx-context.c
|
|
|
|
|
cairo_wgl_sources += cairo-wgl-context.c
|
2009-01-29 09:19:01 -08:00
|
|
|
|
2008-09-02 20:20:49 -04:00
|
|
|
cairo_directfb_headers = cairo-directfb.h
|
|
|
|
|
cairo_directfb_sources = cairo-directfb-surface.c
|
2008-10-30 14:35:49 +00:00
|
|
|
|
2009-06-11 15:18:55 +01:00
|
|
|
cairo_drm_headers = cairo-drm.h
|
|
|
|
|
cairo_drm_private = drm/cairo-drm-private.h \
|
2010-02-23 19:27:16 +00:00
|
|
|
drm/cairo-drm-ioctl-private.h \
|
2009-06-11 15:18:55 +01:00
|
|
|
drm/cairo-drm-intel-private.h \
|
2010-01-22 20:48:54 +00:00
|
|
|
drm/cairo-drm-intel-brw-defines.h \
|
|
|
|
|
drm/cairo-drm-intel-brw-structs.h \
|
|
|
|
|
drm/cairo-drm-intel-brw-eu.h \
|
2010-08-18 08:48:36 +01:00
|
|
|
drm/cairo-drm-intel-command-private.h \
|
|
|
|
|
drm/cairo-drm-intel-ioctl-private.h \
|
|
|
|
|
drm/cairo-drm-i915-private.h \
|
|
|
|
|
drm/cairo-drm-i965-private.h \
|
2009-06-11 15:18:55 +01:00
|
|
|
drm/cairo-drm-radeon-private.h
|
|
|
|
|
cairo_drm_sources = drm/cairo-drm.c \
|
|
|
|
|
drm/cairo-drm-bo.c \
|
|
|
|
|
drm/cairo-drm-surface.c \
|
|
|
|
|
drm/cairo-drm-intel.c \
|
2010-01-22 20:48:54 +00:00
|
|
|
drm/cairo-drm-intel-debug.c \
|
2009-06-11 15:18:55 +01:00
|
|
|
drm/cairo-drm-intel-surface.c \
|
2010-01-22 20:48:54 +00:00
|
|
|
drm/cairo-drm-i915-surface.c \
|
|
|
|
|
drm/cairo-drm-i915-glyphs.c \
|
|
|
|
|
drm/cairo-drm-i915-shader.c \
|
|
|
|
|
drm/cairo-drm-i915-spans.c \
|
|
|
|
|
drm/cairo-drm-i965-surface.c \
|
|
|
|
|
drm/cairo-drm-i965-glyphs.c \
|
|
|
|
|
drm/cairo-drm-i965-shader.c \
|
|
|
|
|
drm/cairo-drm-i965-spans.c \
|
|
|
|
|
drm/cairo-drm-intel-brw-eu.c \
|
|
|
|
|
drm/cairo-drm-intel-brw-eu-emit.c \
|
|
|
|
|
drm/cairo-drm-intel-brw-eu-util.c \
|
2009-06-11 15:18:55 +01:00
|
|
|
drm/cairo-drm-radeon.c \
|
|
|
|
|
drm/cairo-drm-radeon-surface.c
|
|
|
|
|
cairo_gallium_sources = drm/cairo-drm-gallium-surface.c
|
|
|
|
|
|
2008-11-04 10:45:34 +00:00
|
|
|
cairo_script_headers = cairo-script.h
|
2011-08-20 09:36:07 +01:00
|
|
|
cairo_script_private = cairo-script-private.h
|
2008-11-04 10:45:34 +00:00
|
|
|
cairo_script_sources = cairo-script-surface.c
|
2009-07-15 16:37:25 +01:00
|
|
|
|
2010-07-30 22:15:55 +02:00
|
|
|
cairo_tee_headers = cairo-tee.h
|
2010-09-02 13:55:55 +03:00
|
|
|
cairo_tee_private = cairo-tee-surface-private.h
|
2010-07-30 22:15:55 +02:00
|
|
|
cairo_tee_sources = cairo-tee-surface.c
|
|
|
|
|
|
2009-08-18 14:25:25 +01:00
|
|
|
cairo_xml_headers = cairo-xml.h
|
|
|
|
|
cairo_xml_sources = cairo-xml-surface.c
|
|
|
|
|
|
2009-07-15 16:37:25 +01:00
|
|
|
cairo_vg_headers = cairo-vg.h
|
|
|
|
|
cairo_vg_sources = cairo-vg-surface.c
|
2011-07-21 12:15:05 +01:00
|
|
|
|
|
|
|
|
cairo_cogl_headers = cairo-cogl.h
|
|
|
|
|
cairo_cogl_private = cairo-cogl-private.h \
|
|
|
|
|
cairo-cogl-gradient-private.h \
|
|
|
|
|
cairo-cogl-context-private.h \
|
|
|
|
|
cairo-cogl-utils-private.h
|
|
|
|
|
cairo_cogl_sources = cairo-cogl-surface.c \
|
|
|
|
|
cairo-cogl-gradient.c \
|
|
|
|
|
cairo-cogl-context.c \
|
|
|
|
|
cairo-cogl-utils.c
|