]> git.saurik.com Git - wxWidgets.git/blob - samples/configure.in
89c1040f8682cb0d4f4f3d46cf793d67e6268c47
[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 AC_OUTPUT([
10 Makefile
11 caret/Makefile
12 calendar/Makefile
13 checklst/Makefile
14 config/Makefile
15 controls/Makefile
16 console/Makefile
17 db/Makefile
18 dialogs/Makefile
19 dialup/Makefile
20 docview/Makefile
21 docvwmdi/Makefile
22 dnd/Makefile
23 dragimag/Makefile
24 drawing/Makefile
25 exec/Makefile
26 font/Makefile
27 grid/Makefile
28 help/Makefile
29 image/Makefile
30 internat/Makefile
31 ipc/Makefile
32 layout/Makefile
33 listctrl/Makefile
34 mdi/Makefile
35 menu/Makefile
36 minifram/Makefile
37 minimal/Makefile
38 newgrid/Makefile
39 notebook/Makefile
40 plot/Makefile
41 png/Makefile
42 printing/Makefile
43 proplist/Makefile
44 propsize/Makefile
45 richedit/Makefile
46 resource/Makefile
47 rotate/Makefile
48 sashtest/Makefile
49 scroll/Makefile
50 scrollsub/Makefile
51 splitter/Makefile
52 statbar/Makefile
53 text/Makefile
54 thread/Makefile
55 toolbar/Makefile
56 treectrl/Makefile
57 typetest/Makefile
58 validate/Makefile
59 sockets/Makefile
60 wizard/Makefile
61 html/Makefile
62 html/about/Makefile
63 html/help/Makefile
64 html/printing/Makefile
65 html/helpview/Makefile
66 html/test/Makefile
67 html/zip/Makefile
68 html/virtual/Makefile
69 html/widget/Makefile
70 opengl/Makefile
71 opengl/cube/Makefile
72 opengl/penguin/Makefile
73 opengl/isosurf/Makefile
74 ])