More deprecated class mods
[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 dnl we need the values the main configure determined for us, so refuse
7 dnl to run if we don't have them
8 if test "x$wx_cv_path_samplesubdirs" = "x"; then
9     AC_MSG_ERROR([Please run configure from the top level directory.])
10 fi
11
12 SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
13 AC_SUBST(SAMPLES_SUBDIRS)
14
15 IF_GNU_MAKE=$wx_cv_if_gnu_make
16 PATH_IFS=$wx_cv_path_ifs
17 PROGRAM_EXT=$wx_cv_program_ext
18 WX_TARGET_LIBRARY=$wx_cv_target_library
19 WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
20
21 AC_SUBST(IF_GNU_MAKE)
22 AC_SUBST(PATH_IFS)
23 AC_SUBST(PROGRAM_EXT)
24 AC_SUBST(WX_TARGET_LIBRARY)
25 AC_SUBST(WX_TARGET_LIBRARY_GL)
26
27 AC_OUTPUT([
28             Makefile
29             artprov/Makefile
30             caret/Makefile
31             calendar/Makefile
32             checklst/Makefile
33             config/Makefile
34             controls/Makefile
35             console/Makefile
36             db/Makefile
37             dialogs/Makefile
38             dialup/Makefile
39             docview/Makefile
40             docvwmdi/Makefile
41             dnd/Makefile
42             dragimag/Makefile
43             drawing/Makefile
44             dynamic/Makefile
45             erase/Makefile
46             event/Makefile
47             exec/Makefile
48             font/Makefile
49             grid/Makefile
50             help/Makefile
51             image/Makefile
52             internat/Makefile
53             ipc/Makefile
54             joytest/Makefile
55             keyboard/Makefile
56             layout/Makefile
57             listctrl/Makefile
58             mdi/Makefile
59             menu/Makefile
60             memcheck/Makefile
61             minifram/Makefile
62             minimal/Makefile
63             mobile/Makefile
64             mobile/wxedit/Makefile
65             mobile/styles/Makefile
66             multimon/Makefile
67             nativedlg/Makefile
68             notebook/Makefile
69             oleauto/Makefile
70             ownerdrw/Makefile
71             png/Makefile
72             printing/Makefile
73             propsize/Makefile
74             regtest/Makefile
75             rotate/Makefile
76             sashtest/Makefile
77             shaped/Makefile
78             scroll/Makefile
79             scrollsub/Makefile
80             sockets/Makefile
81             splitter/Makefile
82             statbar/Makefile
83             taskbar/Makefile
84             text/Makefile
85             thread/Makefile
86             toolbar/Makefile
87             treectrl/Makefile
88             typetest/Makefile
89             validate/Makefile
90             widgets/Makefile
91             wizard/Makefile
92             html/Makefile
93             html/about/Makefile
94             html/help/Makefile
95             html/printing/Makefile
96             html/helpview/Makefile
97             html/test/Makefile
98             html/zip/Makefile
99             html/virtual/Makefile
100             html/widget/Makefile
101             opengl/Makefile
102             opengl/cube/Makefile
103             opengl/penguin/Makefile
104             opengl/isosurf/Makefile
105         ])