]> git.saurik.com Git - wxWidgets.git/blob - samples/configure.in
Updated MinGW build instructions
[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 SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
7 AC_SUBST(SAMPLES_SUBDIRS)
8
9 IF_GNU_MAKE=$wx_cv_if_gnu_make
10 PATH_IFS=$wx_cv_path_ifs
11 PROGRAM_EXT=$wx_cv_program_ext
12 WX_TARGET_LIBRARY=$wx_cv_target_library
13 WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
14
15 AC_SUBST(IF_GNU_MAKE)
16 AC_SUBST(PATH_IFS)
17 AC_SUBST(PROGRAM_EXT)
18 AC_SUBST(WX_TARGET_LIBRARY)
19 AC_SUBST(WX_TARGET_LIBRARY_GL)
20
21 AC_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
31 dialup/Makefile
32 docview/Makefile
33 docvwmdi/Makefile
34 dnd/Makefile
35 dragimag/Makefile
36 drawing/Makefile
37 dynamic/Makefile
38 erase/Makefile
39 event/Makefile
40 exec/Makefile
41 font/Makefile
42 grid/Makefile
43 help/Makefile
44 image/Makefile
45 internat/Makefile
46 ipc/Makefile
47 joytest/Makefile
48 layout/Makefile
49 listctrl/Makefile
50 mdi/Makefile
51 menu/Makefile
52 memcheck/Makefile
53 minifram/Makefile
54 minimal/Makefile
55 newgrid/Makefile
56 notebook/Makefile
57 png/Makefile
58 printing/Makefile
59 proplist/Makefile
60 propsize/Makefile
61 richedit/Makefile
62 resource/Makefile
63 rotate/Makefile
64 sashtest/Makefile
65 scroll/Makefile
66 scrollsub/Makefile
67 sockets/Makefile
68 splitter/Makefile
69 statbar/Makefile
70 text/Makefile
71 thread/Makefile
72 toolbar/Makefile
73 treectrl/Makefile
74 treelay/Makefile
75 typetest/Makefile
76 validate/Makefile
77 widgets/Makefile
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
88 opengl/Makefile
89 opengl/cube/Makefile
90 opengl/penguin/Makefile
91 opengl/isosurf/Makefile
92 ])