]>
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 | ||
e8482f24 GL |
9 | PATH_IFS=$wx_cv_path_ifs |
10 | PROGRAM_EXT=$wx_cv_program_ext | |
11 | WX_TARGET_LIBRARY=$wx_cv_target_library | |
12 | ||
13 | AC_SUBST(PATH_IFS) | |
14 | AC_SUBST(PROGRAM_EXT) | |
15 | AC_SUBST(WX_TARGET_LIBRARY) | |
16 | ||
48fe8374 VZ |
17 | AC_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 |
1f33eb9f | 46 | memcheck/Makefile |
48fe8374 VZ |
47 | minifram/Makefile |
48 | minimal/Makefile | |
48fe8374 VZ |
49 | newgrid/Makefile |
50 | notebook/Makefile | |
279ababf | 51 | plot/Makefile |
48fe8374 VZ |
52 | png/Makefile |
53 | printing/Makefile | |
54 | proplist/Makefile | |
55 | propsize/Makefile | |
56 | richedit/Makefile | |
57 | resource/Makefile | |
46132182 | 58 | rotate/Makefile |
48fe8374 VZ |
59 | sashtest/Makefile |
60 | scroll/Makefile | |
61 | scrollsub/Makefile | |
62 | splitter/Makefile | |
2286341c | 63 | statbar/Makefile |
48fe8374 VZ |
64 | text/Makefile |
65 | thread/Makefile | |
66 | toolbar/Makefile | |
67 | treectrl/Makefile | |
c661ecca | 68 | treelay/Makefile |
48fe8374 VZ |
69 | typetest/Makefile |
70 | validate/Makefile | |
71 | sockets/Makefile | |
72 | wizard/Makefile | |
73 | html/Makefile | |
74 | html/about/Makefile | |
75 | html/help/Makefile | |
76 | html/printing/Makefile | |
77 | html/helpview/Makefile | |
78 | html/test/Makefile | |
79 | html/zip/Makefile | |
80 | html/virtual/Makefile | |
81 | html/widget/Makefile | |
335258dc RR |
82 | opengl/Makefile |
83 | opengl/cube/Makefile | |
84 | opengl/penguin/Makefile | |
85 | opengl/isosurf/Makefile | |
48fe8374 | 86 | ]) |