author | melunko |
Wed Aug 01 14:50:29 2007 +0100 (2007-08-01) | |
branch | trunk |
changeset 790 | 7a914b3fafc1 |
parent 413 | maemo-ui/src/Makefile.am@5c9b6b51eb56 |
permissions | -rw-r--r-- |
1 bin_PROGRAMS = mmyth
3 mmyth_SOURCES = \
4 mmyth_main.c \
5 mmyth_ui.c \
6 mmyth_uicommon.c \
7 mmyth_epg_grid_view.c \
8 mmyth_epg_grid_widget.c \
9 mmyth_recordui.c \
10 mmyth_uisettings.c \
11 mmyth_schedulerui.c \
12 mmyth_tvplayer.c
14 mmyth_CFLAGS = \
15 $(GTK_CFLAGS) \
16 $(GLIB_CFLAGS) \
17 $(GST_CFLAGS) \
18 $(GSTBASE_CFLAGS) \
19 $(GSTPLUGINSBASE_CFLAGS) \
20 $(MYSQL_CFLAGS) \
21 $(LIBGMYTH_CFLAGS) \
22 -I$(top_srcdir)/src \
23 -DDATA_DIR=\""$(pkgdatadir)"\" \
24 -DPIX_DIR=\""$(pkgdatadir)/pixmaps/"\" \
25 -DICON_DIR=\""$(datadir)/pixmaps/"\" \
26 -g3 -O0
28 if MAEMO_PLATFORM
29 mmyth_CFLAGS+= \
30 $(HILDON_CFLAGS)
31 endif
33 mmyth_LDADD = \
34 $(LIBGMYTH_LIBS) \
35 $(GTK_LIBS) \
36 $(GLIB_LIBS) \
37 $(GST_LIBS) \
38 $(GSTBASE_LIBS) \
39 $(GSTPLUGINSBASE_LIBS) \
40 $(GSTINTERFACES_LIBS)
42 if MAEMO_PLATFORM
43 mmyth_LDADD += \
44 $(HILDON_LIBS)
45 endif