]>
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 | ||
48fe8374 VZ |
9 | AC_OUTPUT([ |
10 | Makefile | |
11 | caret/Makefile | |
12 | calendar/Makefile | |
13 | checklst/Makefile | |
14 | config/Makefile | |
15 | controls/Makefile | |
16 | console/Makefile | |
17 | db/Makefile | |
18 | dialogs/Makefile | |
279ababf | 19 | dialup/Makefile |
48fe8374 VZ |
20 | docview/Makefile |
21 | docvwmdi/Makefile | |
22 | dnd/Makefile | |
68be9f09 | 23 | dragimag/Makefile |
48fe8374 VZ |
24 | drawing/Makefile |
25 | exec/Makefile | |
26 | font/Makefile | |
27 | grid/Makefile | |
28 | help/Makefile | |
29 | image/Makefile | |
30 | internat/Makefile | |
31 | ipc/Makefile | |
32 | layout/Makefile | |
33 | listctrl/Makefile | |
34 | mdi/Makefile | |
35 | minifram/Makefile | |
36 | minimal/Makefile | |
48fe8374 VZ |
37 | newgrid/Makefile |
38 | notebook/Makefile | |
279ababf | 39 | plot/Makefile |
48fe8374 VZ |
40 | png/Makefile |
41 | printing/Makefile | |
42 | proplist/Makefile | |
43 | propsize/Makefile | |
44 | richedit/Makefile | |
45 | resource/Makefile | |
46132182 | 46 | rotate/Makefile |
48fe8374 VZ |
47 | sashtest/Makefile |
48 | scroll/Makefile | |
49 | scrollsub/Makefile | |
50 | splitter/Makefile | |
2286341c | 51 | statbar/Makefile |
48fe8374 VZ |
52 | text/Makefile |
53 | thread/Makefile | |
54 | toolbar/Makefile | |
55 | treectrl/Makefile | |
56 | typetest/Makefile | |
57 | validate/Makefile | |
58 | sockets/Makefile | |
59 | wizard/Makefile | |
60 | html/Makefile | |
61 | html/about/Makefile | |
62 | html/help/Makefile | |
63 | html/printing/Makefile | |
64 | html/helpview/Makefile | |
65 | html/test/Makefile | |
66 | html/zip/Makefile | |
67 | html/virtual/Makefile | |
68 | html/widget/Makefile | |
69 | ]) |