]> git.saurik.com Git - wxWidgets.git/blame - samples/configure.in
Added additional wxXML makefiles and projects files; added some
[wxWidgets.git] / samples / configure.in
CommitLineData
48fe8374
VZ
1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION($Id$)dnl
3
4AC_INIT(Makefile.in)
5
ec90f5e5
VZ
6SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
7AC_SUBST(SAMPLES_SUBDIRS)
8
e8482f24
GL
9PATH_IFS=$wx_cv_path_ifs
10PROGRAM_EXT=$wx_cv_program_ext
11WX_TARGET_LIBRARY=$wx_cv_target_library
12
13AC_SUBST(PATH_IFS)
14AC_SUBST(PROGRAM_EXT)
15AC_SUBST(WX_TARGET_LIBRARY)
16
48fe8374
VZ
17AC_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
279ababf 27 dialup/Makefile
48fe8374
VZ
28 docview/Makefile
29 docvwmdi/Makefile
30 dnd/Makefile
68be9f09 31 dragimag/Makefile
48fe8374 32 drawing/Makefile
f6bcfd97 33 dynamic/Makefile
48fe8374
VZ
34 exec/Makefile
35 font/Makefile
36 grid/Makefile
37 help/Makefile
38 image/Makefile
39 internat/Makefile
40 ipc/Makefile
ceded8b9 41 joytest/Makefile
48fe8374
VZ
42 layout/Makefile
43 listctrl/Makefile
44 mdi/Makefile
bc9027cc 45 menu/Makefile
48fe8374
VZ
46 minifram/Makefile
47 minimal/Makefile
48fe8374
VZ
48 newgrid/Makefile
49 notebook/Makefile
279ababf 50 plot/Makefile
48fe8374
VZ
51 png/Makefile
52 printing/Makefile
53 proplist/Makefile
54 propsize/Makefile
55 richedit/Makefile
56 resource/Makefile
46132182 57 rotate/Makefile
48fe8374
VZ
58 sashtest/Makefile
59 scroll/Makefile
60 scrollsub/Makefile
61 splitter/Makefile
2286341c 62 statbar/Makefile
48fe8374
VZ
63 text/Makefile
64 thread/Makefile
65 toolbar/Makefile
66 treectrl/Makefile
c661ecca 67 treelay/Makefile
48fe8374
VZ
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
335258dc
RR
81 opengl/Makefile
82 opengl/cube/Makefile
83 opengl/penguin/Makefile
84 opengl/isosurf/Makefile
48fe8374 85 ])