]> git.saurik.com Git - wxWidgets.git/blame - samples/configure.in
added default ctor
[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
ceeb12f2
VZ
6dnl we need the values the main configure determined for us, so refuse
7dnl to run if we don't have them
8if test "x$wx_cv_path_samplesubdirs" = "x"; then
9 AC_MSG_ERROR([Please run configure from the top level directory.])
10fi
11
ec90f5e5
VZ
12SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
13AC_SUBST(SAMPLES_SUBDIRS)
14
22c3fb2b 15IF_GNU_MAKE=$wx_cv_if_gnu_make
e8482f24
GL
16PATH_IFS=$wx_cv_path_ifs
17PROGRAM_EXT=$wx_cv_program_ext
18WX_TARGET_LIBRARY=$wx_cv_target_library
a46ccc25 19WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
e8482f24 20
22c3fb2b 21AC_SUBST(IF_GNU_MAKE)
e8482f24
GL
22AC_SUBST(PATH_IFS)
23AC_SUBST(PROGRAM_EXT)
24AC_SUBST(WX_TARGET_LIBRARY)
a46ccc25 25AC_SUBST(WX_TARGET_LIBRARY_GL)
e8482f24 26
48fe8374
VZ
27AC_OUTPUT([
28 Makefile
7bb2947d 29 access/Makefile
c0b39641 30 artprov/Makefile
48fe8374
VZ
31 caret/Makefile
32 calendar/Makefile
33 checklst/Makefile
34 config/Makefile
35 controls/Makefile
36 console/Makefile
37 db/Makefile
38 dialogs/Makefile
279ababf 39 dialup/Makefile
48fe8374
VZ
40 docview/Makefile
41 docvwmdi/Makefile
42 dnd/Makefile
68be9f09 43 dragimag/Makefile
48fe8374 44 drawing/Makefile
f6bcfd97 45 dynamic/Makefile
33611ebb 46 erase/Makefile
6164f93c 47 event/Makefile
48fe8374
VZ
48 exec/Makefile
49 font/Makefile
50 grid/Makefile
51 help/Makefile
52 image/Makefile
53 internat/Makefile
54 ipc/Makefile
ceded8b9 55 joytest/Makefile
605625f5 56 keyboard/Makefile
48fe8374
VZ
57 layout/Makefile
58 listctrl/Makefile
59 mdi/Makefile
bc9027cc 60 menu/Makefile
1f33eb9f 61 memcheck/Makefile
48fe8374
VZ
62 minifram/Makefile
63 minimal/Makefile
8f4a9a10
RR
64 mobile/Makefile
65 mobile/wxedit/Makefile
5ebcf581 66 mobile/styles/Makefile
2b5f62a0
VZ
67 multimon/Makefile
68 nativedlg/Makefile
48fe8374 69 notebook/Makefile
2b5f62a0
VZ
70 oleauto/Makefile
71 ownerdrw/Makefile
48fe8374
VZ
72 png/Makefile
73 printing/Makefile
48fe8374 74 propsize/Makefile
2b5f62a0 75 regtest/Makefile
46132182 76 rotate/Makefile
48fe8374 77 sashtest/Makefile
1542ea39 78 shaped/Makefile
48fe8374
VZ
79 scroll/Makefile
80 scrollsub/Makefile
3379ed37 81 sockets/Makefile
48fe8374 82 splitter/Makefile
2286341c 83 statbar/Makefile
79bbbd1b 84 taskbar/Makefile
48fe8374
VZ
85 text/Makefile
86 thread/Makefile
87 toolbar/Makefile
88 treectrl/Makefile
89 typetest/Makefile
90 validate/Makefile
3379ed37 91 widgets/Makefile
48fe8374 92 wizard/Makefile
f30251fb 93 htlbox/Makefile
48fe8374
VZ
94 html/Makefile
95 html/about/Makefile
96 html/help/Makefile
97 html/printing/Makefile
98 html/helpview/Makefile
99 html/test/Makefile
100 html/zip/Makefile
101 html/virtual/Makefile
102 html/widget/Makefile
335258dc
RR
103 opengl/Makefile
104 opengl/cube/Makefile
105 opengl/penguin/Makefile
106 opengl/isosurf/Makefile
48fe8374 107 ])