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