2015-05-23 13:35:12 +02:00
|
|
|
#----------------------------------------------------------------------
|
2018-12-22 15:33:23 +01:00
|
|
|
# Makefile.am - FINAL CUT library
|
2015-05-23 13:35:12 +02:00
|
|
|
#----------------------------------------------------------------------
|
|
|
|
|
2015-07-09 02:15:12 +02:00
|
|
|
docdir = ${datadir}/doc/${PACKAGE}
|
|
|
|
|
2015-05-23 13:35:12 +02:00
|
|
|
EXTRA_DIST = \
|
2020-07-08 21:32:47 +02:00
|
|
|
benchmark.md \
|
2019-10-17 01:13:18 +02:00
|
|
|
build_openbsd.txt \
|
|
|
|
build_solaris.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
calendar-draft.png \
|
2019-09-28 03:13:06 +02:00
|
|
|
calculator.png \
|
2015-05-23 13:35:12 +02:00
|
|
|
class-diagram.txt \
|
2019-09-28 03:13:06 +02:00
|
|
|
class_template.cpp \
|
|
|
|
class_template.h \
|
2015-05-23 13:35:12 +02:00
|
|
|
console_codes-manual.sh \
|
|
|
|
console_ioctl-manual.sh \
|
2019-03-24 20:15:17 +01:00
|
|
|
faq.md \
|
2015-05-23 13:35:12 +02:00
|
|
|
fileopen-dialog.png \
|
2020-07-08 21:32:47 +02:00
|
|
|
final-cut-application-structure.svg \
|
2019-03-24 20:15:17 +01:00
|
|
|
first-steps.md \
|
2020-07-08 21:32:47 +02:00
|
|
|
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 \
|
2019-09-28 03:13:06 +02:00
|
|
|
framebuffer.txt \
|
|
|
|
Mandelbrot.png \
|
2020-07-08 21:32:47 +02:00
|
|
|
mouse-control.md \
|
2015-05-23 13:35:12 +02:00
|
|
|
ncurses.supp \
|
|
|
|
newfont1.png \
|
|
|
|
newfont2.png \
|
2019-11-03 23:34:47 +01:00
|
|
|
newfont-8x16.txt \
|
|
|
|
newfont-9x16.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
progress-bar.png \
|
|
|
|
readme.txt \
|
2017-02-05 23:55:54 +01:00
|
|
|
coding-style.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
terminfo-capabilities.sh \
|
|
|
|
terminfo-manual.sh \
|
|
|
|
textview.png \
|
|
|
|
TODO \
|
2020-07-08 21:32:47 +02:00
|
|
|
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 \
|
2019-09-28 03:13:06 +02:00
|
|
|
vga.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
vt100_line_drawing_graphics.png \
|
2018-01-05 00:49:00 +01:00
|
|
|
virtual-terminal.txt \
|
2020-07-08 21:32:47 +02:00
|
|
|
widget-coordinates.svg \
|
|
|
|
widget-geometry.svg \
|
|
|
|
widget-lengths.svg \
|
2019-09-28 03:13:06 +02:00
|
|
|
xterm.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
xgraphics
|
|
|
|
|
|
|
|
doc_DATA = \
|
2020-07-08 21:32:47 +02:00
|
|
|
benchmark.md \
|
2019-10-17 01:13:18 +02:00
|
|
|
build_openbsd.txt \
|
|
|
|
build_solaris.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
calendar-draft.png \
|
2019-09-28 03:13:06 +02:00
|
|
|
calculator.png \
|
2015-05-23 13:35:12 +02:00
|
|
|
class-diagram.txt \
|
2019-09-28 03:13:06 +02:00
|
|
|
class_template.cpp \
|
|
|
|
class_template.h \
|
2015-05-23 13:35:12 +02:00
|
|
|
console_codes-manual.sh \
|
|
|
|
console_ioctl-manual.sh \
|
2019-03-24 20:15:17 +01:00
|
|
|
faq.md \
|
2015-05-23 13:35:12 +02:00
|
|
|
fileopen-dialog.png \
|
2020-07-08 21:32:47 +02:00
|
|
|
final-cut-application-structure.svg \
|
2019-03-24 20:15:17 +01:00
|
|
|
first-steps.md \
|
2020-07-08 21:32:47 +02:00
|
|
|
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 \
|
2019-09-28 03:13:06 +02:00
|
|
|
framebuffer.txt \
|
|
|
|
Mandelbrot.png \
|
2020-07-08 21:32:47 +02:00
|
|
|
mouse-control.md \
|
2015-05-23 13:35:12 +02:00
|
|
|
ncurses.supp \
|
|
|
|
newfont1.png \
|
|
|
|
newfont2.png \
|
2019-11-03 23:34:47 +01:00
|
|
|
newfont-8x16.txt \
|
|
|
|
newfont-9x16.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
progress-bar.png \
|
|
|
|
readme.txt \
|
2017-02-05 23:55:54 +01:00
|
|
|
coding-style.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
terminfo-capabilities.sh \
|
|
|
|
terminfo-manual.sh \
|
|
|
|
textview.png \
|
|
|
|
TODO \
|
2020-07-08 21:32:47 +02:00
|
|
|
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 \
|
2019-09-28 03:13:06 +02:00
|
|
|
vga.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
vt100_line_drawing_graphics.png \
|
2018-01-05 00:49:00 +01:00
|
|
|
virtual-terminal.txt \
|
2020-07-08 21:32:47 +02:00
|
|
|
widget-coordinates.svg \
|
|
|
|
widget-geometry.svg \
|
|
|
|
widget-lengths.svg \
|
2019-09-28 03:13:06 +02:00
|
|
|
xterm.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
xgraphics
|
2020-07-08 21:32:47 +02:00
|
|
|
|