]> git.saurik.com Git - wxWidgets.git/blob - samples/configure.in
simple change to test new CVS server
[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 joytest/Makefile
41 layout/Makefile
42 listctrl/Makefile
43 mdi/Makefile
44 menu/Makefile
45 minifram/Makefile
46 minimal/Makefile
47 newgrid/Makefile
48 notebook/Makefile
49 plot/Makefile
50 png/Makefile
51 printing/Makefile
52 proplist/Makefile
53 propsize/Makefile
54 richedit/Makefile
55 resource/Makefile
56 rotate/Makefile
57 sashtest/Makefile
58 scroll/Makefile
59 scrollsub/Makefile
60 splitter/Makefile
61 statbar/Makefile
62 text/Makefile
63 thread/Makefile
64 toolbar/Makefile
65 treectrl/Makefile
66 treelay/Makefile
67 typetest/Makefile
68 validate/Makefile
69 sockets/Makefile
70 wizard/Makefile
71 html/Makefile
72 html/about/Makefile
73 html/help/Makefile
74 html/printing/Makefile
75 html/helpview/Makefile
76 html/test/Makefile
77 html/zip/Makefile
78 html/virtual/Makefile
79 html/widget/Makefile
80 opengl/Makefile
81 opengl/cube/Makefile
82 opengl/penguin/Makefile
83 opengl/isosurf/Makefile
84 ])