]> git.saurik.com Git - wxWidgets.git/blame - samples/configure.in
regenerated after fixing OSX install_name and adding wxCocoa files
[wxWidgets.git] / samples / configure.in
CommitLineData
48fe8374
VZ
1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION($Id$)dnl
3
4AC_INIT(Makefile.in)
5
7abe18c2
VS
6AC_CANONICAL_SYSTEM
7
8AC_PROG_CC
9AC_PROG_CXX
10
ceeb12f2
VZ
11dnl we need the values the main configure determined for us, so refuse
12dnl to run if we don't have them
13if test "x$wx_cv_path_samplesubdirs" = "x"; then
14 AC_MSG_ERROR([Please run configure from the top level directory.])
15fi
16
ec90f5e5
VZ
17SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
18AC_SUBST(SAMPLES_SUBDIRS)
19
22c3fb2b 20IF_GNU_MAKE=$wx_cv_if_gnu_make
e8482f24
GL
21PATH_IFS=$wx_cv_path_ifs
22PROGRAM_EXT=$wx_cv_program_ext
23WX_TARGET_LIBRARY=$wx_cv_target_library
a46ccc25 24WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
7abe18c2 25USE_GUI=$wx_cv_use_gui
e8482f24 26
7abe18c2 27AC_SUBST(top_builddir)
22c3fb2b 28AC_SUBST(IF_GNU_MAKE)
e8482f24
GL
29AC_SUBST(PATH_IFS)
30AC_SUBST(PROGRAM_EXT)
31AC_SUBST(WX_TARGET_LIBRARY)
a46ccc25 32AC_SUBST(WX_TARGET_LIBRARY_GL)
e8482f24 33
7abe18c2
VS
34AC_SUBST(wxUSE_ZLIB)
35AC_SUBST(wxUSE_REGEX)
36AC_SUBST(wxUSE_ODBC)
37AC_SUBST(wxUSE_LIBJPEG)
38AC_SUBST(wxUSE_LIBPNG)
39AC_SUBST(wxUSE_LIBTIFF)
40AC_SUBST(TOOLKIT)
41AC_SUBST(TOOLKIT_LOWERCASE)
42AC_SUBST(TOOLKIT_VERSION)
43AC_SUBST(EXTRALIBS)
44AC_SUBST(WXUNIV)
45AC_SUBST(UNICODE)
46AC_SUBST(BUILD)
47AC_SUBST(SHARED)
48AC_SUBST(USE_GUI)
49AC_SUBST(MONOLITHIC)
50AC_SUBST(SAMPLES_RPATH_FLAG)
51AC_BAKEFILE
52
53
48fe8374
VZ
54AC_OUTPUT([
55 Makefile
7bb2947d 56 access/Makefile
c0b39641 57 artprov/Makefile
48fe8374
VZ
58 caret/Makefile
59 calendar/Makefile
60 checklst/Makefile
61 config/Makefile
62 controls/Makefile
63 console/Makefile
64 db/Makefile
65 dialogs/Makefile
279ababf 66 dialup/Makefile
48fe8374
VZ
67 docview/Makefile
68 docvwmdi/Makefile
69 dnd/Makefile
68be9f09 70 dragimag/Makefile
48fe8374 71 drawing/Makefile
f6bcfd97 72 dynamic/Makefile
33611ebb 73 erase/Makefile
6164f93c 74 event/Makefile
48fe8374
VZ
75 exec/Makefile
76 font/Makefile
77 grid/Makefile
78 help/Makefile
79 image/Makefile
80 internat/Makefile
81 ipc/Makefile
ceded8b9 82 joytest/Makefile
605625f5 83 keyboard/Makefile
48fe8374
VZ
84 layout/Makefile
85 listctrl/Makefile
86 mdi/Makefile
bc9027cc 87 menu/Makefile
1f33eb9f 88 memcheck/Makefile
48fe8374
VZ
89 minifram/Makefile
90 minimal/Makefile
8f4a9a10
RR
91 mobile/Makefile
92 mobile/wxedit/Makefile
5ebcf581 93 mobile/styles/Makefile
2b5f62a0 94 multimon/Makefile
48fe8374 95 notebook/Makefile
2b5f62a0
VZ
96 oleauto/Makefile
97 ownerdrw/Makefile
48fe8374
VZ
98 png/Makefile
99 printing/Makefile
48fe8374 100 propsize/Makefile
2b5f62a0 101 regtest/Makefile
46132182 102 rotate/Makefile
48fe8374 103 sashtest/Makefile
1542ea39 104 shaped/Makefile
48fe8374
VZ
105 scroll/Makefile
106 scrollsub/Makefile
3379ed37 107 sockets/Makefile
48fe8374 108 splitter/Makefile
2286341c 109 statbar/Makefile
79bbbd1b 110 taskbar/Makefile
48fe8374
VZ
111 text/Makefile
112 thread/Makefile
113 toolbar/Makefile
114 treectrl/Makefile
115 typetest/Makefile
116 validate/Makefile
3379ed37 117 widgets/Makefile
48fe8374 118 wizard/Makefile
f30251fb 119 htlbox/Makefile
48fe8374
VZ
120 html/Makefile
121 html/about/Makefile
122 html/help/Makefile
123 html/printing/Makefile
124 html/helpview/Makefile
125 html/test/Makefile
126 html/zip/Makefile
127 html/virtual/Makefile
128 html/widget/Makefile
335258dc
RR
129 opengl/Makefile
130 opengl/cube/Makefile
131 opengl/penguin/Makefile
132 opengl/isosurf/Makefile
48fe8374 133 ])