]> git.saurik.com Git - wxWidgets.git/blob - samples/configure.in
Applied wxImage::Scale() patch,
[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 dynamic/Makefile
34 erase/Makefile
35 event/Makefile
36 exec/Makefile
37 font/Makefile
38 grid/Makefile
39 help/Makefile
40 image/Makefile
41 internat/Makefile
42 ipc/Makefile
43 joytest/Makefile
44 layout/Makefile
45 listctrl/Makefile
46 mdi/Makefile
47 menu/Makefile
48 memcheck/Makefile
49 minifram/Makefile
50 minimal/Makefile
51 newgrid/Makefile
52 notebook/Makefile
53 png/Makefile
54 printing/Makefile
55 proplist/Makefile
56 propsize/Makefile
57 richedit/Makefile
58 resource/Makefile
59 rotate/Makefile
60 sashtest/Makefile
61 scroll/Makefile
62 scrollsub/Makefile
63 splitter/Makefile
64 statbar/Makefile
65 text/Makefile
66 thread/Makefile
67 toolbar/Makefile
68 treectrl/Makefile
69 treelay/Makefile
70 typetest/Makefile
71 validate/Makefile
72 sockets/Makefile
73 wizard/Makefile
74 html/Makefile
75 html/about/Makefile
76 html/help/Makefile
77 html/printing/Makefile
78 html/helpview/Makefile
79 html/test/Makefile
80 html/zip/Makefile
81 html/virtual/Makefile
82 html/widget/Makefile
83 opengl/Makefile
84 opengl/cube/Makefile
85 opengl/penguin/Makefile
86 opengl/isosurf/Makefile
87 ])