]> git.saurik.com Git - wxWidgets.git/blob - samples/configure.in
refuse to run if not executed by the main configure script
[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 newgrid/Makefile
67 notebook/Makefile
68 png/Makefile
69 printing/Makefile
70 proplist/Makefile
71 propsize/Makefile
72 richedit/Makefile
73 resource/Makefile
74 rotate/Makefile
75 sashtest/Makefile
76 scroll/Makefile
77 scrollsub/Makefile
78 sockets/Makefile
79 splitter/Makefile
80 statbar/Makefile
81 text/Makefile
82 thread/Makefile
83 toolbar/Makefile
84 treectrl/Makefile
85 treelay/Makefile
86 typetest/Makefile
87 validate/Makefile
88 widgets/Makefile
89 wizard/Makefile
90 html/Makefile
91 html/about/Makefile
92 html/help/Makefile
93 html/printing/Makefile
94 html/helpview/Makefile
95 html/test/Makefile
96 html/zip/Makefile
97 html/virtual/Makefile
98 html/widget/Makefile
99 opengl/Makefile
100 opengl/cube/Makefile
101 opengl/penguin/Makefile
102 opengl/isosurf/Makefile
103 ])