]> git.saurik.com Git - wxWidgets.git/blame - samples/configure.in
implemented DoGetSize() for wxSlider (patch from Dimitri)
[wxWidgets.git] / samples / configure.in
CommitLineData
48fe8374
VZ
1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION($Id$)dnl
3
4AC_INIT(Makefile.in)
5
ec90f5e5
VZ
6SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
7AC_SUBST(SAMPLES_SUBDIRS)
8
22c3fb2b 9IF_GNU_MAKE=$wx_cv_if_gnu_make
e8482f24
GL
10PATH_IFS=$wx_cv_path_ifs
11PROGRAM_EXT=$wx_cv_program_ext
12WX_TARGET_LIBRARY=$wx_cv_target_library
a46ccc25 13WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
e8482f24 14
22c3fb2b 15AC_SUBST(IF_GNU_MAKE)
e8482f24
GL
16AC_SUBST(PATH_IFS)
17AC_SUBST(PROGRAM_EXT)
18AC_SUBST(WX_TARGET_LIBRARY)
a46ccc25 19AC_SUBST(WX_TARGET_LIBRARY_GL)
e8482f24 20
48fe8374
VZ
21AC_OUTPUT([
22 Makefile
c0b39641 23 artprov/Makefile
48fe8374
VZ
24 caret/Makefile
25 calendar/Makefile
26 checklst/Makefile
27 config/Makefile
28 controls/Makefile
29 console/Makefile
30 db/Makefile
31 dialogs/Makefile
279ababf 32 dialup/Makefile
48fe8374
VZ
33 docview/Makefile
34 docvwmdi/Makefile
35 dnd/Makefile
68be9f09 36 dragimag/Makefile
48fe8374 37 drawing/Makefile
f6bcfd97 38 dynamic/Makefile
33611ebb 39 erase/Makefile
6164f93c 40 event/Makefile
48fe8374
VZ
41 exec/Makefile
42 font/Makefile
43 grid/Makefile
44 help/Makefile
45 image/Makefile
46 internat/Makefile
47 ipc/Makefile
ceded8b9 48 joytest/Makefile
605625f5 49 keyboard/Makefile
48fe8374
VZ
50 layout/Makefile
51 listctrl/Makefile
52 mdi/Makefile
bc9027cc 53 menu/Makefile
1f33eb9f 54 memcheck/Makefile
48fe8374
VZ
55 minifram/Makefile
56 minimal/Makefile
8f4a9a10
RR
57 mobile/Makefile
58 mobile/wxedit/Makefile
48fe8374
VZ
59 newgrid/Makefile
60 notebook/Makefile
61 png/Makefile
62 printing/Makefile
63 proplist/Makefile
64 propsize/Makefile
65 richedit/Makefile
66 resource/Makefile
46132182 67 rotate/Makefile
48fe8374
VZ
68 sashtest/Makefile
69 scroll/Makefile
70 scrollsub/Makefile
3379ed37 71 sockets/Makefile
48fe8374 72 splitter/Makefile
2286341c 73 statbar/Makefile
48fe8374
VZ
74 text/Makefile
75 thread/Makefile
76 toolbar/Makefile
77 treectrl/Makefile
c661ecca 78 treelay/Makefile
48fe8374
VZ
79 typetest/Makefile
80 validate/Makefile
3379ed37 81 widgets/Makefile
48fe8374
VZ
82 wizard/Makefile
83 html/Makefile
84 html/about/Makefile
85 html/help/Makefile
86 html/printing/Makefile
87 html/helpview/Makefile
88 html/test/Makefile
89 html/zip/Makefile
90 html/virtual/Makefile
91 html/widget/Makefile
335258dc
RR
92 opengl/Makefile
93 opengl/cube/Makefile
94 opengl/penguin/Makefile
95 opengl/isosurf/Makefile
48fe8374 96 ])