]> git.saurik.com Git - wxWidgets.git/blame - samples/configure.in
added wxCondition test
[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
23 caret/Makefile
24 calendar/Makefile
25 checklst/Makefile
26 config/Makefile
27 controls/Makefile
28 console/Makefile
29 db/Makefile
30 dialogs/Makefile
279ababf 31 dialup/Makefile
48fe8374
VZ
32 docview/Makefile
33 docvwmdi/Makefile
34 dnd/Makefile
68be9f09 35 dragimag/Makefile
48fe8374 36 drawing/Makefile
f6bcfd97 37 dynamic/Makefile
33611ebb 38 erase/Makefile
6164f93c 39 event/Makefile
48fe8374
VZ
40 exec/Makefile
41 font/Makefile
42 grid/Makefile
43 help/Makefile
44 image/Makefile
45 internat/Makefile
46 ipc/Makefile
ceded8b9 47 joytest/Makefile
48fe8374
VZ
48 layout/Makefile
49 listctrl/Makefile
50 mdi/Makefile
bc9027cc 51 menu/Makefile
1f33eb9f 52 memcheck/Makefile
48fe8374
VZ
53 minifram/Makefile
54 minimal/Makefile
48fe8374
VZ
55 newgrid/Makefile
56 notebook/Makefile
57 png/Makefile
58 printing/Makefile
59 proplist/Makefile
60 propsize/Makefile
61 richedit/Makefile
62 resource/Makefile
46132182 63 rotate/Makefile
48fe8374
VZ
64 sashtest/Makefile
65 scroll/Makefile
66 scrollsub/Makefile
3379ed37 67 sockets/Makefile
48fe8374 68 splitter/Makefile
2286341c 69 statbar/Makefile
48fe8374
VZ
70 text/Makefile
71 thread/Makefile
72 toolbar/Makefile
73 treectrl/Makefile
c661ecca 74 treelay/Makefile
48fe8374
VZ
75 typetest/Makefile
76 validate/Makefile
3379ed37 77 widgets/Makefile
48fe8374
VZ
78 wizard/Makefile
79 html/Makefile
80 html/about/Makefile
81 html/help/Makefile
82 html/printing/Makefile
83 html/helpview/Makefile
84 html/test/Makefile
85 html/zip/Makefile
86 html/virtual/Makefile
87 html/widget/Makefile
335258dc
RR
88 opengl/Makefile
89 opengl/cube/Makefile
90 opengl/penguin/Makefile
91 opengl/isosurf/Makefile
48fe8374 92 ])