]>
Commit | Line | Data |
---|---|---|
48fe8374 VZ |
1 | dnl Process this file with autoconf to produce a configure script. |
2 | AC_REVISION($Id$)dnl | |
3 | ||
4 | AC_INIT(Makefile.in) | |
5 | ||
ec90f5e5 VZ |
6 | SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs |
7 | AC_SUBST(SAMPLES_SUBDIRS) | |
8 | ||
22c3fb2b | 9 | IF_GNU_MAKE=$wx_cv_if_gnu_make |
e8482f24 GL |
10 | PATH_IFS=$wx_cv_path_ifs |
11 | PROGRAM_EXT=$wx_cv_program_ext | |
12 | WX_TARGET_LIBRARY=$wx_cv_target_library | |
a46ccc25 | 13 | WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl |
e8482f24 | 14 | |
22c3fb2b | 15 | AC_SUBST(IF_GNU_MAKE) |
e8482f24 GL |
16 | AC_SUBST(PATH_IFS) |
17 | AC_SUBST(PROGRAM_EXT) | |
18 | AC_SUBST(WX_TARGET_LIBRARY) | |
a46ccc25 | 19 | AC_SUBST(WX_TARGET_LIBRARY_GL) |
e8482f24 | 20 | |
48fe8374 VZ |
21 | AC_OUTPUT([ |
22 | Makefile | |
c0b39641 | 23 | artprov/Makefile |
48fe8374 VZ |
24 | caret/Makefile |
25 | calendar/Makefile | |
26 | checklst/Makefile | |
27 | config/Makefile | |
28 | controls/Makefile | |
29 | console/Makefile | |
30 | db/Makefile | |
31 | dialogs/Makefile | |
279ababf | 32 | dialup/Makefile |
48fe8374 VZ |
33 | docview/Makefile |
34 | docvwmdi/Makefile | |
35 | dnd/Makefile | |
68be9f09 | 36 | dragimag/Makefile |
48fe8374 | 37 | drawing/Makefile |
f6bcfd97 | 38 | dynamic/Makefile |
33611ebb | 39 | erase/Makefile |
6164f93c | 40 | event/Makefile |
48fe8374 VZ |
41 | exec/Makefile |
42 | font/Makefile | |
43 | grid/Makefile | |
44 | help/Makefile | |
45 | image/Makefile | |
46 | internat/Makefile | |
47 | ipc/Makefile | |
ceded8b9 | 48 | joytest/Makefile |
48fe8374 VZ |
49 | layout/Makefile |
50 | listctrl/Makefile | |
51 | mdi/Makefile | |
bc9027cc | 52 | menu/Makefile |
1f33eb9f | 53 | memcheck/Makefile |
48fe8374 VZ |
54 | minifram/Makefile |
55 | minimal/Makefile | |
48fe8374 VZ |
56 | newgrid/Makefile |
57 | notebook/Makefile | |
58 | png/Makefile | |
59 | printing/Makefile | |
60 | proplist/Makefile | |
61 | propsize/Makefile | |
62 | richedit/Makefile | |
63 | resource/Makefile | |
46132182 | 64 | rotate/Makefile |
48fe8374 VZ |
65 | sashtest/Makefile |
66 | scroll/Makefile | |
67 | scrollsub/Makefile | |
3379ed37 | 68 | sockets/Makefile |
48fe8374 | 69 | splitter/Makefile |
2286341c | 70 | statbar/Makefile |
48fe8374 VZ |
71 | text/Makefile |
72 | thread/Makefile | |
73 | toolbar/Makefile | |
74 | treectrl/Makefile | |
c661ecca | 75 | treelay/Makefile |
48fe8374 VZ |
76 | typetest/Makefile |
77 | validate/Makefile | |
3379ed37 | 78 | widgets/Makefile |
48fe8374 VZ |
79 | wizard/Makefile |
80 | html/Makefile | |
81 | html/about/Makefile | |
82 | html/help/Makefile | |
83 | html/printing/Makefile | |
84 | html/helpview/Makefile | |
85 | html/test/Makefile | |
86 | html/zip/Makefile | |
87 | html/virtual/Makefile | |
88 | html/widget/Makefile | |
335258dc RR |
89 | opengl/Makefile |
90 | opengl/cube/Makefile | |
91 | opengl/penguin/Makefile | |
92 | opengl/isosurf/Makefile | |
48fe8374 | 93 | ]) |