Mercurial > dillo_port1.3
annotate test/Makefile.am @ 2104:3e7e5395f0bc
non-ASCII keybindings
Alexander Voigt has kindly done some testing, and it seems that this
makes bindings to most keys on a German keyboard possible -- except
those that need AltGr don't work yet.
author | corvid <corvid@lavabit.com> |
---|---|
date | Thu, 23 Jun 2011 19:24:11 +0000 |
parents | 8d0ad033bc74 |
children |
rev | line source |
---|---|
1914
8d0ad033bc74
**/Makefile.am: #include $(top_srcdir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1913
diff
changeset
|
1 AM_CPPFLAGS = \ |
8d0ad033bc74
**/Makefile.am: #include $(top_srcdir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1913
diff
changeset
|
2 -I$(top_srcdir) |
347 | 3 AM_CFLAGS = @LIBFLTK_CFLAGS@ |
4 AM_CXXFLAGS = @LIBFLTK_CXXFLAGS@ | |
5 | |
6 noinst_PROGRAMS = \ | |
7 dw-anchors-test \ | |
8 dw-example \ | |
9 dw-find-test \ | |
10 dw-links \ | |
11 dw-links2 \ | |
12 dw-images-simple \ | |
13 dw-images-scaled \ | |
14 dw-images-scaled2 \ | |
15 dw-lists \ | |
16 dw-table-aligned \ | |
17 dw-table \ | |
18 dw-border-test \ | |
19 dw-imgbuf-mem-test \ | |
20 dw-resource-test \ | |
21 dw-ui-test \ | |
22 fltk-browser \ | |
1526 | 23 shapes \ |
24 cookies | |
347 | 25 |
26 dw_anchors_test_SOURCES = dw_anchors_test.cc | |
27 dw_anchors_test_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
28 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
29 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
30 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
31 $(top_builddir)/lout/liblout.a \ |
347 | 32 @LIBFLTK_LIBS@ |
33 | |
34 dw_example_SOURCES = dw_example.cc | |
35 dw_example_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
36 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
37 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
38 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
39 $(top_builddir)/lout/liblout.a \ |
347 | 40 @LIBFLTK_LIBS@ |
41 | |
42 dw_find_test_SOURCES = dw_find_test.cc | |
43 dw_find_test_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
44 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
45 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
46 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
47 $(top_builddir)/lout/liblout.a \ |
347 | 48 @LIBFLTK_LIBS@ |
49 | |
50 dw_links_SOURCES = dw_links.cc | |
51 dw_links_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
52 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
53 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
54 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
55 $(top_builddir)/lout/liblout.a \ |
347 | 56 @LIBFLTK_LIBS@ |
57 | |
58 dw_links2_SOURCES = dw_links2.cc | |
59 dw_links2_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
60 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
61 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
62 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
63 $(top_builddir)/lout/liblout.a \ |
347 | 64 @LIBFLTK_LIBS@ |
65 | |
66 dw_images_simple_SOURCES = dw_images_simple.cc | |
67 dw_images_simple_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
68 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
69 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
70 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
71 $(top_builddir)/lout/liblout.a \ |
347 | 72 @LIBFLTK_LIBS@ |
73 | |
74 dw_images_scaled_SOURCES = dw_images_scaled.cc | |
75 dw_images_scaled_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
76 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
77 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
78 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
79 $(top_builddir)/lout/liblout.a \ |
347 | 80 @LIBFLTK_LIBS@ |
81 | |
82 dw_images_scaled2_SOURCES = dw_images_scaled2.cc | |
83 dw_images_scaled2_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
84 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
85 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
86 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
87 $(top_builddir)/lout/liblout.a \ |
347 | 88 @LIBFLTK_LIBS@ |
89 | |
90 dw_lists_SOURCES = dw_lists.cc | |
91 dw_lists_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
92 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
93 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
94 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
95 $(top_builddir)/lout/liblout.a \ |
347 | 96 @LIBFLTK_LIBS@ |
97 | |
98 dw_table_aligned_SOURCES = dw_table_aligned.cc | |
99 dw_table_aligned_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
100 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
101 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
102 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
103 $(top_builddir)/lout/liblout.a \ |
347 | 104 @LIBFLTK_LIBS@ |
105 | |
106 dw_table_SOURCES = dw_table.cc | |
107 dw_table_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
108 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
109 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
110 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
111 $(top_builddir)/lout/liblout.a \ |
347 | 112 @LIBFLTK_LIBS@ |
113 | |
114 dw_border_test_SOURCES = dw_border_test.cc | |
115 dw_border_test_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
116 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
117 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
118 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
119 $(top_builddir)/lout/liblout.a \ |
347 | 120 @LIBFLTK_LIBS@ |
121 | |
122 | |
123 dw_imgbuf_mem_test_SOURCES = dw_imgbuf_mem_test.cc | |
124 dw_imgbuf_mem_test_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
125 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
126 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
127 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
128 $(top_builddir)/lout/liblout.a \ |
347 | 129 @LIBFLTK_LIBS@ |
130 | |
131 dw_resource_test_SOURCES = dw_resource_test.cc | |
132 dw_resource_test_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
133 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
134 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
135 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
136 $(top_builddir)/lout/liblout.a \ |
347 | 137 @LIBFLTK_LIBS@ |
138 | |
139 dw_ui_test_SOURCES = \ | |
140 dw_ui_test.cc \ | |
141 form.cc \ | |
142 form.hh | |
143 dw_ui_test_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
144 $(top_builddir)/dw/libDw-widgets.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
145 $(top_builddir)/dw/libDw-fltk.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
146 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
147 $(top_builddir)/lout/liblout.a \ |
347 | 148 @LIBFLTK_LIBS@ |
149 | |
150 fltk_browser_SOURCES = fltk_browser.cc | |
151 fltk_browser_LDADD = @LIBFLTK_LIBS@ | |
152 | |
153 shapes_SOURCES = shapes.cc | |
154 shapes_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
155 $(top_builddir)/dw/libDw-core.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
156 $(top_builddir)/lout/liblout.a |
1526 | 157 |
158 cookies_SOURCES = cookies.c | |
159 cookies_LDADD = \ | |
1913
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
160 $(top_builddir)/dpip/libDpip.a \ |
d7fe957757d8
**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).
Jeremy Henty <onepoint@starurchin.org>
parents:
1526
diff
changeset
|
161 $(top_builddir)/dlib/libDlib.a |