]> git.saurik.com Git - wxWidgets.git/blame - samples/configure.in
OS/2 fixes for this week.
[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
33611ebb 34 erase/Makefile
6164f93c 35 event/Makefile
48fe8374
VZ
36 exec/Makefile
37 font/Makefile
38 grid/Makefile
39 help/Makefile
40 image/Makefile
41 internat/Makefile
42 ipc/Makefile
ceded8b9 43 joytest/Makefile
48fe8374
VZ
44 layout/Makefile
45 listctrl/Makefile
46 mdi/Makefile
bc9027cc 47 menu/Makefile
1f33eb9f 48 memcheck/Makefile
48fe8374
VZ
49 minifram/Makefile
50 minimal/Makefile
48fe8374
VZ
51 newgrid/Makefile
52 notebook/Makefile
53 png/Makefile
54 printing/Makefile
55 proplist/Makefile
56 propsize/Makefile
57 richedit/Makefile
58 resource/Makefile
46132182 59 rotate/Makefile
48fe8374
VZ
60 sashtest/Makefile
61 scroll/Makefile
62 scrollsub/Makefile
3379ed37 63 sockets/Makefile
48fe8374 64 splitter/Makefile
2286341c 65 statbar/Makefile
48fe8374
VZ
66 text/Makefile
67 thread/Makefile
68 toolbar/Makefile
69 treectrl/Makefile
c661ecca 70 treelay/Makefile
48fe8374
VZ
71 typetest/Makefile
72 validate/Makefile
3379ed37 73 widgets/Makefile
48fe8374
VZ
74 wizard/Makefile
75 html/Makefile
76 html/about/Makefile
77 html/help/Makefile
78 html/printing/Makefile
79 html/helpview/Makefile
80 html/test/Makefile
81 html/zip/Makefile
82 html/virtual/Makefile
83 html/widget/Makefile
335258dc
RR
84 opengl/Makefile
85 opengl/cube/Makefile
86 opengl/penguin/Makefile
87 opengl/isosurf/Makefile
48fe8374 88 ])