maemo-ui/src/Makefile.am
author rosfran
Fri Nov 24 14:55:41 2006 +0000 (2006-11-24)
branchtrunk
changeset 109 110d51c17581
parent 47 8bff300ebf50
child 244 c88244670b08
permissions -rw-r--r--
[svn r110] Moved function IS_RECORDING from FileTransfer to Recorder.
renatofilho@20
     1
bin_PROGRAMS = mmyth
renatofilho@20
     2
renatofilho@20
     3
mmyth_SOURCES =	\
renatofilho@20
     4
		mmyth_main.c			\
renatofilho@20
     5
		mmyth_ui.c				\
renatofilho@20
     6
		mmyth_uicommon.c		\
renatofilho@20
     7
		mmyth_epg_grid_view.c	\
renatofilho@20
     8
		mmyth_epg_grid_widget.c	\
renatofilho@20
     9
		mmyth_recordui.c		\
renatofilho@20
    10
		mmyth_uisettings.c		\
renatofilho@20
    11
		mmyth_schedulerui.c		\
renatofilho@20
    12
		mmyth_tvplayer.c
renatofilho@20
    13
renatofilho@20
    14
mmyth_CFLAGS = \
renatofilho@20
    15
		$(GTK_CFLAGS) \
renatofilho@20
    16
		$(GLIB_CFLAGS) \
renatofilho@20
    17
		$(GST_CFLAGS) \
rosfran@51
    18
		$(GSTPLUGINSBASE_CFLAGS) \
renatofilho@20
    19
		$(MYSQL_CFLAGS) \
renatofilho@20
    20
		$(LIBGMYTH_CFLAGS) \
renatofilho@20
    21
		-I$(top_srcdir)/src \
renatofilho@20
    22
		-DDATA_DIR=\""$(pkgdatadir)"\" \
renatofilho@20
    23
		-DPIX_DIR=\""$(pkgdatadir)/pixmaps/"\" \
renatofilho@20
    24
		-DICON_DIR=\""$(datadir)/pixmaps/"\" \
renatofilho@20
    25
		-g3 -O0
renatofilho@20
    26
renatofilho@20
    27
mmyth_LDADD = 	\
melunko@27
    28
		$(LIBGMYTH_LIBS) \
leo_sobral@45
    29
		$(GTK_LIBS) \
leo_sobral@45
    30
		$(GST_LIBS) \
leo_sobral@45
    31
		$(GSTBASE_LIBS) \
melunko@47
    32
		$(HILDON_LIBS) \
rosfran@51
    33
		$(GSTINTERFACES_LIBS)
renatofilho@20
    34