]> git.saurik.com Git - wxWidgets.git/blob - samples/configure.in
Moved mobile dir.
[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 artprov/Makefile
24 caret/Makefile
25 calendar/Makefile
26 checklst/Makefile
27 config/Makefile
28 controls/Makefile
29 console/Makefile
30 db/Makefile
31 dialogs/Makefile
32 dialup/Makefile
33 docview/Makefile
34 docvwmdi/Makefile
35 dnd/Makefile
36 dragimag/Makefile
37 drawing/Makefile
38 dynamic/Makefile
39 erase/Makefile
40 event/Makefile
41 exec/Makefile
42 font/Makefile
43 grid/Makefile
44 help/Makefile
45 image/Makefile
46 internat/Makefile
47 ipc/Makefile
48 joytest/Makefile
49 keyboard/Makefile
50 layout/Makefile
51 listctrl/Makefile
52 mdi/Makefile
53 menu/Makefile
54 memcheck/Makefile
55 minifram/Makefile
56 minimal/Makefile
57 mobile/Makefile
58 mobile/wxedit/Makefile
59 newgrid/Makefile
60 notebook/Makefile
61 png/Makefile
62 printing/Makefile
63 proplist/Makefile
64 propsize/Makefile
65 richedit/Makefile
66 resource/Makefile
67 rotate/Makefile
68 sashtest/Makefile
69 scroll/Makefile
70 scrollsub/Makefile
71 sockets/Makefile
72 splitter/Makefile
73 statbar/Makefile
74 text/Makefile
75 thread/Makefile
76 toolbar/Makefile
77 treectrl/Makefile
78 treelay/Makefile
79 typetest/Makefile
80 validate/Makefile
81 widgets/Makefile
82 wizard/Makefile
83 html/Makefile
84 html/about/Makefile
85 html/help/Makefile
86 html/printing/Makefile
87 html/helpview/Makefile
88 html/test/Makefile
89 html/zip/Makefile
90 html/virtual/Makefile
91 html/widget/Makefile
92 opengl/Makefile
93 opengl/cube/Makefile
94 opengl/penguin/Makefile
95 opengl/isosurf/Makefile
96 ])