1 AC_INIT(tuxbox-enigma,0.0.1)
2 AM_INIT_AUTOMAKE(tuxbox-enigma,0.0.1)
12 AC_HELP_STRING([--with-libsdl], [use sdl, yes or no]),
22 TUXBOX_APPS_LIB_CONFIG(FREETYPE,freetype-config)
23 TUXBOX_APPS_LIB_PKGCONFIG(FRIBIDI,fribidi)
24 TUXBOX_APPS_LIB_PKGCONFIG(ID3TAG,id3tag)
25 TUXBOX_APPS_LIB_PKGCONFIG(MAD,mad)
26 #TUXBOX_APPS_LIB_PKGCONFIG(PLUGINS,tuxbox-plugins)
27 TUXBOX_APPS_LIB_PKGCONFIG(PNG,libpng)
28 TUXBOX_APPS_LIB_PKGCONFIG(SIGC,sigc++-1.2)
29 TUXBOX_APPS_LIB_PKGCONFIG(DVBSI,libdvbsi++)
30 _TUXBOX_APPS_LIB_PKGCONFIG(GSTREAMER,gstreamer)
32 if test -z "$GSTREAMER_CFLAGS" ; then
33 AC_MSG_WARN([could not find package GSTREAMER]);
35 AC_DEFINE_UNQUOTED([HAVE_GSTREAMER],1,[Define to 1 if you have gstreamer])
38 if test "$withsdl" = "yes" ; then
39 TUXBOX_APPS_LIB_CONFIG(SDL,sdl-config)
40 AC_DEFINE_UNQUOTED([WITH_SDL],[$withsdl],[With SDL])
43 CPPFLAGS="$CPPFLAGS "'-I$(top_srcdir)'
44 CPPFLAGS="$CPPFLAGS -D_REENTRANT $PYTHON_CPPFLAGS $MD5SUM_CFLAGS $FREETYPE_CFLAGS $FRIBIDI_CFLAGS $ID3TAG_CFLAGS $MAD_CFLAGS $PLUGINS_CFLAGS $PNG_CFLAGS $SDL_CFLAGS $SIGC_CFLAGS $XMLTREE_CFLAGS $DVBSI_CFLAGS $GSTREAMER_CFLAGS"
45 CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions -Wall"
46 LDFLAGS="$LDFLAGS -pthread $PYTHON_LDFLAGS $SDL_LDFLAGS $GSTREAMER_LDFLAGS"
54 data/countries/Makefile
55 data/defaults/Makefile
56 data/extensions/Makefile
67 lib/python/Components/Makefile
68 lib/python/Screens/Makefile
69 lib/python/Plugins/Makefile
70 lib/python/Plugins/SystemPlugins/Makefile
71 lib/python/Plugins/SystemPlugins/SoftwareUpdate/Makefile
72 lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile
73 lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile
74 lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile
75 lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile
76 lib/python/Plugins/DemoPlugins/Makefile
77 lib/python/Plugins/DemoPlugins/TestPlugin/Makefile
78 lib/python/Plugins/Extensions/Makefile
79 lib/python/Plugins/Extensions/TuxboxPlugins/Makefile
80 lib/python/Plugins/Extensions/WebInterface/Makefile
81 lib/python/Plugins/Extensions/FileManager/Makefile
82 lib/python/Plugins/Extensions/CutListEditor/Makefile
83 lib/python/Plugins/Extensions/ZappingAlternatives/Makefile
84 lib/python/Tools/Makefile
86 lib/components/Makefile
90 #lib/python/Plugins/Extensions/SimpleRSS/Makefile