1 AC_INIT([moonlight], [1.99.4.99])
3 AC_DEFINE([PREVIEW_VERSION], ["8"], "")
5 AC_CONFIG_SRCDIR(README)
8 AM_CONFIG_HEADER(config.h)
9 AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip foreign])
12 AC_SUBST([ACLOCAL_AMFLAGS], ["-I m4 \${ACLOCAL_FLAGS}"])
21 AC_DEFINE(__STDC_CONSTANT_MACROS, [], [To make avformat work with C++])
22 AC_DEFINE(__STDC_LIMIT_MACROS, [], [To get limits of specified-width integer types])
24 AC_SEARCH_LIBS(clock_gettime,rt)
25 AC_CHECK_HEADERS(sys/time.h)
28 dnl LIBTOOL="${LIBTOOL} \$(shell echo \"\$(MFLAGS)\" | awk '/^[^ ]*s/ { print \"--silent\" }')"
36 MOONLIGHT_CHECK_C_COMPILER
37 MOONLIGHT_CHECK_LARGE_FILE
41 MOONLIGHT_CHECK_FFMPEG
42 MOONLIGHT_CHECK_CODECS
47 MOONLIGHT_CHECK_XRANDR
52 MOONLIGHT_CHECK_MOZILLA
54 MOONLIGHT_CHECK_TESTING
55 MOONLIGHT_CHECK_EXAMPLES
56 MOONLIGHT_CHECK_BUILD_CONFIGURATION
57 MOONLIGHT_CHECK_FIREFOX_XPI
59 MOONLIGHT_CHECK_UNWIND
65 AC_PATH_PROG(GACUTIL, gacutil)
66 AC_PATH_PROG(MONO, mono)
67 AC_PATH_PROG(ZIP, zip, no)
68 if test "x$ZIP" = "xno" ; then
69 AC_MSG_ERROR([No zip tool found])
72 PERF_TOOL_CFLAGS="$MONO_CFLAGS $GTK_CFLAGS $XULRUNNER_CFLAGS"
73 PERF_TOOL_LIBS="$MONO_LIBS $GTK_LIBS $XULRUNNER_LIBS"
74 AC_SUBST(PERF_TOOL_CFLAGS)
75 AC_SUBST(PERF_TOOL_LIBS)
77 MOON_CFLAGS="$CAIRO_CFLAGS $FREETYPE2_CFLAGS $FONTCONFIG_CFLAGS $GTK_CFLAGS $ALSA_CFLAGS $PULSEAUDIO_CFLAGS $FFMPEG_CFLAGS $MONO_CFLAGS"
78 dnl MOON_LIBS is partially defined above for the user-plugin build
79 MOON_LIBS="$MOON_LIBS $MONO_LIBS $FFMPEG_LIBS $CAIRO_LIBS $FREETYPE2_LIBS $FONTCONFIG_LIBS $GTK_LIBS $ZLIB $PTHREAD_LIBS $EXPAT_LIBS $UNWIND_LIBS"
81 dnl For MOON_XPI_LIBS, only link against libs which will be on all systems
82 MOON_XPI_LIBS="$CAIRO_LIBS $FREETYPE2_LIBS $FONTCONFIG_LIBS $GTK_LIBS $ZLIB $PTHREAD_LIBS $EXPAT_LIBS"
84 # Remove glitz from the link flags (fixes Bug 338506)
85 MOON_LIBS="$(echo $MOON_LIBS | sed -e s/-lglitz//g)"
86 MOON_XPI_LIBS="$(echo $MOON_XPI_LIBS | sed -e s/-lglitz//g)"
90 AC_SUBST(MOON_XPI_LIBS)
92 MOON_EXTRA_CFLAGS="$GTK_CFLAGS $ALSA_CFLAGS $FFMPEG_CFLAGS $PULSEAUDIO_CFLAGS"
93 MOON_EXTRA_LIBS="$GTK_LIBS $FFMPEG_LIBS"
94 AC_SUBST(MOON_EXTRA_CFLAGS)
95 AC_SUBST(MOON_EXTRA_LIBS)
97 MOON_PROG_CFLAGS="$GTK_CFLAGS $ALSA_CFLAGS $FFMPEG_CFLAGS $PULSEAUDIO_CFLAGS $MONO_CFLAGS -I\$(top_srcdir)/src/"
98 MOON_PROG_LIBS="$GTK_LIBS $FFMPEG_LIBS $UNWIND_LIBS \$(top_builddir)/src/libmoon.la"
99 AC_SUBST(MOON_PROG_CFLAGS)
100 AC_SUBST(MOON_PROG_LIBS)
102 PLUGIN_CFLAGS="$GTK_CFLAGS $MONO_CFLAGS -DPLUGIN_DIR=\\\"\$(pkglibdir)\\\""
103 PLUGIN_LIBS="$GTK_LIBS $MONO_LIBS"
104 PLUGIN_XPI_LIBS="$GTK_LIBS"
106 AC_SUBST(PLUGIN_CFLAGS)
107 AC_SUBST(PLUGIN_LIBS)
108 AC_SUBST(PLUGIN_XPI_LIBS)
110 LOADER_LIBS="$GLIB_LIBS"
111 AC_SUBST(LOADER_LIBS)
113 DOCDIR=$(pkg-config --variable=sourcesdir monodoc)
115 # this hack will be dropped once we get this working:
116 # http://www.mono-project.com/Moonlight/SecurityStatus#Assembly_Loading
117 if test "x$MOON_A11Y_INTERNAL_HACK" = "x1"; then
118 AC_DEFINE([MOON_A11Y_INTERNAL_HACK_ENABLED], [1],
119 [Whether Mono A11y is enabled for now])
121 AM_CONDITIONAL(MOON_A11Y_INTERNAL_HACK,test x$MOON_A11Y_INTERNAL_HACK = x1)
123 if test x$with_ff3 = xyes; then
124 MOZILLA_CFLAGS=$FF3_CFLAGS
126 MOZILLA_CFLAGS=$FF2_CFLAGS
128 SHOCKER_CFLAGS="$GTK_CFLAGS $MOZILLA_CFLAGS $IMAGEMAGICK_CFLAGS $XTST_CFLAGS"
129 SHOCKER_LIBS="$GTK_LIBS $IMAGEMAGICK_LIBS $XTST_LIBS $UNWIND_LIBS"
130 AC_SUBST(SHOCKER_CFLAGS)
131 AC_SUBST(SHOCKER_LIBS)
143 class/tuning/Makefile
144 class/tuning/SecurityAttributes/Makefile
145 class/System.Windows/Makefile
146 class/System.Windows.Browser/Makefile
147 class/System.Windows.Controls/Makefile
148 class/System.Windows.Controls.Data/Makefile
157 test/2.0/moon-unit/Makefile
158 test/2.0/Mono.Moonlight.UnitTesting/Makefile
159 test/2.0/Microsoft.Silverlight.Testing/Makefile
160 test/2.0/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight/Makefile
161 test/2.0/Microsoft.SilverlightControls/Makefile
162 test/2.0/Microsoft.SilverlightControls/Controls.Test.Common/Makefile
163 test/2.0/Microsoft.SilverlightControls/Controls.Data.Test/Makefile
164 test/2.0/Microsoft.SilverlightControls/Controls.Extended.Test/Makefile
165 test/2.0/Microsoft.SilverlightControls/site/Makefile
166 test/harness/Makefile
167 test/harness/shocker/Makefile
168 test/parsertest/Makefile
170 test/templates/Makefile
171 test/templates/managed/Makefile
174 tools/generators/Makefile
177 tools/munxap/Makefile
178 tools/unsign/Makefile
180 tools/xaml2html/Makefile
181 tools/respack/Makefile
182 tools/moonvisi/Makefile
183 tools/sockpol/Makefile
185 examples/desklet/Makefile
186 examples/desklet/calculator/Makefile
187 examples/desklet/cpumonitor/Makefile
188 examples/desklet/glassyclock/Makefile
189 examples/desklet/glassymonitor/Makefile
190 examples/desklet/glassyslides/Makefile
191 examples/desklet/ruler/Makefile
192 examples/desklet/simpleclock/Makefile
194 plugin/firefox/Makefile
195 plugin/firefox/ff2/Makefile
196 plugin/firefox/ff3/Makefile
197 plugin/install/Makefile
198 plugin/install/install.rdf
200 plugin/samples/Makefile
204 # general configuration info
206 Moonlight configuration
207 =======================
209 General configuration:
210 Using cairo: $with_cairo
211 Test Harness: $with_testing $testing_reason
212 Performance Suite: $with_performance $performance_reason
219 Sanity checks: $with_sanity_checks
220 Object tracking: $with_object_tracking
221 Logging support with MOONLIGHT_DEBUG: $with_logging
227 Media Support: $media_warning
228 FFmpeg: $with_ffmpeg $ffmpeg_reason
229 ALSA: $with_alsa $alsa_reason
230 PulseAudio: $with_pulseaudio $pulseaudio_reason
233 # silverlight version info
242 Browser plugin assemblies: $browser_support $browser_reason
244 if test x$browser_support = xyes; then
246 Path to mcs tree: $with_mcspath
247 Path to mono-basic tree: $with_mono_basic_path
251 Desktop application assemblies: $desktop_support $desktop_reason
254 # plugin installer/bridge info
258 Firefox: $with_mozilla
261 if test x$with_mozilla = xyes; then
263 Plugin Installer (.xpi): $user_plugin
264 Gecko 1.8 (Firefox 2): $with_ff2 $ff2_reason
265 Gecko 1.9 (Firefox 3): $with_ff3 $ff3_reason