]>
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 | |
bc9027cc | 35 | menu/Makefile |
48fe8374 VZ |
36 | minifram/Makefile |
37 | minimal/Makefile | |
48fe8374 VZ |
38 | newgrid/Makefile |
39 | notebook/Makefile | |
279ababf | 40 | plot/Makefile |
48fe8374 VZ |
41 | png/Makefile |
42 | printing/Makefile | |
43 | proplist/Makefile | |
44 | propsize/Makefile | |
45 | richedit/Makefile | |
46 | resource/Makefile | |
46132182 | 47 | rotate/Makefile |
48fe8374 VZ |
48 | sashtest/Makefile |
49 | scroll/Makefile | |
50 | scrollsub/Makefile | |
51 | splitter/Makefile | |
2286341c | 52 | statbar/Makefile |
48fe8374 VZ |
53 | text/Makefile |
54 | thread/Makefile | |
55 | toolbar/Makefile | |
56 | treectrl/Makefile | |
c661ecca | 57 | treelay/Makefile |
48fe8374 VZ |
58 | typetest/Makefile |
59 | validate/Makefile | |
60 | sockets/Makefile | |
61 | wizard/Makefile | |
62 | html/Makefile | |
63 | html/about/Makefile | |
64 | html/help/Makefile | |
65 | html/printing/Makefile | |
66 | html/helpview/Makefile | |
67 | html/test/Makefile | |
68 | html/zip/Makefile | |
69 | html/virtual/Makefile | |
70 | html/widget/Makefile | |
335258dc RR |
71 | opengl/Makefile |
72 | opengl/cube/Makefile | |
73 | opengl/penguin/Makefile | |
74 | opengl/isosurf/Makefile | |
48fe8374 | 75 | ]) |