]> git.saurik.com Git - wxWidgets.git/blob - samples/configure.in
added htlbox to samples
[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 access/Makefile
30 artprov/Makefile
31 caret/Makefile
32 calendar/Makefile
33 checklst/Makefile
34 config/Makefile
35 controls/Makefile
36 console/Makefile
37 db/Makefile
38 dialogs/Makefile
39 dialup/Makefile
40 docview/Makefile
41 docvwmdi/Makefile
42 dnd/Makefile
43 dragimag/Makefile
44 drawing/Makefile
45 dynamic/Makefile
46 erase/Makefile
47 event/Makefile
48 exec/Makefile
49 font/Makefile
50 grid/Makefile
51 help/Makefile
52 image/Makefile
53 internat/Makefile
54 ipc/Makefile
55 joytest/Makefile
56 keyboard/Makefile
57 layout/Makefile
58 listctrl/Makefile
59 mdi/Makefile
60 menu/Makefile
61 memcheck/Makefile
62 minifram/Makefile
63 minimal/Makefile
64 mobile/Makefile
65 mobile/wxedit/Makefile
66 mobile/styles/Makefile
67 multimon/Makefile
68 nativedlg/Makefile
69 notebook/Makefile
70 oleauto/Makefile
71 ownerdrw/Makefile
72 png/Makefile
73 printing/Makefile
74 propsize/Makefile
75 regtest/Makefile
76 rotate/Makefile
77 sashtest/Makefile
78 shaped/Makefile
79 scroll/Makefile
80 scrollsub/Makefile
81 sockets/Makefile
82 splitter/Makefile
83 statbar/Makefile
84 taskbar/Makefile
85 text/Makefile
86 thread/Makefile
87 toolbar/Makefile
88 treectrl/Makefile
89 typetest/Makefile
90 validate/Makefile
91 widgets/Makefile
92 wizard/Makefile
93 htlbox/Makefile
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
103 opengl/Makefile
104 opengl/cube/Makefile
105 opengl/penguin/Makefile
106 opengl/isosurf/Makefile
107 ])