summaryrefslogtreecommitdiff
path: root/cairomm/filelist.am
blob: 9f0b8326acf456ae0d9f2d0de94a66fc6370bd7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## This file is part of cairomm.

cairomm_cc =				\
	context.cc			\
	context_surface_quartz.cc	\
	context_surface_win32.cc	\
	context_surface_xlib.cc		\
  device.cc \
	exception.cc			\
	fontface.cc			\
	fontoptions.cc			\
	matrix.cc			\
	path.cc				\
	pattern.cc			\
	private.cc			\
	quartz_font.cc			\
	quartz_surface.cc		\
	region.cc \
	scaledfont.cc			\
	surface.cc			\
	win32_font.cc			\
	win32_surface.cc		\
	xlib_surface.cc

cairomm_public_h =			\
	cairomm.h			\
	context.h			\
  device.h \
	enums.h				\
	exception.h			\
	fontface.h			\
	fontoptions.h			\
	matrix.h path.h			\
	pattern.h			\
	quartz_font.h			\
	quartz_surface.h		\
	refptr.h			\
	region.h \
	scaledfont.h			\
	surface.h			\
	types.h				\
	win32_font.h			\
	win32_surface.h			\
	xlib_surface.h

cairomm_private_h =			\
	context_private.h		\
	private.h