]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/configure.in
added missing include file for Apple DevTools
[wxWidgets.git] / samples / configure.in
... / ...
CommitLineData
1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION($Id$)dnl
3
4AC_INIT(Makefile.in)
5
6SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
7AC_SUBST(SAMPLES_SUBDIRS)
8
9PATH_IFS=$wx_cv_path_ifs
10PROGRAM_EXT=$wx_cv_program_ext
11WX_TARGET_LIBRARY=$wx_cv_target_library
12WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
13
14AC_SUBST(PATH_IFS)
15AC_SUBST(PROGRAM_EXT)
16AC_SUBST(WX_TARGET_LIBRARY)
17AC_SUBST(WX_TARGET_LIBRARY_GL)
18
19AC_OUTPUT([
20 Makefile
21 caret/Makefile
22 calendar/Makefile
23 checklst/Makefile
24 config/Makefile
25 controls/Makefile
26 console/Makefile
27 db/Makefile
28 dialogs/Makefile
29 dialup/Makefile
30 docview/Makefile
31 docvwmdi/Makefile
32 dnd/Makefile
33 dragimag/Makefile
34 drawing/Makefile
35 dynamic/Makefile
36 erase/Makefile
37 event/Makefile
38 exec/Makefile
39 font/Makefile
40 grid/Makefile
41 help/Makefile
42 image/Makefile
43 internat/Makefile
44 ipc/Makefile
45 joytest/Makefile
46 layout/Makefile
47 listctrl/Makefile
48 mdi/Makefile
49 menu/Makefile
50 memcheck/Makefile
51 minifram/Makefile
52 minimal/Makefile
53 newgrid/Makefile
54 notebook/Makefile
55 png/Makefile
56 printing/Makefile
57 proplist/Makefile
58 propsize/Makefile
59 richedit/Makefile
60 resource/Makefile
61 rotate/Makefile
62 sashtest/Makefile
63 scroll/Makefile
64 scrollsub/Makefile
65 sockets/Makefile
66 splitter/Makefile
67 statbar/Makefile
68 text/Makefile
69 thread/Makefile
70 toolbar/Makefile
71 treectrl/Makefile
72 treelay/Makefile
73 typetest/Makefile
74 validate/Makefile
75 widgets/Makefile
76 wizard/Makefile
77 html/Makefile
78 html/about/Makefile
79 html/help/Makefile
80 html/printing/Makefile
81 html/helpview/Makefile
82 html/test/Makefile
83 html/zip/Makefile
84 html/virtual/Makefile
85 html/widget/Makefile
86 opengl/Makefile
87 opengl/cube/Makefile
88 opengl/penguin/Makefile
89 opengl/isosurf/Makefile
90 ])