author | renatofilho |
Tue Nov 14 18:02:43 2006 +0000 (2006-11-14) | |
branch | trunk |
changeset 85 | 7f6ea4639cb9 |
parent 47 | 8bff300ebf50 |
child 244 | c88244670b08 |
permissions | -rw-r--r-- |
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 |