]> git.saurik.com Git - wxWidgets.git/blob - samples/configure.in
event handling seems to work again, new sample (event) added and documented
[wxWidgets.git] / samples / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_REVISION($Id$)dnl
3
4 AC_INIT(Makefile.in)
5
6 SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
7 AC_SUBST(SAMPLES_SUBDIRS)
8
9 PATH_IFS=$wx_cv_path_ifs
10 PROGRAM_EXT=$wx_cv_program_ext
11 WX_TARGET_LIBRARY=$wx_cv_target_library
12
13 AC_SUBST(PATH_IFS)
14 AC_SUBST(PROGRAM_EXT)
15 AC_SUBST(WX_TARGET_LIBRARY)
16
17 AC_OUTPUT([
18 Makefile
19 caret/Makefile
20 calendar/Makefile
21 checklst/Makefile
22 config/Makefile
23 controls/Makefile
24 console/Makefile
25 db/Makefile
26 dialogs/Makefile
27 dialup/Makefile
28 docview/Makefile
29 docvwmdi/Makefile
30 dnd/Makefile
31 dragimag/Makefile
32 drawing/Makefile
33 dynamic/Makefile
34 event/Makefile
35 exec/Makefile
36 font/Makefile
37 grid/Makefile
38 help/Makefile
39 image/Makefile
40 internat/Makefile
41 ipc/Makefile
42 joytest/Makefile
43 layout/Makefile
44 listctrl/Makefile
45 mdi/Makefile
46 menu/Makefile
47 memcheck/Makefile
48 minifram/Makefile
49 minimal/Makefile
50 newgrid/Makefile
51 notebook/Makefile
52 png/Makefile
53 printing/Makefile
54 proplist/Makefile
55 propsize/Makefile
56 richedit/Makefile
57 resource/Makefile
58 rotate/Makefile
59 sashtest/Makefile
60 scroll/Makefile
61 scrollsub/Makefile
62 splitter/Makefile
63 statbar/Makefile
64 text/Makefile
65 thread/Makefile
66 toolbar/Makefile
67 treectrl/Makefile
68 treelay/Makefile
69 typetest/Makefile
70 validate/Makefile
71 sockets/Makefile
72 wizard/Makefile
73 html/Makefile
74 html/about/Makefile
75 html/help/Makefile
76 html/printing/Makefile
77 html/helpview/Makefile
78 html/test/Makefile
79 html/zip/Makefile
80 html/virtual/Makefile
81 html/widget/Makefile
82 opengl/Makefile
83 opengl/cube/Makefile
84 opengl/penguin/Makefile
85 opengl/isosurf/Makefile
86 ])