]> git.saurik.com Git - wxWidgets.git/blob - samples/configure.in
Committing in .
[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 PATH_IFS=$wx_cv_path_ifs
10 PROGRAM_EXT=$wx_cv_program_ext
11 WX_TARGET_LIBRARY=$wx_cv_target_library
12
13 AC_SUBST(PATH_IFS)
14 AC_SUBST(PROGRAM_EXT)
15 AC_SUBST(WX_TARGET_LIBRARY)
16
17 AC_OUTPUT([
18 Makefile
19 caret/Makefile
20 calendar/Makefile
21 checklst/Makefile
22 config/Makefile
23 controls/Makefile
24 console/Makefile
25 db/Makefile
26 dialogs/Makefile
27 dialup/Makefile
28 docview/Makefile
29 docvwmdi/Makefile
30 dnd/Makefile
31 dragimag/Makefile
32 drawing/Makefile
33 exec/Makefile
34 font/Makefile
35 grid/Makefile
36 help/Makefile
37 image/Makefile
38 internat/Makefile
39 ipc/Makefile
40 layout/Makefile
41 listctrl/Makefile
42 mdi/Makefile
43 menu/Makefile
44 minifram/Makefile
45 minimal/Makefile
46 newgrid/Makefile
47 notebook/Makefile
48 plot/Makefile
49 png/Makefile
50 printing/Makefile
51 proplist/Makefile
52 propsize/Makefile
53 richedit/Makefile
54 resource/Makefile
55 rotate/Makefile
56 sashtest/Makefile
57 scroll/Makefile
58 scrollsub/Makefile
59 splitter/Makefile
60 statbar/Makefile
61 text/Makefile
62 thread/Makefile
63 toolbar/Makefile
64 treectrl/Makefile
65 treelay/Makefile
66 typetest/Makefile
67 validate/Makefile
68 sockets/Makefile
69 wizard/Makefile
70 html/Makefile
71 html/about/Makefile
72 html/help/Makefile
73 html/printing/Makefile
74 html/helpview/Makefile
75 html/test/Makefile
76 html/zip/Makefile
77 html/virtual/Makefile
78 html/widget/Makefile
79 opengl/Makefile
80 opengl/cube/Makefile
81 opengl/penguin/Makefile
82 opengl/isosurf/Makefile
83 ])