File: Makefile.am

package info (click to toggle)
finalcut 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,832 kB
  • sloc: cpp: 90,264; makefile: 546; sh: 412
file content (120 lines) | stat: -rw-r--r-- 2,875 bytes parent folder | download | duplicates (2)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
#----------------------------------------------------------------------
# Makefile.am  -  FINAL CUT library
#----------------------------------------------------------------------

docdir = ${datadir}/doc/${PACKAGE}

EXTRA_DIST = \
	benchmark.md \
	build_openbsd.txt \
	build_solaris.txt \
	calendar-draft.png \
	calculator.png \
	class-diagram.txt \
	class_template.cpp \
	class_template.h \
	console_codes-manual.sh \
	console_ioctl-manual.sh \
	faq.md \
	fileopen-dialog.png \
	final-cut-application-structure.svg \
	final-cut-widget-tree.svg \
	first-steps.md \
	first-steps_callback-function.cpp.png \
	first-steps_callback-lambda.cpp.png \
	first-steps_callback-method.cpp.png \
	first-steps_dialog.cpp.png \
	first-steps_emit-signal.cpp.png \
	first-steps_memory.cpp.png \
	first-steps_scrollview.cpp.png \
	first-steps_size-adjustment.cpp.png \
	first-steps_timer.cpp.png \
	first-steps_user-event.cpp.png \
	framebuffer.txt \
	Mandelbrot.png \
	mouse-control.md \
	ncurses.supp \
	newfont1.png \
	newfont2.png \
	newfont-8x16.txt \
	newfont-9x16.txt \
	progress-bar.png \
	readme.txt \
	coding-style.txt \
	terminfo-capabilities.sh \
	terminfo-manual.sh \
	textview.png \
	TODO \
	user-theme.md \
	user-theme.png \
	user-theme-bee-palette.svg \
	user-theme-fc16-dark-palette.svg \
	user-theme-fc16-palette.svg \
	user-theme-fc8-palette.svg \
	user-theme-vga-palette.svg \
	vga.txt \
	vt100_line_drawing_graphics.png \
	virtual-terminal.txt \
	widget-coordinates.svg \
	widget-geometry.svg \
	widget-lengths.svg \
	xterm.txt \
	xgraphics

doc_DATA = \
	benchmark.md \
	build_openbsd.txt \
	build_solaris.txt \
	calendar-draft.png \
	calculator.png \
	class-diagram.txt \
	class_template.cpp \
	class_template.h \
	console_codes-manual.sh \
	console_ioctl-manual.sh \
	faq.md \
	fileopen-dialog.png \
	final-cut-application-structure.svg \
	final-cut-widget-tree.svg \
	first-steps.md \
	first-steps_callback-function.cpp.png \
	first-steps_callback-lambda.cpp.png \
	first-steps_callback-method.cpp.png \
	first-steps_dialog.cpp.png \
	first-steps_emit-signal.cpp.png \
	first-steps_memory.cpp.png \
	first-steps_scrollview.cpp.png \
	first-steps_size-adjustment.cpp.png \
	first-steps_timer.cpp.png \
	first-steps_user-event.cpp.png \
	framebuffer.txt \
	Mandelbrot.png \
	mouse-control.md \
	ncurses.supp \
	newfont1.png \
	newfont2.png \
	newfont-8x16.txt \
	newfont-9x16.txt \
	progress-bar.png \
	readme.txt \
	coding-style.txt \
	terminfo-capabilities.sh \
	terminfo-manual.sh \
	textview.png \
	TODO \
	user-theme.md \
	user-theme.png \
	user-theme-bee-palette.svg \
	user-theme-fc16-dark-palette.svg \
	user-theme-fc16-palette.svg \
	user-theme-fc8-palette.svg \
	user-theme-vga-palette.svg \
	vga.txt \
	vt100_line_drawing_graphics.png \
	virtual-terminal.txt \
	widget-coordinates.svg \
	widget-geometry.svg \
	widget-lengths.svg \
	xterm.txt \
	xgraphics